Changes between Initial Version and Version 1 of Ticket #797


Ignore:
Timestamp:
01/30/19 17:34:25 (5 years ago)
Author:
arango
Comment:

Thank you, Mark. It is weird that you have to do this on CentOS. Anyway, it is a different style that will not affect other configurations. I have to do it in all the ones that I use to avoid erasing it again in the future. I don't have access to all those operating systems and compiler.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #797

    • Property ResolutionFixed
    • Property Status newclosed
  • 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 ticket 796.
     1In 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.
    22
    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.
     3I 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.
    44
    55I will check the Cray Linux-ftn-[gnu/intel/cray] make files in due course