Skip to content

Commit

Permalink
HDF link
Browse files Browse the repository at this point in the history
  • Loading branch information
andras86 authored Jun 19, 2017
1 parent 3560112 commit 4d4ded9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ before_script:
- pip install pyomo
- pip install pysam
- pip install matplotlib
- wget https://support.hdfgroup.org/ftp/HDF5/current18/bin/linux-centos7-x86_64-gcc485/hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gz
- tar xf hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gz
- export LD_LIBRARY_PATH=${PWD}/hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/lib:$LD_LIBRARY_PATH
- export HDF5_DIR=${PWD}/hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/
- wget https://support.hdfgroup.org/ftp/HDF5/current18/bin/linux-centos7-x86_64-gcc485/hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared.tar.gz
- tar xf hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared.tar.gz
- export LD_LIBRARY_PATH=${PWD}/hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/lib:$LD_LIBRARY_PATH
- export HDF5_DIR=${PWD}/hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/
- pip install tables
- pip install cython
- pip install pandas
Expand Down

0 comments on commit 4d4ded9

Please sign in to comment.