File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Following is a brief summary of changes made in each release of Libint.
88 - PR #305: disable latex2html detection/use by default
99 - PR #304: natural order for (σ·p)V(σ·p) integrals (HT @JonathonMisiewicz)
1010 - PR #302: build fix (HT @JonathonMisiewicz)
11+ - PR #231: Add SONAME/SOVERSION to generated library (HT @debichem)
1112- 2023-12-12: 2.8.0
1213 - PR #297: clang-format
1314 - PR #293: read Gaussian basis set files with L>=7 AOs correctly
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ endif()
242242# shared and static libraries built from the same object files
243243if (LIBINT2_BUILD_SHARED_AND_STATIC_LIBS)
244244 add_library(libint2 SHARED $<TARGET_OBJECTS:libint2_obj>)
245- set_target_properties(libint2 PROPERTIES LIBRARY_OUTPUT_NAME int2)
245+ set_target_properties(libint2 PROPERTIES LIBRARY_OUTPUT_NAME int2 VERSION ${LIBINT_VERSION} SOVERSION 2 )
246246 if(MSVC)
247247 target_compile_definitions(libint2 PUBLIC _USE_MATH_DEFINES)
248248 target_compile_options(libint2 PUBLIC "/EHsc")
You can’t perform that action at this time.
0 commit comments