1
0
mirror of synced 2024-06-11 23:19:59 +02:00

Compare commits

..

No commits in common. "f12e08a643ba6d0a65ed4df92bd9f26026e390d9" and "6245c121844a289da058c6516bf27298fc2d6ed1" have entirely different histories.

View File

@ -79,8 +79,7 @@ src_configure() {
fi
export CFLAGS="-pthread ${CFLAGS}"
export GIT_REPO_VERSION=3.0.1.1
#export DO_NOT_USE_PIP=true
#export EXPLICIT_AFNIPY_INSTALL=false
export DO_NOT_USE_PIP=true
#export LDFLAGS="-lpthread ${LDFLAGS}"
#-CC="$(tc-getCC)"
#-DFETCHCONTENT_SOURCE_DIR_GTS="${WORKDIR}/${P}/gts-${GTS_HASH}"
@ -102,8 +101,8 @@ src_configure() {
-DCOMP_GUI=ON
-DCOMP_PLUGINS=ON
-DUSE_OMP=ON
-DCOMP_PYTHON=OFF
#-DCOMP_PYTHON=ON
#-DCOMP_PYTHON=OFF
-DCOMP_PYTHON=ON
#-DSTANDARD_PYTHON_INSTALL=OFF
#-DPython_FIND_VIRTUALENV=STANDARD
#-DPython_FIND_STRATEGY=LOCATION
@ -111,17 +110,12 @@ src_configure() {
)
#-DBUILD_SHARED_LIBS=OFF
tc-export CC
cmake_src_configure
#python_foreach_impl cmake_src_configure
#python_foreach_impl python_optimize
python_foreach_impl cmake_src_configure
python_foreach_impl python_optimize
}
src_compile() {
#python_foreach_impl cmake_src_compile
cmake_src_compile
pushd src/python_scripts
distutils-r1_src_compile
popd
python_foreach_impl cmake_src_compile
#cmake_src_compile
#cd ../afni-9999_build
#default
@ -131,19 +125,13 @@ src_compile() {
#/work/afni-9999/nifti_clib-65f801b9c2f1f15f4de4a19d45e6595c25765632
src_install() {
#python_foreach_impl cmake_src_install
#python_foreach_impl python_optimize
cmake_src_install
pushd src/python_scripts
distutils-r1_src_install
popd
#cd ../afni-9999_build
#DESTDIR=${D} eninja install
cd ../afni-9999_build
DESTDIR=${D} eninja install
# File collision, upstream confirmation here:
# https://github.com/afni/afni/issues/558#issuecomment-1887693900
cd ${D}
#pwd
#ls -lah
pwd
ls -lah
#exit
rm usr/bin/mpeg_encode
}