diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-23 23:34:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-24 00:37:01 +0100 |
commit | 7e217105be81f6811e6813b956caf78f60bced3a (patch) | |
tree | fb1bd1eeddb6f13b84ef04d3abe82558bd34897a /sci-physics | |
parent | app-admin/keepassxc: fixing use flags (diff) | |
download | gentoo-7e217105be81f6811e6813b956caf78f60bced3a.tar.gz gentoo-7e217105be81f6811e6813b956caf78f60bced3a.tar.bz2 gentoo-7e217105be81f6811e6813b956caf78f60bced3a.zip |
sci-physics/root: Force CMAKE_MAKEFILE_GENERATOR=emake
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.12.04-r2.ebuild | 2 |
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} ) |