1
0
Fork 0

Trying to fix the file type not allowed error

This commit is contained in:
Horea Christian 2024-01-10 15:03:40 -05:00
parent 0951d99842
commit 953eaa4392
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@ EAPI=7
#CMAKE_MAKEFILE_GENERATOR="emake"
PYTHON_COMPAT=( python3_{10..11} )
inherit cmake-multilib distutils-r1 git-r3 ninja-utils
inherit cmake distutils-r1 git-r3 ninja-utils
#inherit cmake-multilib distutils-r1 git-r3 ninja-utils
#inherit cmake distutils-r1 git-r3 multilib ninja-utils
GTS_HASH="962155a01f5a1b87bd64e3e3d880b4dbc2347ac7"
@ -113,6 +114,7 @@ src_compile() {
src_install() {
cd ../afni-9999_build
DESTDIR=${D} eninja install
# This is old example ants stuff.
#BUILD_DIR="${WORKDIR}/${P}_build/ANTS-build"
#cmake_src_install
#cd "${S}/Scripts" || die "scripts dir not found"