Skip to content

Commit 1f26646

Browse files
committed
try fix pyabacus
1 parent 57cecae commit 1f26646

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/pyabacus/src/ModuleBase/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
list(APPEND pymodule_base
22
${PROJECT_SOURCE_DIR}/src/ModuleBase/py_base_math.cpp
33
${BASE_PATH}/kernels/math_op.cpp
4+
${BASE_PATH}/kernels/math_kernel_op.cpp
45
${BASE_PATH}/module_device/memory_op.cpp
56
${BASE_PATH}/module_device/device.cpp
67
)

python/pyabacus/src/ModuleNAO/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ list(APPEND _naos
1414
${NAO_PATH}/two_center_table.cpp
1515
# dependency
1616
${ABACUS_SOURCE_DIR}/module_base/kernels/math_op.cpp
17+
${ABACUS_SOURCE_DIR}/module_base/kernels/math_kernel_op.cpp
1718
# ${ABACUS_SOURCE_DIR}/module_psi/kernels/psi_memory_op.cpp
1819
${ABACUS_SOURCE_DIR}/module_base/module_device/memory_op.cpp
1920
${ABACUS_SOURCE_DIR}/module_base/module_device/device.cpp

0 commit comments

Comments
 (0)