Skip to content

Commit 4482d01

Browse files
committed
Merge remote-tracking branch 'debichem/cmake-soname' into v2.8.x
2 parents 705fe07 + 889fd74 commit 4482d01

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

export/cmake/CMakeLists.txt.export

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ endif()
242242
# shared and static libraries built from the same object files
243243
if (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")

0 commit comments

Comments
 (0)