summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-23 23:34:30 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-24 00:37:01 +0100
commit7e217105be81f6811e6813b956caf78f60bced3a (patch)
treefb1bd1eeddb6f13b84ef04d3abe82558bd34897a /sci-physics/root
parentapp-admin/keepassxc: fixing use flags (diff)
downloadgentoo-7e217105be81f6811e6813b956caf78f60bced3a.tar.gz
gentoo-7e217105be81f6811e6813b956caf78f60bced3a.tar.bz2
gentoo-7e217105be81f6811e6813b956caf78f60bced3a.zip
sci-physics/root: Force CMAKE_MAKEFILE_GENERATOR=emake
Diffstat (limited to 'sci-physics/root')
-rw-r--r--sci-physics/root/root-6.12.04-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
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} )