ollehellman / ollehellman.github.io

The documentation site for TDEP.
http://ollehellman.github.io
27 stars 14 forks source link

hdf5 no longer supports fortran2003 #1

Open jcminerlanl opened 7 years ago

jcminerlanl commented 7 years ago

A commit to hdf5 in March: "hdf5: Remove --with-fortran2003" https://github.com/Homebrew/homebrew-science/commit/3751f24546c040dda3131eb586decf09f7e4f267

There is no longer an option to install with the fortran2003 flag. Installation instructions for this code set states:

"fortran compiler. Tested with gcc 5+, ifort 14+. Several f2003/2008 features are extensively used, so the compiler needs to be rather new."

Is it possible to make use of the code without f2003?