root/trunk/macosxconf.sh

Revision 3, 271 bytes (checked in by davison, 2 years ago)

standard svn dir structure

  • Property svn:executable set to
Line 
1 nver=`./nrnversion.sh`
2 echo $nver
3 exit 0
4 installdir="/Applications/NEURON-${nver}"
5 IVHOME="${installdir}/iv"
6 NRNHOME="${installdir}/nrn"
7 export IVHOME
8 export NRNHOME
9 echo ${IVHOME}
10 echo ${NRNHOME}
11 ../nrn/configure --prefix=${NRNHOME} --with-iv=${IVHOME} --srcdir=../nrn
12
Note: See TracBrowser for help on using the browser.