mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
speed-up building HDF5 (#3087)
Disables building the tests when building the netCDF, etc.
This commit is contained in:
parent
7e3c100755
commit
94ea835bbb
2
.github/workflows/hdfeos5.yml
vendored
2
.github/workflows/hdfeos5.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
- name: Install HDF5
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr/local --with-default-api-version=v16
|
||||
./configure --prefix=/usr/local --disable-tests --with-default-api-version=v16
|
||||
make
|
||||
sudo make install
|
||||
- name: Install HDF-EOS5
|
||||
|
2
.github/workflows/netcdf.yml
vendored
2
.github/workflows/netcdf.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Install HDF5
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr/local --disable-static --enable-shared --enable-hl --with-szlib
|
||||
./configure --prefix=/usr/local --disable-tests --disable-static --enable-shared --enable-hl --with-szlib
|
||||
make -j
|
||||
sudo make install -j
|
||||
- name: Checkout netCDF
|
||||
|
Loading…
Reference in New Issue
Block a user