summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cdo
AgeCommit message (Collapse)AuthorFilesLines
2020-11-12new release: cdo-1.9.9 (#19876)Brian Spilner1-0/+1
2020-05-22cdo: fix url for version 1.9.8Sergey Kosukhin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-11-11new CDO release 1.9.8 (#13674)Brian Spilner1-0/+1
2019-11-06cdo: Fix with_or_without calls (#13614)Michael Kuhn1-3/+6
netcdf has been renamed to netcdf-c and udunits2 has been renamed to udunits.
2019-10-28Update URL parsing regexes and tests (#13411)Adam J. Stewart1-2/+2
* Update URL parsing regexes and tests * Get rid of no longer used README * Merge py-udunits and py-cf-units * netcdf -> netcdf-c * setup_environment -> setup_*_environment * Fix doc tests * Few last minute fixes * Simplify prefix removal copypasta
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-9/+9
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
2019-06-26cdo: Remove obsolete patch (#11854)Michael Kuhn2-207/+0
Commit ea3e1521fe3bcb260fdea439208f0dd47d3ff062 removed version 1.9.7rc2, making the patch for gcc@9 obsolete.
2019-06-18Add CDO 1.9.7.1 (#11758)Adam J. Stewart1-2/+3
2019-05-16CDO package: Fix build with gcc@9 (#11464)Michael Kuhn2-0/+212
This makes several changes to make CDO work with gcc@9: - Add version 1.9.7rc2 - Add a patch to make version 1.9.7rc2 build with gcc@9: - Add a conflict with GCC 9 for earlier versions of CDO It also adds a pkgconfig build dependency as configure checks for it.
2019-02-22cdo package: add version 1.9.6 (#10654)Brian Spilner1-0/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-06cdo: fix URLs (#10025)Michael Kuhn1-8/+8
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-08-23add cdo releases 1.9.4 and 1.9.5 (#9079)Brian Spilner1-0/+2
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-02-16Package 'cdo': new versions. (#7250)Sergey Kosukhin1-0/+2
2017-12-16Package 'cdo': get rid of unnecessary dependency on MPI C++ library. (#6632)Sergey Kosukhin1-2/+9
2017-11-08Missing dependency for 'cdo'. (#6175)Sergey Kosukhin1-0/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-10-25Update for 'cdo'. (#5947)Sergey Kosukhin1-53/+68
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-22Updates for package 'cdo'. (#5179)Sergey Kosukhin1-39/+39
* Package 'cdo': removed obsolete version 1.6.9. * Package 'cdo': updated urls. * Package 'cdo': added version 1.9.0. * Package 'cdo': no need to specify per version urls. * Package 'cdo': switched from Package to AutotoolsPackage. * Package 'cdo': added new variant 'openmp'. * Package 'cdo': variants 'curl' and 'magics' by default.
2017-07-24added new version of cdo (#4877)Stas Sergienko1-0/+2
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-01Multi-valued variants (#2386)Massimiliano Culpo1-1/+2
Modifications: - added support for multi-valued variants - refactored code related to variants into variant.py - added new generic features to AutotoolsPackage that leverage multi-valued variants - modified openmpi to use new features - added unit tests for the new semantics
2017-04-03Overhaul Spack's URL parsing (#2972)Adam J. Stewart1-3/+7
* Remove fake URLs from Spack * Ignore long lines for URLs that start with ftp: * Preliminary changes to version regexes * New redesign of version regexes * Allow letters in version-only * Fix detection of versions that end in Final * Rearrange a few regexes and add examples * Add tests for common download repositories * Add test cases for common tarball naming schemes * Finalize version regexes * spack url test -> spack url summary * Clean up comments * Rearrange suffix checks * Use query strings for name detection * Remove no longer necessary url_for_version functions * Strip off extraneous information after package name * Add one more test * Dot in square brackets does not need to be escaped * Move renaming outside of parse_name_offset * Fix versions for a couple more packages * Fix flake8 and doc tests * Correctly parse Python, Lua, and Bio++ package names * Use effective URLs for mfem * Add checksummed version to mitos * Remove url_for_version from STAR-CCM+ package * Revert changes to version numbers with underscores and dashes * Fix name detection for tbb * Correctly parse Ruby gems * Reverted mfem back to shortened URLs. * Updated instructions for better security * Remove preferred=True from newest version * Add tests for new `spack url list` flags * Add tests for strip_name_suffixes * Add unit tests for version separators * Fix bugs related to parseable name but in parseable version * Remove dead code, update docstring * Ignore 'binary' at end of version string * Remove platform from version * Flip libedit version numbers * Re-support weird NCO alpha/beta versions * Rebase and remove one new fake URL * Add / to beginning of regex to avoid picking up similarly named packages * Ignore weird tar versions * Fix bug in url parse --spider when no versions found * Less strict version matching for spack versions * Don't rename Python packages * Be a little more selective, version must begin with a digit * Re-add fake URLs * Fix up several other packages * Ignore more file endings * Add parsing support for Miniconda * Update tab completion * XFAILS are now PASSES for 2 web tests
2016-10-04A set of tools used in climate modeling and numerical weather prediction. ↵Sergey Kosukhin1-5/+76
(#1317) * Update grib-api: switched to cmake building system. * Update harfbuzz: added pkg-config dependency. * Update pango: added pkg-config dependency. * Add libemos package. * Add Magics (from ECMWF) package. * Revert "Variant for building cdo without mpi (#1638)": CDO does not use MPI. This reverts commit 079d063c6d94be84974f1ddd6eb880e902c95b4a. * Update CDO package: full featured implementation. * Update magics: added python as build dependency. * Update cdo: added disabling configuration options.
2016-09-27Update cdo to 1.7.2 (#1858)Michael Kuhn1-2/+2
2016-08-28Variant for building cdo without mpi (#1638)Robert D. French1-0/+4
2016-07-20remove FIXMEsTodd Gamblin1-2/+0
2016-07-19Draft CDORobert D. French1-0/+44