SHA256
8
0
forked from pool/netcdf

175 Commits

Author SHA256 Message Date
d0075bb382 Accepting request 1266211 from science
- Disable and remove support for gnu-hpc build flavours (bsc#1239982)
- Add openmpi5 build flavour

OBS-URL: https://build.opensuse.org/request/show/1266211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=70
2025-04-03 14:46:54 +00:00
1d92c96770 Accepting request 1119877 from science
- Disable HPC flavors on i586

- Drop support for obsolete openmpi[123]
- Prepare support for openmpi5

- 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/1119877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=69
2023-10-24 18:08:03 +00:00
6116b32b8b - Use ExcludeArch instead of ExclusiveArch: do_not_build construct.
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=136
2023-10-24 07:33:06 +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
8c3f543321 Accepting request 1077507 from science
- add build require pkgconfig(zstd) to fix build for Leap 15.4

- update to 4.9.2:
  * Update `nc-config` to remove inclusion from 
    automatically-detected `nf-config` and `ncxx-config` files,
    as the wrong files could be included in the output.
  * Update H5FDhttp.[ch] to work with HDF5 version 1.13.2
    and later.
  * [Bug Fix] Update DAP code to enable CURLOPT_ACCEPT_ENCODING
    by default.
  * [Bug Fix] Fix byterange failures for certain URLs.
  * [Bug Fix] Fix 'make distcheck' error in run_interop.sh.
  * [Enhancement] Update `nc-config` to remove inclusion from
    automatically-detected `nf-config` and `ncxx-config` files,
    as the wrong files could be included in the output. 
  * [Enhancement] Update H5FDhttp.[ch] to work with HDF5
    version 1.14.0.
  * Fix nc_def_var_fletcher32 operation
  * Merge relevant info updates back into `main`
  * Add manual GitHub actions triggers for the tests.
  * Make public a limited API for programmatic access to internal
    .rc tables
  * Fix typo in CMakeLists.txt
  * Fix choice of HOME dir
  * Check for libxml2 development files
  * Updating Doxyfile.in with doxygen-1.8.17, turned on 
    WARN_AS_ERROR, added doxygen build to CI run
  * updated release notes
  * increase read block size from 1 KB to 4 MB
  * fixed RELEASE_NOTES.md

OBS-URL: https://build.opensuse.org/request/show/1077507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=68
2023-04-05 19:28:37 +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
3e0cde7e83 Accepting request 1049747 from science
OBS-URL: https://build.opensuse.org/request/show/1049747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=67
2023-01-04 16:53:00 +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
00a724d294 Accepting request 1042403 from science
- 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 (boo#1206334).

OBS-URL: https://build.opensuse.org/request/show/1042403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=66
2022-12-12 16:40:26 +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
443b335d5b Accepting request 957823 from science
OBS-URL: https://build.opensuse.org/request/show/957823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=65
2022-02-27 21:43:00 +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
cbbd719bb5 Accepting request 954731 from science
OBS-URL: https://build.opensuse.org/request/show/954731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=64
2022-02-15 22:57:39 +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
3bbc3886a8 Accepting request 927360 from science
- Update patch (forwarded request 927359 from eeich)

OBS-URL: https://build.opensuse.org/request/show/927360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=63
2021-10-26 18:13:42 +00:00
20aee56365 Accepting request 927359 from home:eeich:branches:science
- Update patch

OBS-URL: https://build.opensuse.org/request/show/927359
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=121
2021-10-25 19:58:18 +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
ec2b3f06c4 Accepting request 904626 from 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/904626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=62
2021-07-08 20:49:08 +00:00
9e17316472 OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=119 2021-07-07 17:26:54 +00:00
cc489376cb OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=118 2021-07-07 17:26:07 +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
8059d3601f Accepting request 867730 from science
- Define-byteswap-functions-before-use.patch:
  Define byteswap() functions before use (bsc#1181523). (forwarded request 867729 from eeich)

OBS-URL: https://build.opensuse.org/request/show/867730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=61
2021-01-30 12:56:24 +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
7c34335a92 Accepting request 854317 from science
OBS-URL: https://build.opensuse.org/request/show/854317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=60
2020-12-09 21:22:27 +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
3d1adb433e Accepting request 851838 from science
- get_filter_info-get-correct-number-of-filter-elements.patch
  Fix intermittend issue found by unit tests. (forwarded request 851835 from eeich)

OBS-URL: https://build.opensuse.org/request/show/851838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=59
2020-12-03 17:41:51 +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
9200d59008 Accepting request 833713 from science
- Add build support for gcc10 to HPC build (bsc#1174439). 
- Remove unused build option. (forwarded request 833597 from eeich)

OBS-URL: https://build.opensuse.org/request/show/833713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=58
2020-09-15 14:25:16 +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
93f8741af8 Accepting request 828567 from science
OBS-URL: https://build.opensuse.org/request/show/828567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=57
2020-08-24 13:11:08 +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
ea56929afb Accepting request 822020 from science
OBS-URL: https://build.opensuse.org/request/show/822020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=56
2020-07-21 13:49:21 +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
187db83826 Accepting request 821862 from science
OBS-URL: https://build.opensuse.org/request/show/821862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=55
2020-07-20 19:03:37 +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
0ce01ac950 Accepting request 789301 from science
- Build macro package netcdf-devel-data only for non-HPC builds
  (boo#1167947). (forwarded request 789283 from eeich)

OBS-URL: https://build.opensuse.org/request/show/789301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=54
2020-03-29 12:27:09 +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
ca50657053 Accepting request 766524 from science
OBS-URL: https://build.opensuse.org/request/show/766524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=53
2020-01-23 14:55:10 +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
d26c44ab10 Accepting request 755679 from science
- Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8604).

OBS-URL: https://build.opensuse.org/request/show/755679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=52
2019-12-11 11:13:13 +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
aae701e6b7 Accepting request 752863 from science
OBS-URL: https://build.opensuse.org/request/show/752863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=51
2019-12-03 11:41:44 +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
1bf1198393 Accepting request 752486 from science
- Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8609).

- 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 (jsc#SLE-7773).

OBS-URL: https://build.opensuse.org/request/show/752486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=50
2019-12-02 10:29:05 +00:00
a6d83ecd23 - Fix define
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=89
2019-11-29 18:32:30 +00:00
1daa51192e - Fix test
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=88
2019-11-29 18:28:28 +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
dae9d4c4a2 Accepting request 752411 from home:eeich:branches:science
- Fix test

OBS-URL: https://build.opensuse.org/request/show/752411
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=85
2019-11-29 14:33:37 +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
2f7a624886 Accepting request 743898 from science
OBS-URL: https://build.opensuse.org/request/show/743898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=49
2019-11-01 14:13:42 +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
03e4b33daa Accepting request 734033 from science
Add Jira feature ID

OBS-URL: https://build.opensuse.org/request/show/734033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=48
2019-10-02 09:57:33 +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
90cc81289d Accepting request 729408 from science
OBS-URL: https://build.opensuse.org/request/show/729408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=47
2019-09-09 21:54:41 +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
0d884b99f8 Accepting request 726777 from science
OBS-URL: https://build.opensuse.org/request/show/726777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=46
2019-09-02 11:24:39 +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
d5c7344a8a Accepting request 674847 from science
- Consolidate use of openmpi1, openmpi2, openmpi3. (forwarded request 674833 from eeich)

OBS-URL: https://build.opensuse.org/request/show/674847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=45
2019-07-05 11:48:32 +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
705fd2db40 Accepting request 663842 from science
OBS-URL: https://build.opensuse.org/request/show/663842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=44
2019-01-10 14:22:37 +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
50bba1b925 Accepting request 651316 from science
OBS-URL: https://build.opensuse.org/request/show/651316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=43
2018-11-26 09:29:12 +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
76777cd40f Accepting request 605256 from science
- go back to hdf5 1.10

- Fix devel-data package conflicts by a Provides/Conflicts that
  doesn't collide with a package name.

- Remove the 'ring magic' as this seems to create issues during
  verification.

- (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).

- Avoid file conflict between devel-data packages over rpm macros.

- 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.

- update to version 4.6.1 (FATE#325561)
  * 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/request/show/605256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=42
2018-05-08 11:39:49 +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
fc88d6e5ae - Let's see if this works better.
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=59
2018-04-19 09:37:59 +00:00
473d3e2363 - Fix typo
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=58
2018-04-18 15:40:09 +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
58b52a3b3f - update to version 4.6.1 (FATE#325561)
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=55
2018-04-11 08:40:21 +00:00
4233ed5a3a - Disable non-HPC builds on non-openSUSE systems.
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=54
2018-04-11 08:03:10 +00:00
e0b11c227e osc copypac from project:science:unstable package:netcdf revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=53
2018-04-10 12:01:37 +00:00
b78413cac4 Accepting request 574863 from science
- Add support for openmpi2 for HPC (FATE#325089).

- Fix summary in module files (bnc#1080259)

OBS-URL: https://build.opensuse.org/request/show/574863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=41
2018-02-21 13:10:55 +00:00
a87648de9b - Add openmpi2 to _multibuild.
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=51
2018-02-09 21:02:34 +00:00
f5539086dc - Add support for openmpi2 for HPC (FATE#325089).
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=50
2018-02-09 20:12:26 +00:00
f1cdf5c9dd Accepting request 574713 from home:mslacken:hpc_fix
- Fix summary in module files (bnc#1080259)

OBS-URL: https://build.opensuse.org/request/show/574713
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=49
2018-02-09 15:16:34 +00:00
676f689183 Accepting request 568400 from science
OBS-URL: https://build.opensuse.org/request/show/568400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=40
2018-01-25 11:35:19 +00:00
53eabd4e70 Accepting request 567584 from home:eeich:branches:science
- Change the name of the MPI version of the module file directory
  to pnetcdf to distinguish it from the 'serial' one (boo#1075933).

OBS-URL: https://build.opensuse.org/request/show/567584
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=47
2018-01-22 21:10:23 +00:00
1dbf1b5296 Accepting request 563901 from science
- Disable the openmpi3 flavor in some products. (forwarded request 563896 from eeich)

OBS-URL: https://build.opensuse.org/request/show/563901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=39
2018-01-16 08:33:55 +00:00
7e2ff385f3 Accepting request 563896 from home:eeich:branches:fix-compilers-hpc
- Disable the openmpi3 flavor in some products.

OBS-URL: https://build.opensuse.org/request/show/563896
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=45
2018-01-12 17:08:09 +00:00
1b0b7be7bd Accepting request 562256 from home:eeich:branches:fix-compilers-hpc
- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
- Add support for mpich and openmpi3 for HPC.

OBS-URL: https://build.opensuse.org/request/show/562256
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=44
2018-01-09 10:27:21 +00:00
94c0cd56f7 Accepting request 541142 from science
- Add dependency on the hpdf5 library package 
  to the netdf libary package. (forwarded request 541141 from eeich)

OBS-URL: https://build.opensuse.org/request/show/541142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=38
2017-11-14 13:45:51 +00:00
25a798d013 Accepting request 541141 from home:eeich:hpc_alt
- Add dependency on the hpdf5 library package 
  to the netdf libary package.

OBS-URL: https://build.opensuse.org/request/show/541141
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=42
2017-11-12 23:15:05 +00:00
7b73ed7cbe Accepting request 538504 from science
- Simplify Group: - do not destinguish between MPI 
  and non-MPI: the IBS check scripts cannot handle
  this well. (forwarded request 538503 from eeich)

OBS-URL: https://build.opensuse.org/request/show/538504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=37
2017-11-09 12:52:25 +00:00
4f67aef4ef Accepting request 538503 from home:eeich:hpc_alt
- Simplify Group: - do not destinguish between MPI 
  and non-MPI: the IBS check scripts cannot handle
  this well.

OBS-URL: https://build.opensuse.org/request/show/538503
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=40
2017-11-02 19:28:08 +00:00
803bbd6f63 Accepting request 537473 from science
- Add minimal mpi-selector support for non-HPC MPI build.
  This will avoid the MPI packages to conflict with the
  'serial' ones as both provide the same files and libs. (forwarded request 537472 from eeich)

OBS-URL: https://build.opensuse.org/request/show/537473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=36
2017-11-01 10:06:30 +00:00
67126569e0 Accepting request 537742 from home:eeich:hpc_alt
- Fix wrong Requires: in static package.

OBS-URL: https://build.opensuse.org/request/show/537742
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=38
2017-10-30 21:05:33 +00:00
f4988137b5 Accepting request 537472 from home:eeich:hpc_alt
- Add minimal mpi-selector support for non-HPC MPI build.
  This will avoid the MPI packages to conflict with the
  'serial' ones as both provide the same files and libs.

OBS-URL: https://build.opensuse.org/request/show/537472
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=37
2017-10-30 08:25:35 +00:00
c5e97553fe Accepting request 537389 from science
- libpnetcdf only required by MPI. (forwarded request 537388 from eeich)

OBS-URL: https://build.opensuse.org/request/show/537389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=35
2017-10-29 19:24:09 +00:00
4ed059664e Accepting request 537388 from home:eeich:branches:science
- libpnetcdf only required by MPI.

OBS-URL: https://build.opensuse.org/request/show/537388
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=35
2017-10-29 08:11:43 +00:00
0c72e19181 Accepting request 537305 from home:eeich:hpc_alt
- Fix botched dependency for libpnetcdf-<mpi-flavor>.

OBS-URL: https://build.opensuse.org/request/show/537305
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=34
2017-10-28 08:07:51 +00:00
9f9d3d5087 Accepting request 536591 from science
Add missing ticket number: (bsc#1064705). (forwarded request 536590 from eeich)

OBS-URL: https://build.opensuse.org/request/show/536591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=34
2017-10-27 11:47:22 +00:00
762c2baf75 Accepting request 536590 from home:eeich:hpc_alt
Add missing ticket number: (bsc#1064705).

OBS-URL: https://build.opensuse.org/request/show/536590
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=32
2017-10-25 16:08:49 +00:00
94f58cf564 Accepting request 536474 from home:eeich:hpc_alt
- Added patch netcdf-h5-test-fix-type-mismatch.patch
  * Fixes type mismatch in test tst_h_dimscales

OBS-URL: https://build.opensuse.org/request/show/536474
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=31
2017-10-25 08:34:44 +00:00
10848baaac Accepting request 535919 from science
- Fix build in ring: build standard flavor. (forwarded request 535918 from eeich)

OBS-URL: https://build.opensuse.org/request/show/535919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=33
2017-10-24 20:21:06 +00:00
b21063d2f8 Accepting request 535918 from home:eeich:hpc_alt
- Fix build in ring: build standard flavor.

OBS-URL: https://build.opensuse.org/request/show/535918
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=29
2017-10-23 08:37:24 +00:00
d1e3b47bff Accepting request 535296 from home:eeich:hpc_alt
- Disable mvapich2 for the time being.

- Source mpivars.sh to fix the non-HPC openmpi %check.

- Add magic to limit the number of flavors built in the
  in the OBS ring.

- Incorporated HPC-style builds using environment modules.
- Converted to multibuild (FATE#321719).
- renamed rpmlintrc to netcdf-rpmlintrc.
- Generate baselib.conf dynamically and only for the non-HPC
  build: this avoids issues with the source validator.

OBS-URL: https://build.opensuse.org/request/show/535296
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=28
2017-10-19 19:07:03 +00:00
23439e9423 Accepting request 525885 from science
1

OBS-URL: https://build.opensuse.org/request/show/525885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=32
2017-09-15 19:08:37 +00:00
Ismail Dönmez
467e22cb50 Accepting request 523619 from home:badshah400:branches:science
- Update to version 4.4.1.1:
  - Fixed an issue where ncgen would potentially crash or write
    incorrect netCDF4 binary data under very specific
    circumstances [gh#Unidata/netcdf-c#323].
  - Updated documentation related to netCDF variable names and
    DAP2 access to reflect the undefined behavior potentially
    observed when DAP2 reserved keywords are used as netCDF
    variable names.
  - Fixed an issue with nc_inq_type() not returning proper value
    in some circumstances [gh#Unidata/netcdf-c#317].
  - Corrected an issue related to test failures when
    --disable-utilities or -DENABLE_UTILITIES=OFF are specified
    when building with autotools or cmake, respectively
    [gh#Unidata/netcdf-c#313].
  - Corrected a behavioral issue with the _NCProperties attribute
    taking up too much space [gh#Unidata/netcdf-c#300],
    [gh#Unidata/netcdf-c#301].
  - Corrected behavior for nc-config so that, if nf-config is
    found in system, the proper fortran-related information will
    be conveyed [gh#Unidata/netcdf-c#296].
- Add netcdf-disable-szip-linking.patch:  Disable building with
  szip support for now, since test nc_test4/tst_interops5.c fails
  otherwise; this is likely to be fixed with version 4.5.0 of
  netcdf, but requires big enough changes that we don't backport
  it here. Necessitates BuildRequires on libtool and running
  autoreconf before configure.

OBS-URL: https://build.opensuse.org/request/show/523619
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=26
2017-09-13 14:13:29 +00:00
73bd421c1d Accepting request 455987 from science
1

OBS-URL: https://build.opensuse.org/request/show/455987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=31
2017-02-20 12:13:06 +00:00
Ismail Dönmez
407f7fb6fe Accepting request 455755 from home:dimstar:Factory
- Explicitly BuildRequire m4

OBS-URL: https://build.opensuse.org/request/show/455755
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=24
2017-02-10 11:26:16 +00:00
365d16ea1b Accepting request 417360 from science
1

OBS-URL: https://build.opensuse.org/request/show/417360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=30
2016-08-10 19:56:37 +00:00
Matthias Mailänder
0b431694e2 Accepting request 417293 from home:wolfi323:branches:science
- Remove %{optflags} from CFLAGS for now to fix build with hdf5-1.10 in Factory, see https://github.com/Unidata/netcdf-c/issues/244

OBS-URL: https://build.opensuse.org/request/show/417293
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=22
2016-08-07 15:41:52 +00:00
Matthias Mailänder
2360bb2fa8 Accepting request 416200 from home:X0F
Added 32bit build for x86_64 to satisfy libavfilter6-32bit

OBS-URL: https://build.opensuse.org/request/show/416200
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=21
2016-07-31 21:11:36 +00:00
0b3f5c3f7d Accepting request 411498 from home:jengelh:branches:science
- Trim descriptions. (libnetcdf11 will be the prominently installed
  one and therefore retains it mostly.)
  +rpm group fix

OBS-URL: https://build.opensuse.org/request/show/411498
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=20
2016-07-25 13:08:51 +00:00
Todd R
09cdff4117 Accepting request 408764 from home:TheBlackCat:branches:science
As far as I can find the settings file is only needed for development.

OBS-URL: https://build.opensuse.org/request/show/408764
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=19
2016-07-15 15:56:52 +00:00
7e7e2e6944 Accepting request 406735 from science
1

OBS-URL: https://build.opensuse.org/request/show/406735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=29
2016-07-15 10:48:54 +00:00
71d5a64940 Accepting request 406723 from home:adrianSuSE:FreeCAD2
version update

OBS-URL: https://build.opensuse.org/request/show/406723
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=17
2016-07-05 12:39:32 +00:00
fe98ec20ea Accepting request 383160 from science
1

OBS-URL: https://build.opensuse.org/request/show/383160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=28
2016-04-05 08:43:38 +00:00
232c521053 Accepting request 382296 from home:k0da:branches:science
- Regenerate ncx.c from ncx.m4. Tarball doesn't have fresh copy
  of it. https://github.com/Unidata/netcdf-c/issues/159

OBS-URL: https://build.opensuse.org/request/show/382296
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=15
2016-04-02 06:37:58 +00:00
511cab2cb8 Accepting request 374019 from science
1

OBS-URL: https://build.opensuse.org/request/show/374019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=27
2016-03-18 20:42:12 +00:00
Todd R
3d0a22b929 Accepting request 374016 from home:TheBlackCat:branches:science
Update to version 4.4.0

OBS-URL: https://build.opensuse.org/request/show/374016
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=13
2016-03-16 20:20:12 +00:00
d5c5c9ed82 Accepting request 346164 from science
1

OBS-URL: https://build.opensuse.org/request/show/346164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=26
2015-11-26 16:04:19 +00:00
Ismail Dönmez
94aef6532c Accepting request 346131 from home:scorot:branches:science
- install missing netcdf_par.h which is skipped when mpicc in not detected

OBS-URL: https://build.opensuse.org/request/show/346131
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=11
2015-11-25 06:04:15 +00:00
Stephan Kulow
b27e390c07 Accepting request 325783 from science
1

OBS-URL: https://build.opensuse.org/request/show/325783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=25
2015-08-27 06:57:00 +00:00
Todd R
a6bff92db9 Accepting request 325782 from home:TheBlackCat:branches:science
- Currently the regular, openmpi, and mpivachi2 versions of the library packages all provide the exact same libraries.  So any package built against the -devel package will end up with an "unresolvable" build error because there are multiple versions of the library it can use. To avoid this, I have added generic provides for the library package so packages can depend on the version they really need, avoiding these build issues.
- Depend on the correct regular, openmpi, and mpivachi2 versions of hdf, hdf5, and parallel-netcdf.

Note: the corresponding change to hdf5 has already been accepted.  The corresponding change to hdf has been submitted with request 325776.  parallel-netcdf already had the necessary provides.

OBS-URL: https://build.opensuse.org/request/show/325782
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=9
2015-08-24 09:39:32 +00:00
Stephan Kulow
89931e0f21 Accepting request 320431 from science
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/320431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=24
2015-08-23 13:42:51 +00:00
Todd R
26d4c87999 Accepting request 319155 from home:TheBlackCat:branches:science
- Update subpackage groups
- Make subpackage summaries and descriptions more consistent
- Provide rpm macros for version identification
- Spec file cleanups
- Build parallel versions of the library.

OBS-URL: https://build.opensuse.org/request/show/319155
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=7
2015-07-28 16:03:34 +00:00
Todd R
0e50b8d6dd Accepting request 318437 from home:TheBlackCat:branches:science
Build with HDF4 support

OBS-URL: https://build.opensuse.org/request/show/318437
OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=6
2015-07-24 13:03:28 +00:00
Todd R
c6e091e572 OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=5 2015-07-20 08:37:56 +00:00
Todd R
ae60951564 OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=4 2015-07-20 08:37:27 +00:00
Todd R
cf515cee5d OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=2 2015-07-15 13:43:24 +00:00
Todd R
8696565a54 OBS-URL: https://build.opensuse.org/package/show/science/netcdf?expand=0&rev=1 2015-07-15 09:37:16 +00:00
54e5040714 Accepting request 298534 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/298534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=23
2015-04-23 06:04:39 +00:00
2c00117884 Accepting request 297914 from home:posophe:branches:devel:libraries:c_c++
update

OBS-URL: https://build.opensuse.org/request/show/297914
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=33
2015-04-22 09:41:59 +00:00
Stephan Kulow
88dea3a46c Accepting request 247280 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/247280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=22
2014-09-06 10:18:01 +00:00
Ismail Dönmez
b5ed842ab0 Accepting request 247216 from home:coolo:branches:openSUSE:Factory
- fix license for spdx 1.2

OBS-URL: https://build.opensuse.org/request/show/247216
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=31
2014-09-02 17:37:23 +00:00
Stephan Kulow
281daea10e Accepting request 234833 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/234833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=20
2014-05-21 14:19:53 +00:00
4be21135a2 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=29 2014-05-13 12:02:05 +00:00
e9c7ff2afa OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=28 2014-05-13 12:00:13 +00:00
7544c86dfa Accepting request 232369 from home:ocefpaf:branches:devel:libraries:c_c++
Updated to 4.3.2
refreshed .no_date_time patch
  *  Improved type handling with respect to fill-values.
  *  Enabled netCDF-4 bit-for-bit reproducibility for nccopy and other
     applications (thanks to Rimvydas Jasinskas and Quincey Koziol).
  *  Improved cmake build process.
  *  As part of an ongoing project, the Doxygen-generated netCDF documentation
     has been reorganized. The goal is to make the documentation easier to
     parse, and to eliminate redundant material.

OBS-URL: https://build.opensuse.org/request/show/232369
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=27
2014-05-07 14:59:13 +00:00
Stephan Kulow
8c84076d20 Accepting request 221674 from devel:libraries:c_c++
Update to recent release. (forwarded request 221671 from dstoecker)

OBS-URL: https://build.opensuse.org/request/show/221674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=19
2014-02-11 10:42:00 +00:00
Ciaran Farrell
846b6c94bf Accepting request 221671 from Application:Geo
Update to recent release.

OBS-URL: https://build.opensuse.org/request/show/221671
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=25
2014-02-10 18:16:54 +00:00
Tomáš Chvátal
85822692c0 Accepting request 204308 from devel:libraries:c_c++
Update to 4.3.0 (forwarded request 204175 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/204308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=18
2013-10-24 12:10:07 +00:00
e4e7ae6e96 Accepting request 204175 from home:TheBlackCat:branches:devel:libraries:c_c++
Update to 4.3.0

OBS-URL: https://build.opensuse.org/request/show/204175
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=23
2013-10-22 13:50:03 +00:00
Stephan Kulow
48ea657827 Accepting request 175854 from devel:libraries:c_c++
- Copy Changes from the release notes to here for the updates to 4.2.1
  and 4.2.1.1

- Update to 4.2.1.1:
  * Fix DAP performance bug remotely accessing large files (> 2GiB).
  * Properly escape special characters in CDL output from ncdump for
    netCDF-4 string data.

- Update to 4.2.1:
  * Add a specific NC_MMAP mode flag to modify behavior of NC_DISKLESS.
  * Changed the file protections for NC_DISKLESS created files to 0666.
  * Fixed ncdump to report error when an unsupported option is specified.
  * Fixed documentation of CDL char constants in Users Guide and ncgen
    man page.
  * Fixed memory leak detected by valgrind in one of the HDF5 tests.
  
  For further changes pleaase see the file RELEASE_NOTES in
  /usr/share/doc/packages/netcdf

OBS-URL: https://build.opensuse.org/request/show/175854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=16
2013-05-16 14:14:27 +00:00
Philipp Thomas
c7aa7127a0 - Copy Changes from the release notes to here for the updates to 4.2.1
and 4.2.1.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=21
2012-10-16 11:22:54 +00:00
8accec7857 Accepting request 129995 from home:ocefpaf:branches:devel:libraries:c_c++
Updated to 4.2.1.1
Minor bug fixes

OBS-URL: https://build.opensuse.org/request/show/129995
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=20
2012-08-06 11:25:45 +00:00
Stephan Kulow
e87a5fcf17 Accepting request 128996 from devel:libraries:c_c++
- Update to 4.2.1
- Rebase pkgconfig patch
- Drop fflags patch, upstream now calls nf-config
 (forwarded request 128948 from ocefpaf)

OBS-URL: https://build.opensuse.org/request/show/128996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=14
2012-07-30 07:26:47 +00:00
33849e9acb Accepting request 128948 from home:ocefpaf:branches:devel:libraries:c_c++
- Update to 4.2.1
- Rebase pkgconfig patch
- Drop fflags patch, upstream now calls nf-config

OBS-URL: https://build.opensuse.org/request/show/128948
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=18
2012-07-26 12:47:55 +00:00
Stephan Kulow
ecf13f1f6f Accepting request 115811 from devel:libraries:c_c++
removed texinfo from spec since it is no longer in the upstream sources (forwarded request 115754 from behrisch)

OBS-URL: https://build.opensuse.org/request/show/115811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=12
2012-05-03 08:58:58 +00:00
Ismail Dönmez
e722c3d7cf Accepting request 115754 from home:behrisch
removed texinfo from spec since it is no longer in the upstream sources

OBS-URL: https://build.opensuse.org/request/show/115754
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=16
2012-04-27 09:34:14 +00:00
Stephan Kulow
807cc5a277 Accepting request 113060 from devel:libraries:c_c++
- Updated to 4.2
  * Fortran and C++ APIs are now in separate packages (Coming soon...)
- Removed netcdf-dependencies.patch (forwarded request 113047 from ocefpaf)

OBS-URL: https://build.opensuse.org/request/show/113060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=11
2012-04-12 07:42:45 +00:00
f8287d3231 Accepting request 113047 from home:ocefpaf:branches:devel:libraries:c_c++
- Updated to 4.2
  * Fortran and C++ APIs are now in separate packages (Coming soon...)
- Removed netcdf-dependencies.patch

OBS-URL: https://build.opensuse.org/request/show/113047
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=14
2012-04-10 08:53:24 +00:00
Ismail Dönmez
026e2bba0e Accepting request 112580 from home:jengelh:branches:devel:libraries:c_c++
- Do not require valgrind on arches where it is not available
  (e.g. sparc)

OBS-URL: https://build.opensuse.org/request/show/112580
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=13
2012-04-05 08:17:06 +00:00
Stephan Kulow
940e7ff978 Accepting request 109752 from devel:libraries:c_c++
license update: SUSE-NetCDF
Use SPDX- proprietary prefix until this license is accepted upstream by spdx.org (forwarded request 109738 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/109752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=10
2012-03-22 11:36:05 +00:00
Ismail Dönmez
c7753dbf02 Accepting request 109738 from home:babelworx:ldig:branches:devel:libraries:c_c++
license update: SUSE-NetCDF
Use SPDX- proprietary prefix until this license is accepted upstream by spdx.org

OBS-URL: https://build.opensuse.org/request/show/109738
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=11
2012-03-16 17:53:04 +00:00
84399f9a73 Remove redundant/unwanted tags/section (cf. specfile guidelines); Use %_smp_mflags for parallel building
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=10
2011-11-30 14:18:29 +00:00
Ismail Dönmez
7bcc9a2d88 Accepting request 94507 from home:ocefpaf:branches:devel:libraries:c_c++
Added explicit hdf5 dependency.
Rebuild with hdf5 1.8.8
Some spec file clean-ups.

OBS-URL: https://build.opensuse.org/request/show/94507
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=9
2011-11-30 12:46:00 +00:00
Ismail Dönmez
ecb06b0970 Accepting request 74556 from home:ocefpaf:branches:devel:libraries:c_c++
Update to 4.1.3
Added pkgconfig and fflags patches
Drop libm patch fixed upstream
Fixed summary, license info, description
Created doc and static packages

OBS-URL: https://build.opensuse.org/request/show/74556
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=8
2011-06-26 08:40:38 +00:00
Cristian Rodríguez
f6fc3d354c Accepting request 72661 from home:ocefpaf:branches:devel:libraries:c_c++
Renamed libnetcdf-devel to netcdf-devel as recommended by Philipp Thomas.

ATTENTION: This will break all packages that have BuildRequires: libnetcdf-devel

OBS-URL: https://build.opensuse.org/request/show/72661
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=7
2011-06-04 23:18:40 +00:00
89f724a946 Accepting request 68978 from home:ocefpaf:branches:devel:libraries:c_c++
updated to 4.1.2
enabled netcdf-4
enabled dap

OBS-URL: https://build.opensuse.org/request/show/68978
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=6
2011-05-02 07:54:40 +00:00
0aaeab53f9 Autobuild autoformatter for 66941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=8
2011-04-15 18:17:22 +00:00
OBS User buildservice-autocommit
a52062c7b5 Updating link to change in openSUSE:Factory/netcdf revision 8.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/netcdf?expand=0&rev=9ae9e6a1ad754a8d4d5e58aaf7d28e3e
2011-04-15 18:17:22 +00:00
4d9b85efdc Accepting request 66941 from devel:libraries:c_c++
Accepted submit request 66941 from user coolo

OBS-URL: https://build.opensuse.org/request/show/66941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=7
2011-04-15 18:17:11 +00:00
OBS User autobuild
ed7af0f7c4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=3 2010-03-18 15:11:22 +00:00
OBS User unknown
db48e24ca3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcdf?expand=0&rev=1 2009-07-13 14:12:56 +00:00

Diff Content Not Available