summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-12-24 08:32:21 -0600
committerMatthias Maier <tamiko@gentoo.org>2019-12-24 08:47:35 -0600
commit8537444806d831ac0a5fe847d0da95c446aaea87 (patch)
tree0e7ad9f7c387e322fb92f58de0516fbe33f4b188 /sci-libs/sundials/files
parentsci-libs/dealii: update dependency on sundials (diff)
downloadgentoo-8537444806d831ac0a5fe847d0da95c446aaea87.tar.gz
gentoo-8537444806d831ac0a5fe847d0da95c446aaea87.tar.bz2
gentoo-8537444806d831ac0a5fe847d0da95c446aaea87.zip
sci-libs/sundials: version bump to 5.0.0
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/sundials/files')
-rw-r--r--sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch
new file mode 100644
index 000000000000..5de76573630a
--- /dev/null
+++ b/sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch
@@ -0,0 +1,16 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d5436bf..76b27c5 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1122,9 +1122,9 @@ endif()
+ # install license and notice files
+ install(
+ FILES ${PROJECT_SOURCE_DIR}/LICENSE
+- DESTINATION include/sundials
++ DESTINATION share/doc/sundials-5.0.0
+ )
+ install(
+ FILES ${PROJECT_SOURCE_DIR}/NOTICE
+- DESTINATION include/sundials
++ DESTINATION share/doc/sundials-5.0.0
+ )