diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2019-07-16 15:57:33 +0300 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-16 08:21:05 -0500 |
commit | 6e3b10ed4641c838aec202daf0a6fc83e198563a (patch) | |
tree | c6b35d0a39b7094bd564a479f69dd84a7db237b9 /sci-libs/sundials | |
parent | profiles: Clean up stray package/flag masks (diff) | |
download | gentoo-6e3b10ed4641c838aec202daf0a6fc83e198563a.tar.gz gentoo-6e3b10ed4641c838aec202daf0a6fc83e198563a.tar.bz2 gentoo-6e3b10ed4641c838aec202daf0a6fc83e198563a.zip |
sci-libs/sundials: fix makefile generator for EAPI7
Force to use emake as cmake makefile generator instead of default ninja
for EAPI7 to fix Fortran configuration error.
Closes: https://github.com/gentoo/gentoo/pull/12455
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/sundials')
-rw-r--r-- | sci-libs/sundials/sundials-3.2.1.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/sundials/sundials-4.0.2.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/sundials/sundials-4.1.0.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/sundials/sundials-3.2.1.ebuild b/sci-libs/sundials/sundials-3.2.1.ebuild index 5ac6dffc0d70..54f396b21f78 100644 --- a/sci-libs/sundials/sundials-3.2.1.ebuild +++ b/sci-libs/sundials/sundials-3.2.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MAKEFILE_GENERATOR="emake" FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 diff --git a/sci-libs/sundials/sundials-4.0.2.ebuild b/sci-libs/sundials/sundials-4.0.2.ebuild index 5ac6dffc0d70..54f396b21f78 100644 --- a/sci-libs/sundials/sundials-4.0.2.ebuild +++ b/sci-libs/sundials/sundials-4.0.2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MAKEFILE_GENERATOR="emake" FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 diff --git a/sci-libs/sundials/sundials-4.1.0.ebuild b/sci-libs/sundials/sundials-4.1.0.ebuild index 5ac6dffc0d70..54f396b21f78 100644 --- a/sci-libs/sundials/sundials-4.1.0.ebuild +++ b/sci-libs/sundials/sundials-4.1.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MAKEFILE_GENERATOR="emake" FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 |