Skip to content

Commit 7a29e2f

Browse files
fix build scripts (#5350)
1 parent 066dfbb commit 7a29e2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

toolchain/build_abacus_gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ cat << EOF
8282
========================== usage =========================
8383
Done!
8484
To use the installed ABACUS version
85-
You need to source $(pwd)/abacus_env.sh first !
85+
You need to source ${TOOL}/abacus_env.sh first !
8686
"""
8787
EOF

toolchain/build_abacus_intel-mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ cat << EOF
7373
========================== usage =========================
7474
Done!
7575
To use the installed ABACUS version
76-
You need to source $(pwd)/abacus_env.sh first !
76+
You need to source ${TOOL}/abacus_env.sh first !
7777
"""
7878
EOF

toolchain/build_abacus_intel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
4646
-DUSE_OPENMP=ON \
4747
-DUSE_ELPA=ON \
4848
-DENABLE_RAPIDJSON=ON \
49-
-DRapdidJSON_DIR=$RAPIDJSON \
49+
-DRapidJSON_DIR=$RAPIDJSON \
5050
# -DENABLE_DEEPKS=1 \
5151
# -DTorch_DIR=$LIBTORCH \
5252
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \
@@ -74,6 +74,6 @@ cat << EOF
7474
========================== usage =========================
7575
Done!
7676
To use the installed ABACUS version
77-
You need to source $(pwd)/abacus_env.sh first !
77+
You need to source ${TOOL}/abacus_env.sh first !
7878
"""
7979
EOF

0 commit comments

Comments
 (0)