Changes between Initial Version and Version 1 of Ticket #797
- Timestamp:
- 01/30/19 17:34:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #797
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #797 – Description
initial v1 1 In ticket 762 I submitted several makefiles in which a new variable, NETCDF_LIBS, was defined to allow overriding of the default netCDF linker switch, -lnetcdf. (Specifically, this is needed on CentOS 7 systems, where the netCDF-Fortran installation is broken.) The change was overridden in the recent makefile overhaul in ticket796.1 In src:ticket:762 I submitted several makefiles in which a new variable, '''NETCDF_LIBS''', was defined to allow overriding of the default netCDF linker switch, '''-lnetcdf'''. (Specifically, this is needed on CentOS 7 systems, where the netCDF-Fortran installation is broken.) The change was overridden in the recent makefile overhaul in src:ticket:796. 2 2 3 I have attached a copy of Linux-gfortran in which NETCDF_LIBS is restored alongside all the ticket 796 changes. I have also added a corresponding variable, HDF5_LIBS, to help with linking the HDF5 libraries.3 I have attached a copy of '''Linux-gfortran.mk''' in which '''NETCDF_LIBS''' is restored alongside all the src:ticket:796 changes. I have also added a corresponding variable, '''HDF5_LIBS''', to help with linking the HDF5 libraries. 4 4 5 5 I will check the Cray Linux-ftn-[gnu/intel/cray] make files in due course