Add new SYSTEM_ZLIB variable which if set to YES does not build zlib and uses the system version. This was shown to be needed in testing NVHPC on bucy. Not sure why yet as no other compiler cares.
Manifested as a
/usr/lib64/libxml2.so: undefined reference to `gzopen64@ZLIB_1.2.3.3'
Add new
SYSTEM_ZLIB
variable which if set toYES
does not build zlib and uses the system version. This was shown to be needed in testing NVHPC on bucy. Not sure why yet as no other compiler cares.Manifested as a
error in ESMF linking