We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e6efd commit 173eff5Copy full SHA for 173eff5
.travis.yml
@@ -15,6 +15,9 @@ install:
15
- sudo apt-get install python3-six
16
- sudo apt-get install python3-pip
17
- export HDF5_DIR=/usr/include/hdf5
18
+ - export USE_SETUPCFG=0
19
+ - export HDF5_INCDIR=/usr/include/hdf5/serial
20
+ - export HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
21
- pip3 install netCDF4
22
- wget https://github.com/marqh/terra/archive/master.zip
23
- unzip master.zip
0 commit comments