removed chmod 755 for h5fc

This commit is contained in:
M. Scot Breitenfeld 2017-07-27 12:57:48 -05:00
parent be5257f876
commit d138f164dd

View File

@ -3339,7 +3339,6 @@ else
fi
if test "X$HDF_FORTRAN" = "Xyes"; then
chmod 755 fortran/src/h5fc
## libtool does not pass the correct argument linker (wl=) for the Intel Fortran compiler
## on OS X, which is needed when building shared libraries on OS X. This script
## replaces the 3rd occurrence, which is for Fortran, of wl="" with wl="-Wl," (HDFFV-2772)