Skip to content

Commit

Permalink
Fixed TravisCI config so that CSA ist actually built and installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jougs committed Oct 16, 2017
1 parent 5898e37 commit 1e423f5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,29 +97,31 @@ before_install:

# Install libneurosim
- git clone https://github.com/INCF/libneurosim.git
- cd libneurosim
- pushd libneurosim
- ./autogen.sh
- ./configure --prefix=$HOME/.cache/libneurosim.install --with-mpi
- make
- make install
- cd $HOME/build
- popd

# Install csa
- git clone https://github.com/INCF/csa.git
- cd csa
- pushd csa
- ./autogen.sh
- ./configure --with-libneurosim=$HOME/.cache/libneurosim.install --prefix=$HOME/.cache/csa.install
- cd $HOME/build
- make
- make install
- popd

# Install MUSIC
- sudo apt-get install -y python-mpi4py
- git clone https://github.com/INCF/MUSIC.git music
- cd music
- pushd music
- ./autogen.sh
- ./configure --prefix=$HOME/.cache/music.install
- make
- make install
- cd $HOME/build
- popd

# Change directory back to the NEST source code directory.
- cd $SOURCEDIR
Expand Down

0 comments on commit 1e423f5

Please sign in to comment.