mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Corrected typo in hdf5 download path.
This commit is contained in:
parent
55da4d296e
commit
39665005df
@ -11,7 +11,7 @@ before_install:
|
||||
|
||||
# We need to install hdf5.
|
||||
# hdf5-1.8.14.tar.bz2
|
||||
- wget http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/hdf5-1.8.14.tar.bz2
|
||||
- wget http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.bz2
|
||||
- tar -jxf hdf5-1.8.14.tar.bz2
|
||||
- cd hdf5-1.8.14 && ./configure --enable-shared --disable-static --disable-fortran --enable-hl --disable-fortran --prefix=/usr && make -j 4 && make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user