Trying to fix the file type not allowed error
This commit is contained in:
parent
0951d99842
commit
953eaa4392
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user