summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-01-31 21:36:57 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-31 21:36:57 +0100
commite8ba3ec29c32370eb12d24dcfc30c4fe7311a2e3 (patch)
treef356ff6a671ce1f11a19ea4cd53ca101889dcb41 /sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch
parentnet-misc/icaclient: Removed old (diff)
downloadgentoo-e8ba3ec29c32370eb12d24dcfc30c4fe7311a2e3.tar.gz
gentoo-e8ba3ec29c32370eb12d24dcfc30c4fe7311a2e3.tar.bz2
gentoo-e8ba3ec29c32370eb12d24dcfc30c4fe7311a2e3.zip
Reverts: 35d4a5366fcceebb570ca654b80598e706f4f056
We still depend on older versions of sci-libs/sundials in * sci-libs/dealii * sci-mathematics/nestedsums Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch')
-rw-r--r--sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch
new file mode 100644
index 000000000000..eba90b52ac48
--- /dev/null
+++ b/sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch
@@ -0,0 +1,9 @@
+diff -Nur old/CMakeLists.txt new/CMakeLists.txt
+--- old/CMakeLists.txt 2018-10-11 22:22:09.000000000 +0300
++++ new/CMakeLists.txt 2019-06-23 00:33:27.000000000 +0300
+@@ -1117,4 +1117,4 @@
+ # install license file
+ INSTALL(
+ FILES ${PROJECT_SOURCE_DIR}/LICENSE
+- DESTINATION include/sundials)
++ DESTINATION share/doc/sundials-3.2.1)