From 7e217105be81f6811e6813b956caf78f60bced3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 23 Feb 2018 23:34:30 +0100 Subject: [PATCH] sci-physics/root: Force CMAKE_MAKEFILE_GENERATOR=emake --- sci-physics/root/root-6.12.04-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-physics/root/root-6.12.04-r2.ebuild b/sci-physics/root/root-6.12.04-r2.ebuild index 144d2eaaf836..15613207ee75 100644 --- a/sci-physics/root/root-6.12.04-r2.ebuild +++ b/sci-physics/root/root-6.12.04-r2.ebuild @@ -4,6 +4,8 @@ EAPI=6 CMAKE_BUILD_TYPE=Release +# ninja does not work due to fortran +CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -- 2.26.2