Skip to content

Commit

Permalink
Merge github.com:SmileiPIC/Smilei
Browse files Browse the repository at this point in the history
  • Loading branch information
jderouillat committed Apr 5, 2017
2 parents c985166 + abdc076 commit 4b28628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
- sudo sh -c 'echo "/usr/local/lib\n/usr/local/lib/openmpi" > /etc/ld.so.conf.d/openmpi.conf'
- sudo ldconfig
- cd ..
- wget --no-check-certificate http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.17.tar.gz
- wget --no-check-certificate https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.17/src/hdf5-1.8.17.tar.gz
- tar -zxf hdf5-1.8.17.tar.gz
- cd hdf5-1.8.17
- CC=mpicc CXX=mpicxx ./configure --enable-parallel --prefix=/usr/local --quiet && make > compile.out && sudo make install > install.out
Expand Down

0 comments on commit 4b28628

Please sign in to comment.