sci-physics/root: Force CMAKE_MAKEFILE_GENERATOR=emake
authorMichał Górny <mgorny@gentoo.org>
Fri, 23 Feb 2018 22:34:30 +0000 (23:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 23 Feb 2018 23:37:01 +0000 (00:37 +0100)
sci-physics/root/root-6.12.04-r2.ebuild

index 144d2eaaf8366dda5c7d233ca020f69741ca7c83..15613207ee7590754c8a2586a7f405b5cce2b980 100644 (file)
@@ -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} )