Created
February 17, 2015 01:18
-
-
Save guziy/2ffeea1d43d63646140c to your computer and use it in GitHub Desktop.
configure for installing hdf5 used by netcdf4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -x | |
CXX=s.cc CC=s.cc FC=s.f90 LD=s.f90 ./configure --prefix=$(true_path ../hdf5-sf90) --enable-fortran | |
make | |
make check | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The script I used to install hd5 on guillimin