blob: d1d9a7080fd855a31f520dd3897fe79abdb320d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
[
{ type: install
message: <<EOM
For quick info, run "man afni".
For AFNI configuration and usage, please visit the AFNI WEB site at
http://afni.nimh.nih.gov.
---
SUMA requires the nVidia graphics driver (x11/nvidia-driver*)
or DRI (graphics/dri).
---
FreeBSD ports for other AFNI versions are available at
https://github.com/outpaddling/freebsd-ports-wip
---
For large 3dDeconvolve analyses, you may need to increase one or
more of the following shared memory limits using sysctl (and
/etc/sysctl.conf to make the changes permanent):
kern.ipc.shmall
kern.ipc.shmmax
kern.ipc.shmmin
kern.ipc.shmmni
kern.ipc.shmseg
---
AFNI_PLUGIN_PATH should be set to %%PREFIX%%/lib/afni:%%DATADIR%%
AFNI_GLOBAL_SESSION should be set to %%DATADIR%%.
You can do this by sourcing %%PREFIX%%/etc/mri/afni.profiles for
Bourne-style shells or or %%PREFIX%%/etc/mri/afni.cshrc for C-style shells.
EOM
}
]
|