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 173eff5 commit 41c997bCopy full SHA for 41c997b
.travis.yml
@@ -16,7 +16,10 @@ install:
16
- sudo apt-get install python3-pip
17
- export HDF5_DIR=/usr/include/hdf5
18
- export USE_SETUPCFG=0
19
+ - ls -l /usr/include/hdf5/serial
20
- export HDF5_INCDIR=/usr/include/hdf5/serial
21
+ - ls -l /usr/lib/x86_64-linux-gnu/hdf5/serial
22
+ - ls -l /usr/lib/hdf5
23
- export HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
24
- pip3 install netCDF4
25
- wget https://github.com/marqh/terra/archive/master.zip
0 commit comments