summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyilmbase/files/pyilmbase-2.5.7-0002-install-imathnumpy.so.patch')
-rw-r--r--dev-python/pyilmbase/files/pyilmbase-2.5.7-0002-install-imathnumpy.so.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pyilmbase/files/pyilmbase-2.5.7-0002-install-imathnumpy.so.patch b/dev-python/pyilmbase/files/pyilmbase-2.5.7-0002-install-imathnumpy.so.patch
new file mode 100644
index 000000000000..1aa4152dbbe5
--- /dev/null
+++ b/dev-python/pyilmbase/files/pyilmbase-2.5.7-0002-install-imathnumpy.so.patch
@@ -0,0 +1,22 @@
+From: Bernd Waibel <waebbl-gentoo@posteo.net>
+Date: Tue, 22 Jun 2021 11:46:30 +0200
+Subject: [PATCH 1/2] install imathnumpy.so
+
+Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
+---
+ PyImathNumpy/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/PyImathNumpy/CMakeLists.txt b/PyImathNumpy/CMakeLists.txt
+index 7a70f06..2822127 100644
+--- a/PyImathNumpy/CMakeLists.txt
++++ b/PyImathNumpy/CMakeLists.txt
+@@ -49,4 +49,5 @@ if(TARGET Python3::Python AND
+ LIBRARY_OUTPUT_NAME "imathnumpy"
+ DEBUG_POSTFIX ""
+ )
++ install(TARGETS imathnumpy_python3 DESTINATION ${PyIlmBase_Python3_SITEARCH_REL})
+ endif()
+--
+2.32.0
+