Skip to content

Commit c51544c

Browse files
committed
add deepks-related-dir in Makefile.vars
1 parent 11f6179 commit c51544c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/Makefile.vars

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ CEREAL_DIR = /home/liyuanbo/soft/cereal/
3434
CEREAL_INCLUDE = -I${CEREAL_DIR}/include
3535

3636
#============DeePKS================
37-
#LIBTORCH_INCLUDE= -isystem ${LIBTORCH_DIR}/include -isystem ${LIBTORCH_DIR}/include/torch/csrc/api/include
38-
#LIBTORCH_LIB_DIR= ${LIBTORCH_DIR}/lib
39-
#LIBTORCH_LIB = -L${LIBTORCH_LIB_DIR} -ltorch -lc10 -Wl,-rpath,${LIBTORCH_LIB_DIR} -Wl,--no-as-needed,"${LIBTORCH_LIB_DIR}/libtorch_cpu.so" -Wl,--as-needed ${LIBTORCH_LIB_DIR}/libc10.so -lpthread -Wl,--no-as-needed,"${LIBTORCH_LIB_DIR}/libtorch.so" -Wl,--as-needed
40-
41-
#CNPY_INCLUDE = -I${LIBNPY_DIR}
37+
#LIBTORCH_DIR = /home/fortneu49/soft/libtorch
38+
#LIBNPY_DIR = /home/fortneu49/soft/libnpy/include
4239

4340
OBJ_DIR = obj
4441
OBJ_DIR_serial = obj_serial

0 commit comments

Comments
 (0)