Skip to content

Commit 668a153

Browse files
Remove libpdft from CMakeFiles.txt
1 parent a85a52e commit 668a153

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyscf/lib/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@ else ()
112112
set(CMAKE_INSTALL_RPATH "\$ORIGIN:\$ORIGIN/deps/lib:\$ORIGIN/deps/lib64")
113113
endif ()
114114

115-
# Build the PDFT library
116-
set (PDFT_SOURCE_FILES "../mcpdft/nr_numint.c")
117-
add_library (clib_pdft SHARED ${PDFT_SOURCE_FILES})
118-
#FIXME: LD_LIBRARY_PATH
119-
target_link_libraries (clib_pdft dft ${BLAS_LIBRARIES} ${OPENMP_C_PROPERTIES})
120-
set_target_properties (clib_pdft PROPERTIES
121-
CLEAN_DIRECT_OUTPUT 1
122-
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}
123-
OUTPUT_NAME "pdft")
124-
125115
# Build the LibXC interface v2 library
126116
set (LIBXC_ITRF2_SOURCE_FILES "dft/libxc_itrf2.c")
127117
add_library (clib_libxc_itrf2 SHARED ${LIBXC_ITRF2_SOURCE_FILES})

0 commit comments

Comments
 (0)