Hello, ptaylor
It works perfectly with AFNI 23.3.07, but need to modify type linux_rock_8
to linux_rocky_8
. Here is the log.
sangmin@n001 ~ $ build_afni.py -abin /applics/afni/23.3.07/abin -build_root /applics/afni/23.3.07/build -git_branch master -git_tag AFNI_23.3.07 -package linux_rocky_8
-- build_afni.py, version 0.13, September 12, 2024
-- current AFNI: AFNI_24.3.06, linux_rocky_8, Oct 31 2024
-- cleaning old build root dir, /applics/afni/23.3.07/build
-- backing up dir build_src
-- preparing build_root dir, /applics/afni/23.3.07/build
-- checking out git tag AFNI_23.3.07
-- using repo branch (detached), tag AFNI_23.3.07
-- removing old atlas dir, prev/afni_atlases_dist
-- moving old atlas dir afni_atlases_dist to prev/afni_atlases_dist
-- downloading AFNI atlas package, afni_atlases_dist.tgz
-- unpacking atlas package, afni_atlases_dist
-- removing old NiiVue backup, prev/niivue_afni.umd.js
-- moving old niivue niivue_afni.umd.js to prev/niivue_afni.umd.js
-- downloading NiiVue, niivue_afni.umd.js
-- preparing to run 'make' build of package linux_rocky_8
-- copying README files
-- copying Makefile.linux_rocky_8 to Makefile
-- building make target 'itall'
-- consider monitoring the build in a separate window with:
cd /network/iss/home/sangmin.park
tail -f /applics/afni/23.3.07/build/build_src/log_make.txt
# use ctrl-c to terminate 'tail' command (not the build)
++ building (please be patient)...
-- status: building SUCCESS
see 'make' log file /applics/afni/23.3.07/build/build_src/log_make.txt
-- make build AFNI: AFNI_23.3.07, linux_rocky_8, Dec 05 2024
++ testing the build results ...
-- status: build testing SUCCESS
see 'testing' log file /applics/afni/23.3.07/build/build_src/log_test.txt
-- will install 'make' build results and atlases
PLEASE WAIT FOR THE INSTALL TO COMPLETE...
++ creating install abin: /applics/afni/23.3.07/abin
-- skipping abin backup
++ installing atlases under /applics/afni/23.3.07/abin
++ installing build results under /applics/afni/23.3.07/abin
++ installing NiiVue under /applics/afni/23.3.07/abin
-- shell/system command history is in:
/applics/afni/23.3.07/build/hist_commands.txt
++ screen text history is in:
/applics/afni/23.3.07/build/hist_messages.txt
============================== overview ==============================
------------------------------
to rerun make build:
cd /applics/afni/23.3.07/build/build_src
make itall
------------------------------
to rerun test of make build:
cd /applics/afni/23.3.07/build/build_src
tcsh scripts_install/test_afni_prog_help.tcsh -bin_dir linux_rocky_8
------------------------------
atlases installed to /applics/afni/23.3.07/abin
installed from /applics/afni/23.3.07/build/afni_atlases_dist
------------------------------
binaries installed to /applics/afni/23.3.07/abin
installed from /applics/afni/23.3.07/build/build_src/linux_rocky_8
------------------------------
NiiVue installed to /applics/afni/23.3.07/abin
------------------------------
have 0 backup abin directories, backup.abin.*
have 0 backup abin directories, backup.abin.*
But, whenI try to install version 18.1.5, I got this error. AFNI 18.1.05 might not have linux_rocky_8
package.
sangmin@n001 ~ $ build_afni.py \
-abin /applics/scit/afni/18.1.05/abin \
-build_root /applics/afni/18.1.05/build \
-git_branch master \
-git_tag AFNI_18.1.05 \
-package linux_rocky_8
-- build_afni.py, version 0.13, September 12, 2024
-- current AFNI: AFNI_24.3.06, linux_rocky_8, Oct 31 2024
-- preparing build_root dir, /applics/afni/18.1.05/build
-- creating build_root dir, /applics/afni/18.1.05/build
-- running 'git clone' on afni repo ...
(please be patient)
-- checking out git tag AFNI_18.1.05
-- using repo branch (detached), tag AFNI_18.1.05
-- downloading AFNI atlas package, afni_atlases_dist.tgz
-- unpacking atlas package, afni_atlases_dist
-- downloading NiiVue, niivue_afni.umd.js
-- preparing to run 'make' build of package linux_rocky_8
-- copying README files
** error: failed to find suitable Makefile for package linux_rocky_8
-- shell/system command history is in:
/applics/afni/18.1.05/build/hist_commands.txt
++ screen text history is in:
/applics/afni/18.1.05/build/hist_messages.txt
Is it possible to check which packages are available along with AFNI version?
--Sangmin