diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2019-06-23 00:58:50 +0300 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-15 16:33:30 -0500 |
commit | da3df85e7e7ca8d26714934191aaa9fbbfbd5ea5 (patch) | |
tree | ebac60108733a593876b27d75845c977b0c81e01 /sci-libs/sundials/files | |
parent | sci-libs/sundials: 4.0.2 version bump (diff) | |
download | gentoo-da3df85e7e7ca8d26714934191aaa9fbbfbd5ea5.tar.gz gentoo-da3df85e7e7ca8d26714934191aaa9fbbfbd5ea5.tar.bz2 gentoo-da3df85e7e7ca8d26714934191aaa9fbbfbd5ea5.zip |
sci-libs/sundials: 4.1.0 version bump
Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/sundials/files')
-rw-r--r-- | sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch new file mode 100644 index 000000000000..eb7fdbbec53b --- /dev/null +++ b/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch @@ -0,0 +1,11 @@ +diff -Nur old/CMakeLists.txt new/CMakeLists.txt +--- old/CMakeLists.txt 2019-02-12 21:50:51.000000000 +0300 ++++ new/CMakeLists.txt 2019-06-23 00:39:23.000000000 +0300 +@@ -1172,6 +1172,6 @@ + ) + INSTALL( + FILES ${PROJECT_SOURCE_DIR}/NOTICE +- DESTINATION include/sundials ++ DESTINATION share/doc/sundials-4.1.0) + ) + |