SHA256
10
0
forked from pool/netcdf

100 Commits

Author SHA256 Message Date
199f1a8109 Accepting request 1265567 from home:NMorey:branches:science:HPC
- Disable and remove support for gnu-hpc build flavours (bsc#1239982)
- Add openmpi5 build flavour

OBS-URL: https://build.opensuse.org/request/show/1265567
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=138
2025-04-01 07:49:26 +00:00
77789bf235 Accepting request 1119732 from home:eeich:branches:science
- Disable HPC flavors on i586

- Add a '\--whatprovides' to the '%%requires_eq libhdf5%{p_suffix}'
  to catch the the library package even without an so-name.

OBS-URL: https://build.opensuse.org/request/show/1119732
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=135
2023-10-23 20:38:10 +00:00
8298694c0b Accepting request 1119627 from home:NMorey:branches:science
- Drop support for obsolete openmpi[123]
- Prepare support for openmpi5

OBS-URL: https://build.opensuse.org/request/show/1119627
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=134
2023-10-23 19:01:46 +00:00
fdbd5c2fc6 Accepting request 1077449 from home:dstoecker:branches:home:dirkmueller:Factory
- add build require pkgconfig(zstd) to fix build for Leap 15.4
- update to 4.9.2:

OBS-URL: https://build.opensuse.org/request/show/1077449
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=132
2023-04-05 10:39:19 +00:00
73c37e4f2c Accepting request 1046215 from home:StefanBruens:branches:science
- Update to version 4.9.0:
  * [Enhancement] Improve filter installation process to avoid use
    of an extra shell script. See gh#Unidata/netcdf-c#2348.
  * [Bug Fix] Get "make distcheck" to work See
    gh#Unidata/netcdf-c#/2343.
  * [Enhancement] Allow the read/write of JSON-valued Zarr
    attributes to allow for domain specific info such as used by
    GDAL/Zarr. See gh#Unidata/netcdf-c#2278.
  * [Enhancement] Turn on the XArray convention for NCZarr files by
    default. WARNING, this means that the mode should explicitly
    specify nczarr" or "zarr" even if "xarray" or "noxarray" is
    specified. See gh#Unidata/netcdf-c#2257.
  * [Enhancement] Update the documentation to match the current
    filter capabilities See gh#Unidata/netcdf-c#2249.
  * [Enhancement] Support installation of pre-built standard
    filters into user-specified location. See
    gh#Unidata/netcdf-c#2318.
  * [Enhancement] Improve filter support. More specifically (1)
    add nc_inq_filter_avail to check if a filter is available, (2)
    add the notion of standard filters, (3) cleanup szip support
    to fix interaction with NCZarr. See gh#Unidata/netcdf-c#2245.
  * [Enhancement] Switch to tinyxml2 as the default xml parser
    implementation. See gh#Unidata/netcdf-c#2170.
  * [Bug Fix] Require that the type of the variable in
    nc_def_var_filter is not variable length.
    See gh#Unidata/netcdf-c#/2231.
  * [File Change] Apply HDF5 v1.8 format compatibility when
    writing to previous files, as well as when creating new files.
    The superblock version remains at 2 for newly created files.
    Full backward read/write compatibility for netCDF-4 is
    maintained in all cases. See gh#Unidata/netcdf-c#2176.
  * [Enhancement] Add ability to set dataset alignment for
    netcdf-4/HDF5 files. See gh#Unidata/netcdf-c#2206.
  * [Bug Fix] Improve UTF8 support on windows so that it can use
    utf8 natively. See gh#Unidata/netcdf-c#2222.
  * [Enhancement] Add complete bitgroom support to NCZarr.
    See gh#Unidata/netcdf-c#2197.
  * [Bug Fix] Clean up the handling of deeply nested VLEN
    types. Marks nc_free_vlen() and nc_free_string as deprecated
    in favor of ncaux_reclaim_data(). See gh#Unidata/netcdf-c#2179.
  * [Bug Fix] Make sure that netcdf.h accurately defines the flags
    in the open/create mode flags. See gh#Unidata/netcdf-c#2183.
  * [Enhancement] Improve support for msys2+mingw platform. See
    gh#Unidata/netcdf-c#2171.
  * [Bug Fix] Clean up the various inter-test dependencies in
    ncdump for CMake. See gh#Unidata/netcdf-c#2168.
  * [Bug Fix] Fix use of non-aws appliances. See
    gh#Unidata/netcdf-c#2152.
  * [Enhancement] Added options to suppress the new behavior from
    gh#Unidata/netcdf-c#2135.
  * [Enhancement] Support optional use of libxml2, otherwise
    default to ezxml. See gh#Unidata/netcdf-c#2135
  * [Bug Fix] Fix several os related errors. See
    gh#Unidata/netcdf-c#2138.
  * [Enhancement] Support byte-range reading of netcdf-3 files
    stored in private buckets in S3. See gh#Unidata/netcdf-c#2134
  * [Enhancement] Support Amazon S3 access for NCZarr. Also support
    use of the existing Amazon SDK credentials system. See
    gh#Unidata/netcdf-c#2114
  * [Bug Fix] Fix string allocation error in H5FDhttp.c. See
    gh#Unidata/netcdf-c#2127.
  * [Bug Fix] Apply patches for ezxml and for selected oss-fuzz
    detected errors. See gh#Unidata/netcdf-c#2125.
  * [Bug Fix] Ensure that internal Fortran APIs are always
    defined. See gh#Unidata/netcdf-c#2098.
  * [Enhancement] Support filters for NCZarr. See
    gh#Unidata/netcdf-c#2101
  * [Bug Fix] Make PR 2075 long file name be idempotent. See
    gh#Unidata/netcdf-c#2094.
- Remove unused doxygen build dependency.
- Remove some obsolete Provides/Obsoletes from library package.
- Drop upstream patches:
  * swap-4-8-b-Satisfy-strict-aliasing-rules.patch
  * Fix-type-punning-in-val_NC_check_voff-by-using-memcpy-instead-of-assignment.patch
  * Fix-type-punning-in-xxdrntohdouble-by-using-memcpy-instead-of-assignment.patch
  * NCD4_dumpbytes-use-correct-swapline-for-object-size.patch
  * d4util.h-make-swapinlineXX-more-robust-against-type-punning.patch
  * bin_reclaim_compound-Fixed-uninitialized-variable.patch
- Drop ezxml patches (replaced by tinyxml2/libxml2):
  * Fix-for-CVE-2019-20200-ezxml-bug-19.patch
  * Fix-for-CVE-2019-20006-CVE-2019-20202-CVE-2021-31598-ezxml-bug-15-17-28.patch
  * Fix-for-CVE-2019-20199-ezxml-bug-18.patch
  * Fix-for-CVE-2019-20007-ezxml-bug-13.patch
  * Fix-for-CVE-2021-26221-ezxml-bug-21.patch
  * Fix-for-CVE-2021-26222-ezxml-bug-22.patch
  * Fix-CVE-2021-30485-bug-25.patch
  * Fix-CVE-2021-31229-bug-26-CVE-2019-20201-bug-16-CVE-2019-20198-bug-20.patch
  * Fix-CVE-2021-31347-bug-27.patch

OBS-URL: https://build.opensuse.org/request/show/1046215
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=130
2023-01-04 10:04:21 +00:00
ed406d835e obtain the version number (boo#1206334).
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=128
2022-12-12 15:04:50 +00:00
58ad94e94b - Add BuildRequires for libhdf5[_hl]-<compiler_family>[-<mpi_flavor>-hpc
explicitly so that %%{requires_eq ..} is able to find the package and
  obtain the version number.

OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=127
2022-12-12 14:18:17 +00:00
b34cb39a34 - Revert last change
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=126
2022-06-10 15:45:55 +00:00
f170a8414b - Dropping openmpi1/2/3 flavors from default as these have been
dropped from oS:Factory.

OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=125
2022-06-10 12:18:23 +00:00
786d336ac6 Accepting request 957820 from home:StefanBruens:branches:science
- Correct Source: URL

OBS-URL: https://build.opensuse.org/request/show/957820
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=124
2022-02-26 19:24:31 +00:00
3c237b7e20 Accepting request 955629 from home:badshah400:branches:science
- Update to version 4.8.1
- New BuildRequires: unzip needed for one of the tests.

OBS-URL: https://build.opensuse.org/request/show/955629
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=123
2022-02-26 18:13:52 +00:00
101b078554 Accepting request 954725 from home:dimstar:Factory
- Move rpm macros from /etc/rpm to /usr/lib/rpm/macros.d
  (boo#1191393).

OBS-URL: https://build.opensuse.org/request/show/954725
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=122
2022-02-15 12:26:16 +00:00
790b2ccff9 Accepting request 927323 from home:eeich:branches:science
- Fix:
   * CVE-2019-20007 https://sourceforge.net/p/ezxml/bugs/13
   * CVE-2019-20006 https://sourceforge.net/p/ezxml/bugs/15
   * CVE-2019-20201 https://sourceforge.net/p/ezxml/bugs/16
   * CVE-2019-20202 https://sourceforge.net/p/ezxml/bugs/17
   * CVE-2019-20199 https://sourceforge.net/p/ezxml/bugs/18
   * CVE-2019-20200 https://sourceforge.net/p/ezxml/bugs/19
   * CVE-2019-20198 https://sourceforge.net/p/ezxml/bugs/20
   * CVE-2021-26221 https://sourceforge.net/p/ezxml/bugs/21
   * CVE-2021-26222 https://sourceforge.net/p/ezxml/bugs/22
   * CVE-2021-30485 https://sourceforge.net/p/ezxml/bugs/25
   * CVE-2021-31229 https://sourceforge.net/p/ezxml/bugs/26
   * CVE-2021-31347 &
   * CVE-2021-31348 https://sourceforge.net/p/ezxml/bugs/27
   * CVE-2021-31598 https://sourceforge.net/p/ezxml/bugs/28
     (bsc#1191856)
  Note:
   * CVE-2021-26220 https://sourceforge.net/p/ezxml/bugs/23
     not relevant for netcdf: code isn't used.
   * CVE-2019-20005 https://sourceforge.net/p/ezxml/bugs/14
     Issue cannot be reproduced and no patch is available upstream.
  Added:
   * Fix-CVE-2021-30485-bug-25.patch
   * Fix-CVE-2021-31229-bug-26-CVE-2019-20201-bug-16-CVE-2019-20198-bug-20.patch
   * Fix-CVE-2021-31347-bug-27.patch
   * Fix-for-CVE-2019-20006-CVE-2019-20202-CVE-2021-31598-ezxml-bug-15-17-28.patch
   * Fix-for-CVE-2019-20007-ezxml-bug-13.patch
   * Fix-for-CVE-2019-20199-ezxml-bug-18.patch
   * Fix-for-CVE-2019-20200-ezxml-bug-19.patch
   * Fix-for-CVE-2021-26221-ezxml-bug-21.patch

OBS-URL: https://build.opensuse.org/request/show/927323
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=120
2021-10-25 17:34:01 +00:00
e3d7aea3f9 Accepting request 904468 from home:eeich:branches:science
- Gcc11 has raised the bar on strict aliasing requirements even
  further. This has given rise to seemingly senseless warnings
  like:
  ncx.c: In function 'ncx_putn_float_double':
  ncx.c:272:20: warning: 'xx' may be used uninitialized [-Wmaybe-uninitialized]
      272 |     uint32_t tmp = *(uint32_t*)src;
          |                    ^~~~~~~~~~~~~~~
	  ncx.c:3562:14: note: 'xx' was declared here
     3562 |     ix_float xx = NC_FILL_FLOAT;
          |              ^~
  but what is worse, data in netcdf files is missing. Luckily, this
  was caught by the test suite.
  These warnings and further type punning warnings should be fixed
  eventually. However, for now, lets cry defeat, disable strict
  aliasing and get netcdf back working again.

- Add build support for gcc11 to HPC build.
- Update to version 4.7.4.
  * Enhancements:
    - Bump the NC_DISPATCH_VERSION from 2 to 3
    - Better cross platform path name management. This converts paths for
      various platforms (e.g. Windows, MSYS, etc.) so that they are in
      the proper format for the executing platform. See Github #1958.
    - Add support for storing NCZarr data in zip files. See Github #1908.
    - Optimizations to NCZarr, cleanup of code cruft, NCZarr test cases,
      performance test to NCZarr. See Github #1942.
    - Provide .rc fields for S3 authentication: HTTP.S3.ACCESSID and
      HTTP.S3.SECRETKEY.
    - Give the client control over what parts of a DAP2 URL are URL
      encoded (i.e. xx). This is to support the different decoding

OBS-URL: https://build.opensuse.org/request/show/904468
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=117
2021-07-07 13:40:30 +00:00
9e9d86dcfe Accepting request 867729 from home:eeich:branches:science
- Define-byteswap-functions-before-use.patch:
  Define byteswap() functions before use (bsc#1181523).

OBS-URL: https://build.opensuse.org/request/show/867729
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=115
2021-01-29 14:46:06 +00:00
Ana Guerrero
f72d59d4b0 Accepting request 854262 from home:eeich:branches:science
- Change 'Requires:' to hdf5 to %requires_eq to match the exact
  version of hdf5 in the dependency. This should take care of
  HPC packages ignoring proper ABI versioning (boo#1179521).

OBS-URL: https://build.opensuse.org/request/show/854262
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=113
2020-12-09 16:56:41 +00:00
a6c3ef8b5b Accepting request 851835 from home:eeich:branches:science
- get_filter_info-get-correct-number-of-filter-elements.patch
  Fix intermittend issue found by unit tests.

OBS-URL: https://build.opensuse.org/request/show/851835
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=111
2020-11-30 12:57:31 +00:00
511065d212 Accepting request 851678 from home:eeich:branches:science
- Add Fix-logging-argument.patch:
  Fix argument to logging function.
- Add Workaround-for-uninitialized-array-in-gcc.patch:
  Workaround for compiler issue?

OBS-URL: https://build.opensuse.org/request/show/851678
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=110
2020-11-29 13:55:20 +00:00
209d2c3c69 - Update to version 4.7.4.
Further details can be found at:
  https://github.com/Unidata/netcdf-c/releases/tag/v4.7.4

OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=109
2020-11-28 18:20:41 +00:00
b9357e6ffc * Support has been added for HDF5-1.12.0.
* Support has been added for multiple filters per variable.
  * Now nc_inq_var_szip retuns 0 for parameter values if szip is not in
    use for var.
  * Now allow parallel I/O with filters, for HDF5-1.10.3 and later.
  * Increased default size of cache buffer to 16 MB, from 4 MB. Increased
    number of slots to 4133.
  * Allow zlib compression to be used with parallel I/O writes, if HDF5
    version is 1.10.3 or greater. 
  * Restore use of szip compression when writing data (including writing
    in parallel if HDF5 version is 1.10.3 or greater).
  * Enable use of compact storage option for small vars in netCDF/HDF5 files.
  * Updated benchmarking program bm_file.c to better handle very large files.
  * Added version number to dispatch table, and now check version with
    nc_def_user_format().
  * Increased size of maximum allowed name in HDF4 files to NC_MAX_NAME.
  * Bug Fixes:
    - Correct behavior for the command line utilities when
      directly accessing a directory using utf8 characters.
    - Attempts to set filters or chunked storage on scalar vars will now
      return NC_EINVAL. Scalar vars cannot be chunked, and only chunked
      vars can have filters. Previously the library ignored these attempts,
      and always storing scalars as contiguous storage.
    - Fixed problem of growing memory when netCDF-4 files were
      opened and closed.

OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=108
2020-11-28 18:03:34 +00:00
Ana Guerrero
d07d3189b9 Accepting request 846495 from home:anag:branches:science
- Update to version 4.7.4, read changes at:
  * https://github.com/Unidata/netcdf-c/releases/tag/v4.7.4
- Bump soname from 15 to 18.

OBS-URL: https://build.opensuse.org/request/show/846495
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=107
2020-11-06 15:22:23 +00:00
841a00c7f6 Accepting request 833597 from home:eeich:branches:science
- Add build support for gcc10 to HPC build (bsc#1174439). 
- Remove unused build option.

OBS-URL: https://build.opensuse.org/request/show/833597
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=105
2020-09-11 08:25:18 +00:00
Ana Guerrero
50d62ec79a Accepting request 828457 from home:michel_mno:branches:science
- Ignore make check error for ppc64 & s390x
  (both failed on tst_filter.sh) tracked upstream 
  via email subject [netCDF #XWG-388823]

OBS-URL: https://build.opensuse.org/request/show/828457
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=103
2020-08-21 19:42:48 +00:00
1ca51f8b9f Accepting request 821980 from home:eeich:branches:science
- Add support for OpenMPI 4 (disabled on < 15.3)

- Remove requirements for parallel-netcdf from non-HPC builds:
  without the '--enable-pnetcdf' configure option, this doesn't
  make sense.

OBS-URL: https://build.opensuse.org/request/show/821980
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=101
2020-07-21 07:52:09 +00:00
Ana Guerrero
322c516f86 Accepting request 821783 from home:eeich:branches:science
- Remove build restrictions for SLE builds: build all flavors for
  SLE.
- Fix ldconfig args for HPC packages: no caching should be done
  as these libs are made available thru LD_LIBRARY_PATH tweaking.
- Adhere to common conventions regarding NetCDF and PnetCDF:
  NetCDF modules should be called 'netcdf' - regardless whether
  they are 'serial' or use MPI (boo#1174291).

OBS-URL: https://build.opensuse.org/request/show/821783
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=99
2020-07-20 10:16:25 +00:00
69b79068af Accepting request 789283 from home:eeich:branches:science
- Build macro package netcdf-devel-data only for non-HPC builds
  (boo#1167947).

OBS-URL: https://build.opensuse.org/request/show/789283
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=97
2020-03-28 14:41:04 +00:00
069cd1f42a Accepting request 766246 from home:adrianSuSE:branches:science
- Update to version 4.7.3:
  * Library was modified so that rewriting the same attribute happens without
    deleting the attribute, to avoid a limit on how many times this may be
    done in HDF5.
  * Now testing that endianness can only be set on atomic ints and floats.
  * Fix for subtle error involving var and unlimited dim of the same name, but
    unrelated, in netCDF-4. See [https://github.com/Unidata/netcdf-c/issues/1496].
  * Update for attribute documentation. See [https://github.com/Unidata/netcdf-c/issues/1512].
  * Corrected assignment of anonymous (a.k.a. phony) dimensions in an HDF5 file.
  * Corrected an issue where protected memory was being written to with some pointer
    slight-of-hand.

OBS-URL: https://build.opensuse.org/request/show/766246
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=95
2020-01-23 09:17:17 +00:00
379a2b3861 - Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8604).
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=93
2019-12-10 21:36:55 +00:00
914ade5336 Accepting request 752612 from home:StefanBruens:branches:science
- Fix openmpi naming for Leap 15.x
- Correct some conditionals, matching for "openmpi" instead of
  "openmpi1".
- Add non-HPC openmpi3 build flavor
- Some spec file cleanup (trailing whitespace).

OBS-URL: https://build.opensuse.org/request/show/752612
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=91
2019-12-02 10:32:12 +00:00
92790e12bc - Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8609).
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=87
2019-11-29 18:26:12 +00:00
91a957d70f Accepting request 752462 from home:eeich:branches:science
- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).

OBS-URL: https://build.opensuse.org/request/show/752462
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=86
2019-11-29 17:28:17 +00:00
3c5d0339f7 Accepting request 751698 from home:eeich:branches:science
- Update to version 4.7.1:
  * Remove obsolete _CRAYMPP and LOCKNUMREC macros from
    code. Also brought documentation up to date in man page.
  * Remove obsolete and deprecated functions nc_set_base_pe()
    and nc_inq_base_pe() from the dispatch table. (Both functions
    are still supported in the library, this is an internal
    change only.)
  * Fix: Reverted nccopy behavior so that if no -c parameters are
    given, then any default chunking is left to the netcdf-c library
    to decide.
- Disable openmpi1 builds for SLE/Leap > 15.1.
- Enable openmpi3 builds for Leap and SLE > 15.1.

OBS-URL: https://build.opensuse.org/request/show/751698
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=84
2019-11-29 07:16:09 +00:00
53688fd105 - remove previous submission.
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=83
2019-11-28 11:01:54 +00:00
a5ed71c29e - Add constraints for disk and memory, this will hopefully fix
build issues with 15.2 (bsc#1157973).

OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=82
2019-11-28 10:59:26 +00:00
4105356251 Accepting request 742473 from science:HPC:mpi-cleanup
- openmpi has been renamed to openmpi1

OBS-URL: https://build.opensuse.org/request/show/742473
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=80
2019-10-29 21:02:18 +00:00
a25d71145d Accepting request 742262 from home:eeich:branches:science
- Fix package description: Use macro to generate the correct information.

OBS-URL: https://build.opensuse.org/request/show/742262
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=79
2019-10-23 21:39:20 +00:00
Ana Guerrero
e4153278f2 Add Jira feature ID
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=77
2019-09-30 09:46:02 +00:00
Ana Guerrero
2089c30471 Accepting request 729398 from home:StefanBruens:branches:science
Fix failing builds due to ignored optflags/lto_flags

OBS-URL: https://build.opensuse.org/request/show/729398
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=75
2019-09-09 10:49:51 +00:00
Ana Guerrero
b81dd633d0 Accepting request 729014 from home:StefanBruens:branches:science
Fix shared-library-policy violation

OBS-URL: https://build.opensuse.org/request/show/729014
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=74
2019-09-06 19:44:17 +00:00
287acf3598 Accepting request 726449 from home:anag:branches:science
- Update to version 4.7.0, see changes from 4.6.1 at:
  * https://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-7-0
  * https://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-6-3
  * https://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-6-2
- Update Source to rename the tarball as netcdf instead of netcdf-c

OBS-URL: https://build.opensuse.org/request/show/726449
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=72
2019-08-28 14:56:38 +00:00
9c4fd1be7c Accepting request 674833 from home:eeich:branches:science
- Consolidate use of openmpi1, openmpi2, openmpi3.

OBS-URL: https://build.opensuse.org/request/show/674833
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=70
2019-02-14 06:47:38 +00:00
f9a47c01e6 Accepting request 663841 from home:StefanBruens:branches:science
- Add support for openmpi2 flavor
  * own directories below _mandir for all MPI flavors
  * no support for parallel_netcdf yet, same as for HPC flavors
- Enable valgrind support also for aarch64
- defattr, license spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/663841
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=68
2019-01-08 22:02:56 +00:00
72b41f6ee7 Accepting request 648808 from home:StefanBruens:branches:science
- Only create a single devel-data subpackage providing the identical
  macros.netcdf, and require it by both serial and openmpi devel packages.

OBS-URL: https://build.opensuse.org/request/show/648808
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=66
2018-11-23 07:43:23 +00:00
bf12d63ca1 revert
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=64
2018-05-08 07:55:17 +00:00
730a7f0cb7 Accepting request 602643 from home:eeich:branches:science
- Fix devel-data package conflicts by a Provides/Conflicts that
  doesn't collide with a package name.

OBS-URL: https://build.opensuse.org/request/show/602643
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=63
2018-04-30 20:59:54 +00:00
87e5473c44 Accepting request 602568 from home:eeich:branches:science
- Remove the 'ring magic' as this seems to create issues during
  verification.

OBS-URL: https://build.opensuse.org/request/show/602568
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=62
2018-04-30 14:27:02 +00:00
c77d967393 Accepting request 602494 from home:eeich:branches:science
- (Temporarily) disable fpr S390* as a check test fails currently
  on BE.

- Fix dependency issues with non-HPC devel packages and
  devel-data.

- Add a dependency to the HPC master package of the correct
  flavor of libhdf5_hl (bsc#1091243).

OBS-URL: https://build.opensuse.org/request/show/602494
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=61
2018-04-30 14:00:25 +00:00
977da6749b Accepting request 600739 from home:jberry:branches:science
- Avoid file conflict between devel-data packages over rpm macros.

OBS-URL: https://build.opensuse.org/request/show/600739
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=60
2018-04-25 05:54:36 +00:00
376249d140 - Disable non-HPC builds on non-openSUSE systems:
a. currently only SUSE products/projects are supported/
  b. non-HPC builds are not and have never been supported on SLE,
     on openSUSE they are provided for compatibility reasons.

OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=57
2018-04-18 13:18:13 +00:00
febc97c822 - Disable non-HPC builds on non-openSUSE systems:
Non-HPC builds are not and never have been shipped nor supported on 
  any SLE system. On openSUSE they are provided for backward compatibility.
  * changes since 4.4.4.1 are documented here: 
    https://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-6-1
    https://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-6-0
    https://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-5-0
- Obsoletes all patches:

OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=56
2018-04-18 12:55:03 +00:00