Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/opticks/
Date: Sat, 30 Jan 2021 14:49:12
Message-Id: 1612018051.f8a6bd0748def334c560e7bb4b2940812c7f55a4.andrewammerlaan@gentoo
1 commit: f8a6bd0748def334c560e7bb4b2940812c7f55a4
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 30 14:47:31 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Jan 30 14:47:31 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f8a6bd07
7
8 sci-physics/opticks: cmake-utils --> cmake
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-physics/opticks/opticks-0.0.1_p20191110.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild b/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
17 index 3eabc4848..ce78c4f08 100644
18 --- a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
19 +++ b/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 PYTHON_COMPAT=( python2_7 )
28 -inherit mercurial cmake-utils cuda flag-o-matic python-any-r1
29 +inherit mercurial cmake cuda flag-o-matic python-any-r1
30
31 EHG_REPO_URI="https://bitbucket.org/simoncblyth/${PN}"
32 EHG_REVISION="a580e704afe9d2c138072835e986542c835c29fc"
33 @@ -49,7 +49,7 @@ pkg_setup() {
34 }
35
36 src_prepare() {
37 - cmake-utils_src_prepare
38 + cmake_src_prepare
39
40 # do not add the default '-O2' that results in nvcc error of
41 # nvcc fatal : redefinition of argument 'optimize'
42 @@ -104,5 +104,5 @@ src_configure() {
43 -DBoost_NO_BOOST_CMAKE=ON
44 --target all
45 )
46 - cmake-utils_src_configure
47 + cmake_src_configure
48 }