aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 15:44:51 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 15:44:51 +0100
commit2efa1be159eea3a47e0a6b89c9189bc030c30fcf (patch)
treec1973645eed8b2d3cec1048d476bf99d7c2c9b3f /dev-libs
parentprofiles/updates: move elmer sub packs into elmer-fem (diff)
downloadsci-2efa1be159eea3a47e0a6b89c9189bc030c30fcf.tar.gz
sci-2efa1be159eea3a47e0a6b89c9189bc030c30fcf.tar.bz2
sci-2efa1be159eea3a47e0a6b89c9189bc030c30fcf.zip
dev-libs/optix: cmake-utils --> cmake
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/optix/optix-6.0.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/optix/optix-6.0.0.ebuild b/dev-libs/optix/optix-6.0.0.ebuild
index 7f2f1c3f1..d0cb4c078 100644
--- a/dev-libs/optix/optix-6.0.0.ebuild
+++ b/dev-libs/optix/optix-6.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils cuda
+inherit cmake cuda
DESCRIPTION="NVIDIA Ray Tracing Engine"
HOMEPAGE="https://developer.nvidia.com/optix"
@@ -35,7 +35,7 @@ src_unpack() {
}
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
rm -rf SDK-precompiled-samples
export PATH=$(cuda_gccdir):${PATH}
}