summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-17 12:50:52 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-17 12:50:52 +0100
commit645615a3dbf8b4c4855d635725e0b5db5f152a02 (patch)
tree57ba97e1ab10fd37dc4fb8615dd5d46b1dcbd37d /sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch
parentsci-libs/ipopt: Remove old (diff)
downloadgentoo-645615a3dbf8b4c4855d635725e0b5db5f152a02.tar.gz
gentoo-645615a3dbf8b4c4855d635725e0b5db5f152a02.tar.bz2
gentoo-645615a3dbf8b4c4855d635725e0b5db5f152a02.zip
sci-libs/sundials: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch')
-rw-r--r--sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch
deleted file mode 100644
index 48b019611cb2..000000000000
--- a/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d5436bf..76b27c5 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1146,9 +1146,9 @@ endif()
- # install license and notice files
- install(
- FILES ${PROJECT_SOURCE_DIR}/LICENSE
-- DESTINATION include/sundials
-+ DESTINATION share/doc/sundials-5.1.0
- )
- install(
- FILES ${PROJECT_SOURCE_DIR}/NOTICE
-- DESTINATION include/sundials
-+ DESTINATION share/doc/sundials-5.1.0
- )