commit: 594bcf521a43878ca3b7f959341c0596a3784c5f
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 12:01:00 2019 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 12:01:00 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=594bcf52
sci-physics/opticks: do not look for boost cmake.
In Gentoo, boost is built by bjam and no BoostConfig.cmake is
provided.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sci-physics/opticks/opticks-0.0.1_p20191110.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
b/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
index 33fe5c4f2..ef177964f 100644
--- a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
+++ b/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
@@ -88,7 +88,6 @@ src_prepare() {
done
}
-# om-make-one
src_configure() {
local mycmakeargs=(
-DCMAKE_MODULE_PATH="${S}"/cmake/Modules
@@ -96,6 +95,7 @@ src_configure() {
-DCUDA_SDK_ROOT_DIR="${EPREFIX}/opt/cuda/sdk"
-DCOMPUTE_CAPABILITY=61
-DCUDA_NVCC_FLAGS="${NVCCFLAGS}"
+ -DBoost_NO_BOOST_CMAKE=ON
--target all
)
cmake-utils_src_configure