AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
December 08, 2015 02:31PM
One work around for getting AFNI to work without disabling SIP:

0. If you upgraded from Mac OS X 10.10 (or earlier), reinstall XQuartz.

1. Install XCode via Mac App Store: [itunes.apple.com]

2. Install Homebrew: Link below keeps getting garbled by board engine, see original website!
ruby -e "$(curl -fsSL [raw.githubusercontent.com])”

3. Setup PATH:
echo “export PATH=$PATH:~/abin” >> .bash_profile

4. Install GCC suite with Homebrew (no multilib necessary and it doesn't play nice with OpenMP anyway)
brew install gcc --with-all-languages --without-multilib

4b. Install pyqt for access to uber_subject.py and uber_ttest.py:
brew install pyqt

5. Link the libgomp library to the right place, because it didn’t for some reason:
ln -s /usr/local/Cellar/gcc/5.2.0/lib/gcc/5/libgomp.1.dylib /usr/local/lib/libgomp.1.dylib

6. Install glib:
brew install glib

7. Test Setup:
afni_system_check.py -check_all

8. Rejoice.



Edited 1 time(s). Last edit at 12/08/2015 02:35PM by Peter Molfese.
Subject Author Posted

Mac OS X 10.11 "El Captain" Compatibility

Peter Molfese October 07, 2015 10:52AM

Re: Mac OS X 10.11 "El Captain" Compatibility

Daniel Glen October 07, 2015 02:08PM

Re: Mac OS X 10.11 "El Captain" Compatibility

Peter Molfese October 07, 2015 02:31PM

Re: Mac OS X 10.11 "El Captain" Compatibility

Peter Molfese December 08, 2015 02:31PM

Re: Mac OS X 10.11 "El Captain" Compatibility

discoraj April 18, 2016 01:27PM

Re: Mac OS X 10.11 "El Captain" Compatibility

rick reynolds April 18, 2016 02:25PM

Re: Mac OS X 10.11 "El Captain" Compatibility

neha_sinha132 November 04, 2016 09:16PM

Re: Mac OS X 10.11 "El Captain" Compatibility

rick reynolds November 04, 2016 10:30PM