diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2021-10-04 20:56:43 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-04 21:33:18 +0200 |
commit | e5c0a08d3cecd7466fbda92233bbbd498e275505 (patch) | |
tree | e5728c127f8eb39e58987e052ac4b54cdca96163 /sci-libs/sundials/files/sundials-5.8.0-fix-license-install-path.patch | |
parent | x11-wm/icewm: Removed old (diff) | |
download | gentoo-e5c0a08d3cecd7466fbda92233bbbd498e275505.tar.gz gentoo-e5c0a08d3cecd7466fbda92233bbbd498e275505.tar.bz2 gentoo-e5c0a08d3cecd7466fbda92233bbbd498e275505.zip |
sci-libs/sundials: add 5.8.0
Closes: https://bugs.gentoo.org/787341
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/sundials/files/sundials-5.8.0-fix-license-install-path.patch')
-rw-r--r-- | sci-libs/sundials/files/sundials-5.8.0-fix-license-install-path.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-libs/sundials/files/sundials-5.8.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.8.0-fix-license-install-path.patch new file mode 100644 index 000000000000..d4e5fd929b3c --- /dev/null +++ b/sci-libs/sundials/files/sundials-5.8.0-fix-license-install-path.patch @@ -0,0 +1,29 @@ +From 554a760daeda3a04049bfa4cf882aae1207f833d Mon Sep 17 00:00:00 2001 +From: Bernd Waibel <waebbl-gentoo@posteo.net> +Date: Fri, 30 Apr 2021 11:58:25 +0200 +Subject: [PATCH] fix license install path + +Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> +--- + CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 40a650e..d57ca7b 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -231,10 +231,10 @@ endif() + + # install license and notice files + install(FILES "${PROJECT_SOURCE_DIR}/LICENSE" +- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials" ++ DESTINATION "${CMAKE_INSTALL_DOCDIR}" + ) + install(FILES "${PROJECT_SOURCE_DIR}/NOTICE" +- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials" ++ DESTINATION "${CMAKE_INSTALL_DOCDIR}" + ) + + # create package version file +-- +2.31.1 |