Skip to content

Commit 6bd115b

Browse files
authored
Merge pull request #22 from libefp2/qchem_match
Qchem match
2 parents c7377d7 + 1a18f83 commit 6bd115b

20 files changed

Lines changed: 3058 additions & 66691 deletions

.DS_Store

0 Bytes
Binary file not shown.

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ project(
3232
LANGUAGES C CXX
3333
)
3434

35-
#set(CMAKE_INSTALL_PREFIX "${PROJECT_SOURCE_DIR}/installed" CACHE PATH "Installation directory" FORCE)
35+
set(CMAKE_INSTALL_PREFIX "$ENV{LIBEFP_DIR}" CACHE PATH "Installation directory" FORCE)
3636
#set(CMAKE_INSTALL_PREFIX "${LIBEFP_DIR}" CACHE PATH "Installation directory")
37-
set(CMAKE_INSTALL_LIBDIR "lib")
37+
#set(CMAKE_INSTALL_LIBDIR "lib")
3838

3939
### LVS needs this on MacOS silicon
4040
set(CMAKE_CXX_STANDARD 17)
@@ -81,7 +81,7 @@ if((${BUILD_SHARED_LIBS}) AND NOT ${BUILD_FPIC})
8181
endif()
8282

8383
### This option turns OPENMP ON and OFF!
84-
option_with_print(LIBEFP_ENABLE_OPENMP "Enable OpenMP parallelization. Psi4 wants OFF" ON)
84+
option_with_print(LIBEFP_ENABLE_OPENMP "Enable OpenMP parallelization. Psi4 wants OFF" OFF)
8585

8686
option_with_print(ENABLE_GENERIC "Enable mostly static linking in shared library" OFF)
8787
include(xhost) # defines: option(ENABLE_XHOST "Enable processor-specific optimization" ON)
@@ -232,8 +232,8 @@ install(FILES fraglib/makefp.inp
232232
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/fraglib
233233
DESTINATION ${CMAKE_INSTALL_DATADIR}/${efp})
234234

235-
install(DIRECTORY ${PROJECT_SOURCE_DIR}/nnlib
236-
DESTINATION ${CMAKE_INSTALL_DATADIR}/${efp})
235+
#install(DIRECTORY ${PROJECT_SOURCE_DIR}/nnlib
236+
# DESTINATION ${CMAKE_INSTALL_DATADIR}/${efp})
237237

238238
# headers NOT namespace protected
239239
install(FILES ${src_prefix}/efp.h

0 commit comments

Comments
 (0)