From 71346ab81ad64dcf72d1efb7627afbb6d720feff Mon Sep 17 00:00:00 2001 From: JX278 <113102069+JX278@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:37:55 +0800 Subject: [PATCH] fix a minor problem in install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8f075744..17b3d209 100755 --- a/install.sh +++ b/install.sh @@ -22,6 +22,8 @@ if [ $USE_LIBTORCH = true ]; then mkdir build cd build cmake .. - make install + make + export LD_LIBRARY_PATH=$DF_SRC/dfChemistryModel/DNNInferencer/build:$LD_LIBRARY_PATH fi +cd $DF_ROOT ./Allwmake -j && print_finish