libnetcdf-fortran_4_5_3-gnu-mpich-hpc-4.5.3-150300.4.2.1<>,-b[p9|D^֌SymÒ)r7/|h&;fZ$QilCFM`[pFpE*ljvjYX#)4OX̎ll*e`t-թES;|xN+t4ႨƮ?y+棔Ez385IX.x̔k<uꜵ[`t,pt/+-5pg)2ڹn٬7 Ci[v_mG5Ӵr@TWֽ$cfF >B$l?$\d(. ; r8<LPi 9   (  8  X    < \     `   ( 8 9 @:>@"F*GDHdIXY\]^ ?b!Ac!d"e"f"l"u"v"w#|x#y#z#$ $$$XClibnetcdf-fortran_4_5_3-gnu-mpich-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 the mpich version of 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/mpich/netcdf-fortran/4.5.3/lib64/sbin/ldconfig -N /usr/lib/hpc/gnu7/mpich/netcdf-fortran/4.5.3/lib64 _tmp=$(readlink -f /usr/share/lmod/moduledeps/gnu-7-mpich/netcdf-fortran/.version) && \ test "$_tmp" = "$(readlink -f /usr/share/lmod/moduledeps/gnu-7-mpich/netcdf-fortran/.version.4.5.3)" \ -o "x" = "x$(readlink -e /usr/share/lmod/moduledeps/gnu-7-mpich/netcdf-fortran/.version)" && \ rm -f /usr/share/lmod/moduledeps/gnu-7-mpich/netcdf-fortran/.version || exit 0@ EAAAA큤bbbbbbbb2200439174bf2643f4e4b4bd7d6a7e15e190276bf3e6187ccb870f66e98a5ba46d3b1ecebbae6379404762c1f0dd5c21244f5373eee3d80079c57c3eb037685a8ed3714bef17018986b88f0ad169452b0e7874b17f4ca9005a8a32153806fd4alibnetcdff.so.7.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnetcdf-fortran_4_5_3-gnu-mpich-hpc-4.5.3-150300.4.2.1.src.rpmlibnetcdf-fortran_4_5_3-gnu-mpich-hpclibnetcdf-fortran_4_5_3-gnu-mpich-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-lmodmpich-gnu-hpcrpmlib(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 16553099154.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/mpich//usr/lib/hpc/gnu7/mpich/netcdf-fortran//usr/lib/hpc/gnu7/mpich/netcdf-fortran/4.5.3//usr/lib/hpc/gnu7/mpich/netcdf-fortran/4.5.3/lib64//usr/share/lmod/moduledeps/gnu-7-mpich//usr/share/lmod/moduledeps/gnu-7-mpich/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-mpich-hpcdrpmxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8571a17a6b96d65d99f61df98bb79da5641b3e2e, strippedASCII textRRRRRRRRRRRRRRRR <.utf-831946b4ea7252e36c4f9651e89bc5669339a9e2cda818fa7311d0a5902970abf?7zXZ !t/]"k%%qJ$,+z4 آltx'z!u@Բ^)%2ȁe_[ɉ?2An Dbcz+>dCqͬ"pRr6auצ\Wf]Cy֐,$*PRGS/Nqn"9b(xؼ2Mh!$!m/!{h"# cHpT,Vp7i 8pu;E۵HwQl ޼"!nWӕ}4S*:ccRtEiENgl'l,lׄYҭe[ZW׿3OVۺŚU{}->W>S^e0n6IYSgF)IHYAկ(7* E0v}-BV4X%cVE( qK%vc`Aۅȑ[3a -~ĭ0>Q|wNXo3g •zG,Og o򇨈+BwXGE |S\_KC)kD9H@>tz VҐE{34h,2IcK%qrk:_@xBF λxESᐱHO&DIf?""WĖM2Y#H9Lmht>/DWA~}8zyzfߣS7U +%3Įؾ}'jy.푧8(Θq2&6LὶKlCL5OAY|nuBQ̭Az`׋J+Ԡh O8Xrڷ}Z7 1Nx]>i٨%[!iw%"}_VմW)g i3-TZbm?I級-# Nт=lVMtۓK8N- CKJk m*.9%m._rh *SSzF x`EW6v U(DL5yneu3ZX>QY 3-4ŏ$$s`͓.^;yy4 BY*l4)5%Ina#ݓHMvQ)x-zKe [ڲO>`}"%xr=keH8V Ve|ZT UuȎ8zm +3N YZ