sci-libs/simpleitk: trying out python-r1 and more suited phase
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
c4bd5412c8
commit
de9ddf48dc
@ -1,3 +1,6 @@
|
||||
06 May 2021; <chymera@gentoo.org> simpleitk-1.2.4.ebuild:
|
||||
sci-libs/simpleitk: trying out python-r1 and more suited phase
|
||||
|
||||
*simpleitk-1.2.4 (06 May 2021)
|
||||
|
||||
06 May 2021; <chymera@gentoo.org> +files/simpleitk-1.2.4-int-cast.patch,
|
||||
|
@ -74,7 +74,9 @@ src_configure() {
|
||||
# -DUSE_SYSTEM_LUA=ON
|
||||
# -DUSE_SYSTEM_SWIG=ON
|
||||
|
||||
src_install() {
|
||||
src_compile() {
|
||||
#default
|
||||
cmake_src_compile
|
||||
pwd
|
||||
ls -lah
|
||||
echo "${BUILD_DIR}"
|
||||
@ -83,14 +85,30 @@ src_install() {
|
||||
pwd
|
||||
echo "Doing "python Packaging/setup.py install" here"
|
||||
#1
|
||||
#python Packaging/setup.py install || die
|
||||
cd Packaging || die
|
||||
esetup.py install || die
|
||||
python Packaging/setup.py install || die
|
||||
#2
|
||||
#cd Packaging || die
|
||||
#esetup.py install || die
|
||||
popd > /dev/null || die
|
||||
#pushd ../${P}_build/Wrapping/Python > /dev/null || die
|
||||
# python Packaging/setup.py install
|
||||
#popd > /dev/null || die
|
||||
#pwd
|
||||
#ls -lah
|
||||
#die
|
||||
}
|
||||
|
||||
#src_install() {
|
||||
# pwd
|
||||
# ls -lah
|
||||
# echo "${BUILD_DIR}"
|
||||
# cd "../${P}_build" || die
|
||||
# pushd Wrapping/Python > /dev/null || die
|
||||
# pwd
|
||||
# echo "Doing "python Packaging/setup.py install" here"
|
||||
# #1
|
||||
# #python Packaging/setup.py install || die
|
||||
# cd Packaging || die
|
||||
# esetup.py install || die
|
||||
# popd > /dev/null || die
|
||||
# #pushd ../${P}_build/Wrapping/Python > /dev/null || die
|
||||
# # python Packaging/setup.py install
|
||||
# #popd > /dev/null || die
|
||||
# #pwd
|
||||
# #ls -lah
|
||||
# #die
|
||||
#}
|
||||
|
Loading…
x
Reference in New Issue
Block a user