From 6245c121844a289da058c6516bf27298fc2d6ed1 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 16 Jan 2024 13:47:49 -0500 Subject: [PATCH] Using python eclass functions --- sci-biology/afni/afni-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-biology/afni/afni-9999.ebuild b/sci-biology/afni/afni-9999.ebuild index 487aa70..07dac7b 100644 --- a/sci-biology/afni/afni-9999.ebuild +++ b/sci-biology/afni/afni-9999.ebuild @@ -79,6 +79,7 @@ src_configure() { fi export CFLAGS="-pthread ${CFLAGS}" export GIT_REPO_VERSION=3.0.1.1 + export DO_NOT_USE_PIP=true #export LDFLAGS="-lpthread ${LDFLAGS}" #-CC="$(tc-getCC)" #-DFETCHCONTENT_SOURCE_DIR_GTS="${WORKDIR}/${P}/gts-${GTS_HASH}" @@ -109,7 +110,8 @@ src_configure() { ) #-DBUILD_SHARED_LIBS=OFF tc-export CC - cmake_src_configure + python_foreach_impl cmake_src_configure + python_foreach_impl python_optimize } src_compile() {