sci-libs/sundials: fix makefile generator for EAPI7
authorband-a-prend <torokhov-s-a@yandex.ru>
Tue, 16 Jul 2019 12:57:33 +0000 (15:57 +0300)
committerMatthias Maier <tamiko@gentoo.org>
Tue, 16 Jul 2019 13:21:05 +0000 (08:21 -0500)
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>
sci-libs/sundials/sundials-3.2.1.ebuild
sci-libs/sundials/sundials-4.0.2.ebuild
sci-libs/sundials/sundials-4.1.0.ebuild

index 5ac6dffc0d70732ce230668b0eb68e20e3dee2a2..54f396b21f78abd60ba7c948c3703408c93f6d5e 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_MAKEFILE_GENERATOR="emake"
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
 
index 5ac6dffc0d70732ce230668b0eb68e20e3dee2a2..54f396b21f78abd60ba7c948c3703408c93f6d5e 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_MAKEFILE_GENERATOR="emake"
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
 
index 5ac6dffc0d70732ce230668b0eb68e20e3dee2a2..54f396b21f78abd60ba7c948c3703408c93f6d5e 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_MAKEFILE_GENERATOR="emake"
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90