summaryrefslogtreecommitdiff
path: root/sci-libs/cminpack/files/cminpack-1.3.8-cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cminpack/files/cminpack-1.3.8-cmake.patch')
-rw-r--r--sci-libs/cminpack/files/cminpack-1.3.8-cmake.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/cminpack/files/cminpack-1.3.8-cmake.patch b/sci-libs/cminpack/files/cminpack-1.3.8-cmake.patch
new file mode 100644
index 000000000000..92a9e777bbe5
--- /dev/null
+++ b/sci-libs/cminpack/files/cminpack-1.3.8-cmake.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.txt 2021-02-10 06:05:42.000000000 +0100
++++ b/CMakeLists.txt 2021-03-06 11:51:15.594882519 +0100
+@@ -175,6 +175,6 @@
+
+ endforeach ()
+
+-install (EXPORT CMinpackConfig DESTINATION share/cminpack NAMESPACE cminpack::)
++install (EXPORT CMinpackConfig DESTINATION ${CMINPACK_LIB_INSTALL_DIR}/cmake/cminpack NAMESPACE cminpack::)
+
+ add_subdirectory (examples)