1
0
Fork 0

Using eclass functions for python install

This commit is contained in:
Horea Christian 2024-01-18 01:11:01 -05:00
parent da9ddb9921
commit ca35e3c4a7
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@ src_configure() {
src_compile() {
python_foreach_impl cmake_src_compile
distutils-r1_src_compile
#cmake_src_compile
#cd ../afni-9999_build
#default
@ -128,6 +129,7 @@ src_compile() {
src_install() {
python_foreach_impl cmake_src_install
python_foreach_impl python_optimize
distutils-r1_src_install
#cd ../afni-9999_build
#DESTDIR=${D} eninja install
# File collision, upstream confirmation here: