libnetcdf-fortran_4_5_3-gnu-hpc-4.5.3-150300.4.2.1<>,,b&p9|`SU/87 9+P,.sIB>!M8%ԝ)Ȝe 5as+s'Z/+]6peNM=h ГB4->B#?#d"( 5 l $48Qry           H p     @  < ( `8 h9 :>@FGHI X(Y0\X]x^b c!bd!e!f!l!u"v"0w"x# y#,z#l#|###Clibnetcdf-fortran_4_5_3-gnu-hpc4.5.3150300.4.2.1Shared libraries for the NetCDF scientific data formatNetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. NetCDF (network Common Data Form) is an interface for array-oriented data access and a collection of software libraries for C, Fortran, C++, and Perl that provides an implementation of the interface. The NetCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. NetCDF data is: - Self-Describing: A NetCDF file includes information about the data it contains. - Network-transparent: A NetCDF file is represented in a form that can be accessed by computers with different ways of storing integers, characters, and floating-point numbers. - Direct-access: A small subset of a large dataset may be accessed efficiently, without first reading through all the preceding data. - Appendable: Data can be appended to a NetCDF dataset along one dimension without copying the dataset or redefining its structure. The structure of a NetCDF dataset can be changed, though this sometimes causes the dataset to be copied. - Sharable: One writer and multiple readers may simultaneously access the same NetCDF file. This package contains all files needed to create projects that use NetCDF.b&ibs-power9-12!SUSE Linux Enterprise 15SUSE LLC NetCDFhttps://www.suse.com/System/Librarieshttps://www.unidata.ucar.edu/software/netcdf/linuxppc64le/sbin/ldconfig -N /usr/lib/hpc/gnu7/netcdf-fortran/4.5.3/lib64/sbin/ldconfig -N /usr/lib/hpc/gnu7/netcdf-fortran/4.5.3/lib64 _tmp=$(readlink -f /usr/share/lmod/moduledeps/gnu-7/netcdf-fortran/.version) && \ test "$_tmp" = "$(readlink -f /usr/share/lmod/moduledeps/gnu-7/netcdf-fortran/.version.4.5.3)" \ -o "x" = "x$(readlink -e /usr/share/lmod/moduledeps/gnu-7/netcdf-fortran/.version)" && \ rm -f /usr/share/lmod/moduledeps/gnu-7/netcdf-fortran/.version || exit 0@ AAAA큤bbbbbbbbcc9e3f5585040c0b97db42ec9f71024c1569c6e13c3e8681a0f3185a4cf2c9116d3b1ecebbae6379404762c1f0dd5c21244f5373eee3d80079c57c3eb037685af6e21e12814b8e59e643a1e6671060a1622e39d7bdaca095290999181905d783libnetcdff.so.7.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnetcdf-fortran_4_5_3-gnu-hpc-4.5.3-150300.4.2.1.src.rpmlibnetcdf-fortran_4_5_3-gnu-hpclibnetcdf-fortran_4_5_3-gnu-hpc(ppc-64)@@@@    /bin/sh/bin/shgnu-compilers-hpclibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgfortran.so.4()(64bit)libgfortran.so.4(GFORTRAN_7)(64bit)lua-lmodrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`@_:__[@_{_@_@_^z^<@]@]߶]߶]?]cZ@Z2@Z}@Z}@Zk@ZX@ZOhZ ,@Z ZY|Y|YYX @eich@suse.comaguerrero@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comaguerrero@suse.comaguerrero@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.com- Change 'Requires:' to other HPC packages to %requires_eq to depend on the exact version. This should take care of HPC packages ignoring proper ABI versioning.- Update to version 4.5.3, read changes at: * https://github.com/Unidata/netcdf-fortran/releases/tag/v4.5.3 * Add a new libnetcdff.settings file - Requires at least netcdf 4.7.4, update Requires accordingly.- Make static build conditional. The race due to libtool not allowing to handle f90 .mod files when building static and dynamic versions of this library requires to disable static builds by default.- Add build support for gcc10 to HPC build (bsc#1174439). - Add build support for openmpi4. - Limit the numbers of parallel build to kludge around a race condition due to libtool not being able to handle Fortran .mod file creation and dependencies properly. - Make sure, optimization flags are also passed to the Fortran compiler. - Remove not used options to configure. - Add -ffat-lto-objects for static build. - limit number of parallel jobs as libtool generated builds are racy when .mod files have to be generated. - Increasing memory constrains to make sure tests don't fail.- Add OpenMPI4 support (disabled < 15.3)- The convention is to use the module name 'pnetcdf' for Parallel-NetCDF (called PnetCDF now). Revert part of the changes in previous commit to conform to this standard. - Fix ldconfig args for HPC packages: no caching should be done as these libs are made available thru LD_LIBRARY_PATH tweaking.- Add serial HPC build flavor (boo#1174177). For loading serial module, run 'module load netcdf-fortran' for an MPI variant use 'module load pnetcdf-fortran'. - Fixed bug in module file.- Gfortran from gcc-10 requires -std=legacy to build the Fortran code in netcdf-fortran (bsc#1173598).- Enable mvapich2 build (boo#1167948).- Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8604).- Disable openmpi1 builds for SLE/Leap > 15.1. - Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).- Add constraints for disk and memory, this will hopefully fix build issues with 15.2 (bsc#1157973).- Update to version 4.5.2, read changes at: * https://github.com/Unidata/netcdf-fortran/releases/tag/v4.5.2 * https://github.com/Unidata/netcdf-fortran/releases/tag/v4.5.1 * https://github.com/Unidata/netcdf-fortran/releases/tag/v4.5.0 - Remove patch, merged upstream * netcdf4-Return-status-for-non-void-function-always.patch - Add new BuildRequires on m4 - Spec file cleanup- Update to version 4.4.5, (jsc#SLE-8496), see changes at: * https://github.com/Unidata/netcdf-fortran/releases/tag/v4.4.5 * https://www.unidata.ucar.edu/blogs/news/entry/netcdf-fortran-4-4-4 - Update Source to rename the tarball with the format $name-$version - Set BuildRequires on netcdf to 4.6.2 or higher, this is required for this version to build - Refresh patch * netcdf4-Return-status-for-non-void-function-always.patch- (Temporarily) disable fpr S390* as a check test for netcdf fails currently on BE (bsc#1091474).- Fix hdf5 devel package dependency of static HPC library package to pull in the HPC variant (boo#1087090).- Add support for openmpi2 for HPC (FATE#325089).- Fix summary in module files (bnc#1080259).- Fix the module load command for netcdf to reflect the change to 'pnetcdf' for MPI versions following (boo#1075933).- Disable the openmpi3 flavor in some products.- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. - Add support for mpich and openmpi3 for HPC.- Fix typo in modules file which made help less useful.- Fix modules file: only use %hpc_bindir if it really exists - Translate '-' to '_' for env-variable.- Add Requires: for the netcdf library/devel package to the netcdf-fortran library/devel package for HPC.- Fix Requires for the main package.- Removed a bugs dependency that was copy-and-pasted.- Fix buildrequires for compiler_families where c_f_ver is set.- netcdf4-Return-status-for-non-void-function-always.patch: Make sure non-void function always has a good return value.- Initial creation of netcdf-fortran v4.4.4 (FATE#321719)./bin/sh/bin/shibs-power9-12 16553098624.5.3-150300.4.2.14.5.3-150300.4.2.1netcdf-fortran4.5.3lib64libnetcdff.so.7libnetcdff.so.7.0.0netcdf-fortran.version.4.5.34.5.3/usr/lib/hpc/gnu7//usr/lib/hpc/gnu7/netcdf-fortran//usr/lib/hpc/gnu7/netcdf-fortran/4.5.3//usr/lib/hpc/gnu7/netcdf-fortran/4.5.3/lib64//usr/share/lmod/moduledeps/gnu-7//usr/share/lmod/moduledeps/gnu-7/netcdf-fortran/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:24691/SUSE_SLE-15-SP3_Update/0aedc2a7a49fbe45e5732944a36d4c65-netcdf-fortran.SUSE_SLE-15-SP3_Update:gnu-hpcdrpmxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e06c953cdf7e6b99fc08bec14bd7c25ca2f5408, strippedASCII textRRRRRRRRRRRRRRRRqTVKW!")Zįutf-831d3f1bcab26d64c83424e12f87b6238bb0fdf94d4894d9f539081bbe50827b0?7zXZ !t/]"k%+qJ$,+z4 آltx'ZW<~W>dX7g3n^,Ω*3!5̀y"9x!1kF/QiӃ6bzɵv~$"?񴉃5[Hͬ1<'Mdq+ tЛF "^[1pT\39T9gmK~ʊ=҃3bg7a(Ap\[N#"q.9N7?$0ly]p FDFϷ;!ASoNX'ڱCbЏֹ7d( Wql̕mf;eFBUXQ7:`BAj. xn"_5jD*c侩'I\p% S0B[[<0̩/o+oQNf뿧\, KEə2DhH"fbw+"L,Ojo T4 G&i:Dd/Hݑ:EqBLKC) *xKAcھb{<4BkjY_ Z@te QB !^1#G(;hA^X7tO6ɧ.ӽp/P}HҮ{UJxm;'x#! L>Z>?ܔ_<}.8NW* Ec/bJ2:>"CzxٯO0!D9ꄌfDM2Da,C׎ Ϣ]ua:n d^?&2yMPR~ͬ`p-*TMqiC;~"U5.Wi.\}v 1hGN%e^(rE}S/e ڻK|x$6f'Z*Vw"& Wמ ШA<\.`u M֑UokxVXj#yxuǭn%+lqwIOB}Zi#ɦ]pHDKwgF9H%5o"O r+%H]L +O YZ