File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,6 @@ cat << EOF
8282========================== usage =========================
8383Done!
8484To 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"""
8787EOF
Original file line number Diff line number Diff line change @@ -73,6 +73,6 @@ cat << EOF
7373========================== usage =========================
7474Done!
7575To 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"""
7878EOF
Original file line number Diff line number Diff 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 =========================
7575Done!
7676To 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"""
7979EOF
You can’t perform that action at this time.
0 commit comments