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-okconf/
Date: Sat, 30 Jan 2021 14:49:12
Message-Id: 1612018142.cb2d8c43cb9048963f71fc3df9f2c1d00bee41d1.andrewammerlaan@gentoo
1 commit: cb2d8c43cb9048963f71fc3df9f2c1d00bee41d1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 30 14:49:02 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Jan 30 14:49:02 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cb2d8c43
7
8 sci-physics/opticks-okconf: 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-okconf/opticks-okconf-0.0.1_p20191110.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild b/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
17 index 1b67f2751..c880f4f8b 100644
18 --- a/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
19 +++ b/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
20 @@ -1,9 +1,9 @@
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 -inherit mercurial cmake-utils cuda
28 +inherit mercurial cmake cuda
29
30 EHG_REPO_URI="https://bitbucket.org/simoncblyth/${PN//-*}"
31 EHG_REVISION="a580e704afe9d2c138072835e986542c835c29fc"
32 @@ -28,7 +28,7 @@ PATCHES=(
33 )
34
35 src_prepare() {
36 - cmake-utils_src_prepare
37 + cmake_src_prepare
38 cuda_src_prepare
39
40 rm -f CMakeLists.txt* || die
41 @@ -42,5 +42,5 @@ src_configure() {
42 -DCOMPUTE_CAPABILITY=61
43 -DCUDA_NVCC_FLAGS="${NVCCFLAGS}"
44 )
45 - CMAKE_USE_DIR=${S}/${PN##*-} cmake-utils_src_configure
46 + CMAKE_USE_DIR=${S}/${PN##*-} cmake_src_configure
47 }