commit: bcd71d86e97d62fd866b0dd42d41d64dfc3ff163
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 01:38:33 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 01:38:33 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcd71d86
sci-physics/opticks: correct headers directory.
Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sci-physics/opticks/opticks-0.0.1_p20191110.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 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 ef177964f..3eabc4848 100644
--- a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
+++ b/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -86,6 +86,12 @@ src_prepare() {
sed '/OpticksBuildOptions/d' -i ${f}
eend $?
done
+
+ # include/Opticks instead of OpticksCore
+ sed -e 's,include/OpticksCore,include/Opticks,' -i
optickscore/OpticksFlags.cc \
+ -i npy/Types.cpp \
+ -i ana/base.py \
+ -i ana/enum.py
}
src_configure() {