summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMo Zhou <cdluminate@gmail.com>2019-04-18 12:43:03 +0000
committerBenda Xu <heroxbd@gentoo.org>2019-04-20 13:58:44 +0800
commit456abdc06a8d0ace218031e6f1301b4cdbec568c (patch)
treee196f8a4e892424444facfcbf62fbd641743a48c /sci-libs/sundials/files
parentsys-apps/mlocate: arm64 stable (diff)
downloadgentoo-456abdc06a8d0ace218031e6f1301b4cdbec568c.tar.gz
gentoo-456abdc06a8d0ace218031e6f1301b4cdbec568c.tar.bz2
gentoo-456abdc06a8d0ace218031e6f1301b4cdbec568c.zip
sci-libs/sundials: upgrade to 3.1.2
Closes: https://bugs.gentoo.org/679160 Closes: https://github.com/gentoo/gentoo/pull/11715 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/sundials/files')
-rw-r--r--sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch
new file mode 100644
index 000000000000..188e29999fca
--- /dev/null
+++ b/sci-libs/sundials/files/sundials-3.1.2-fix-license-install-path.patch
@@ -0,0 +1,9 @@
+diff -ru sundials-3.1.2.orig/CMakeLists.txt sundials-3.1.2/CMakeLists.txt
+--- sundials-3.1.2.orig/CMakeLists.txt 2018-07-31 17:25:19.000000000 -0000
++++ sundials-3.1.2/CMakeLists.txt 2019-04-17 12:18:58.894563957 -0000
+@@ -1629,4 +1629,4 @@
+ # install license file
+ INSTALL(
+ FILES ${PROJECT_SOURCE_DIR}/LICENSE
+- DESTINATION include/sundials)
++ DESTINATION share/doc/sundials-3.1.2)