Skip to content

Commit 8275c4e

Browse files
committed
fix build scripts in rapidjson
1 parent 8b1c542 commit 8275c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolchain/build_abacus_gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
4949
-DUSE_OPENMP=ON \
5050
-DUSE_ELPA=ON \
5151
-DENABLE_RAPIDJSON=ON \
52-
-DRapdidJSON_DIR=$RAPIDJSON \
52+
-DRapidJSON_DIR=$RAPIDJSON \
5353
# -DENABLE_DEEPKS=1 \
5454
# -DTorch_DIR=$LIBTORCH \
5555
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \

toolchain/build_abacus_intel-mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
4545
-DUSE_OPENMP=ON \
4646
-DUSE_ELPA=ON \
4747
-DENABLE_RAPIDJSON=ON \
48-
-DRapdidJSON_DIR=$RAPIDJSON \
48+
-DRapidJSON_DIR=$RAPIDJSON \
4949
# -DENABLE_DEEPKS=1 \
5050
# -DTorch_DIR=$LIBTORCH \
5151
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \

0 commit comments

Comments
 (0)