summaryrefslogtreecommitdiff
path: root/sci-libs/ginkgo/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-08 23:06:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-08 23:06:07 +0100
commite23a08d0c97a0cc415aaa165da840b056f93c997 (patch)
tree4c5f7db60483518201fef36f8cc0712789a08db2 /sci-libs/ginkgo/files
parent391b5b359a346aff490103da7dddc85047f83830 (diff)
gentoo resync : 08.10.2021
Diffstat (limited to 'sci-libs/ginkgo/files')
-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