1
0
mirror of synced 2024-05-29 08:48:14 +02:00

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

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: