summaryrefslogtreecommitdiff
path: root/sci-libs/ginkgo/files/ginkgo-1.1.1-set_soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/ginkgo/files/ginkgo-1.1.1-set_soname.patch')
-rw-r--r--sci-libs/ginkgo/files/ginkgo-1.1.1-set_soname.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-libs/ginkgo/files/ginkgo-1.1.1-set_soname.patch b/sci-libs/ginkgo/files/ginkgo-1.1.1-set_soname.patch
deleted file mode 100644
index 9feceee00f7b..000000000000
--- a/sci-libs/ginkgo/files/ginkgo-1.1.1-set_soname.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/cmake/build_helpers.cmake b/cmake/build_helpers.cmake
-index 8a8ad04..03c6db6 100644
---- a/cmake/build_helpers.cmake
-+++ b/cmake/build_helpers.cmake
-@@ -17,6 +17,9 @@ function(ginkgo_compile_features name)
- if(GINKGO_WITH_IWYU AND GINKGO_IWYU_PATH)
- set_property(TARGET "${name}" PROPERTY CXX_INCLUDE_WHAT_YOU_USE ${GINKGO_IWYU_PATH})
- endif()
-+ # Set an appropriate SONAME
-+ set_property(TARGET "${name}" PROPERTY
-+ SOVERSION "${Ginkgo_VERSION}")
- if(GINKGO_CHANGED_SHARED_LIBRARY)
- # Put all shared libraries and corresponding imported libraries into the specified path
- set_property(TARGET "${name}" PROPERTY