cd
$HOME mkdir bin include lib |
xcode-select
--install"
or you can try the following
link: https://developer.apple.com/download/more/.python
-V |
mkdir
~/src cd ~/src mv ~/Downloads/gsl-latest.tar.gz ~/src tar zxvf gsl-latest.tar.gz cd gsl-2.8 ./configure --prefix=$HOME make make install |
cd
~/src mv ~/Downloads/openmpi-5.0.6.tar.gz ~/src tar zxvf openmpi-5.0.6.tar.gz cd openmpi-5.0.6 ./configure --prefix=$HOME make make install |
tar
zxvf NeuronetExperimenter-4.0.1.tar.gz cd NeuronetExperimenter-4.0.1 |
conda env create -f nne_env.yml conda activate nne_env |
./configure
--prefix=$HOME
make # this builds an executable binary of the core simulator w/o the models included make install # this makes the binary accessible from anywhere on your file system |
nne_run Welcome to NeuronetExperimenter (nne) v4.0 Copyright (C) 2006-2024, J. A. Hayes and J. L. Mendenhall Neurons this binary supports: Select one from the following menu: -1. Enter manually 0. Use the same setup and network file as last time 1. ../ 2. docs/ 3. include/ 4. models/ 5. scripts/ 6. src/ Ctrl-C to exit |