Skip to content

Commit

Permalink
amended beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed May 22, 2019
1 parent 3324448 commit edcd9d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@


Following is a brief summary of changes made in each release of Libint. Following is a brief summary of changes made in each release of Libint.


- 2019-05-21: 2.6.0-beta.3 - 2019-xx-yy: 2.6.0-beta.4

- 2019-05-22: 2.6.0-beta.3
- CMake build of exported library works out-of-source - CMake build of exported library works out-of-source
- released standard and mpqc4 libraries assume spherical harmonics for 2- and 3-center integrals - released standard and mpqc4 libraries assume spherical harmonics for 2- and 3-center integrals


Expand Down
6 changes: 4 additions & 2 deletions export/cmake/CMakeLists.txt.export
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ endif()
# Python is optional, unless ... # Python is optional, unless ...
if (ENABLE_FORTRAN) # ... need fortran if (ENABLE_FORTRAN) # ... need fortran
find_package(PythonInterp REQUIRED) find_package(PythonInterp REQUIRED)
else() else(ENABLE_FORTRAN)
find_package(PythonInterp) find_package(PythonInterp)
endif() endif(ENABLE_FORTRAN)


# Set install paths ==================================================================================================== # Set install paths ====================================================================================================


Expand Down Expand Up @@ -365,6 +365,8 @@ configure_file(
# install config files # install config files
install(FILES ${PROJECT_BINARY_DIR}/libint2.pc install(FILES ${PROJECT_BINARY_DIR}/libint2.pc
DESTINATION lib/pkgconfig) DESTINATION lib/pkgconfig)
install(FILES ${PROJECT_BINARY_DIR}/include/libint2/config.h
DESTINATION "${LIBINT2_INSTALL_INCLUDEDIR}/libint2")


# Create the version file # Create the version file
write_basic_package_version_file(libint2-config-version.cmake write_basic_package_version_file(libint2-config-version.cmake
Expand Down

0 comments on commit edcd9d0

Please sign in to comment.