summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/grass
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files - [x] update all licensed files to say 2013-2021 using `spack license update-copyright-year` - [x] appease mypy with some additions to package.py that needed for oneapi.py
2020-05-04grass: new versions (#16181)Elizabeth Fischer1-1/+6
* grass * Update var/spack/repos/builtin/packages/grass/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-03-28Hack to select iconv implementation - libiconv vs. libc iconv (#15437)iarspider1-1/+4
(re-do of #15213 due to changes in gnupg recipe)
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-11Add grass 7.8.2 (#14115)Adam J. Stewart1-1/+2
2019-11-09Add grass 7.8.1 (#13664)Adam J. Stewart1-1/+2
2019-10-31Add GRASS 7.8.0 (#13026)Adam J. Stewart1-49/+99
* Add GRASS 7.8.0 * Add new variants/dependencies * Remove unused dep * Filter entire libiconv line
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-6/+6
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-08-12Package/grass: fix iconv linking issue (#12165)Sinan1-0/+9
* fix iconv linking issue, package_grass fix linking iconv, add more comments
2019-06-17GRASS GIS does not yet support PROJ.6 (#11762)Adam J. Stewart1-0/+2
2019-05-03grass package: use url_for_version, add versions (#11324)Patrick Schratz1-1/+11
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
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-15grass improvement: specify proj data directory (#8984)Ricardo Silva1-0/+2
2018-06-22Package/grass (#8505)Tom Merrick1-0/+202
* Add the grass74 GIS system. * Correct flake8 errors * Made requested changes * added correct types to python