Skip to content

Commit

Permalink
debugging NEST build
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Apr 19, 2022
1 parent 6e08101 commit 5072b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
python -m pip install cython
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.3.tar.gz -O $HOME/nest-simulator-3.3.tar.gz
ls $HOME
tar xzf $HOME/nest-simulator-3.3.tar.gz
ls $HOME
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON $HOME/nest-simulator-3.3
make
make install
Expand Down

0 comments on commit 5072b29

Please sign in to comment.