Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Fri, 23 Feb 2018 23:37:15
Message-Id: 1519429021.7e217105be81f6811e6813b956caf78f60bced3a.mgorny@gentoo
1 commit: 7e217105be81f6811e6813b956caf78f60bced3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 22:34:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 23:37:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e217105
7
8 sci-physics/root: Force CMAKE_MAKEFILE_GENERATOR=emake
9
10 sci-physics/root/root-6.12.04-r2.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/sci-physics/root/root-6.12.04-r2.ebuild b/sci-physics/root/root-6.12.04-r2.ebuild
14 index 144d2eaaf83..15613207ee7 100644
15 --- a/sci-physics/root/root-6.12.04-r2.ebuild
16 +++ b/sci-physics/root/root-6.12.04-r2.ebuild
17 @@ -4,6 +4,8 @@
18 EAPI=6
19
20 CMAKE_BUILD_TYPE=Release
21 +# ninja does not work due to fortran
22 +CMAKE_MAKEFILE_GENERATOR=emake
23 FORTRAN_NEEDED="fortran"
24 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )