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

Using python eclass functions

This commit is contained in:
Horea Christian 2024-01-16 13:47:49 -05:00
parent 7cf8171302
commit 6245c12184

View File

@ -79,6 +79,7 @@ src_configure() {
fi fi
export CFLAGS="-pthread ${CFLAGS}" export CFLAGS="-pthread ${CFLAGS}"
export GIT_REPO_VERSION=3.0.1.1 export GIT_REPO_VERSION=3.0.1.1
export DO_NOT_USE_PIP=true
#export LDFLAGS="-lpthread ${LDFLAGS}" #export LDFLAGS="-lpthread ${LDFLAGS}"
#-CC="$(tc-getCC)" #-CC="$(tc-getCC)"
#-DFETCHCONTENT_SOURCE_DIR_GTS="${WORKDIR}/${P}/gts-${GTS_HASH}" #-DFETCHCONTENT_SOURCE_DIR_GTS="${WORKDIR}/${P}/gts-${GTS_HASH}"
@ -109,7 +110,8 @@ src_configure() {
) )
#-DBUILD_SHARED_LIBS=OFF #-DBUILD_SHARED_LIBS=OFF
tc-export CC tc-export CC
cmake_src_configure python_foreach_impl cmake_src_configure
python_foreach_impl python_optimize
} }
src_compile() { src_compile() {