summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gplates
AgeCommit message (Collapse)AuthorFilesLines
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-2/+2
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-18Restrict gplates to proj@:5 (#11761)Adam J. Stewart1-2/+4
* Restrict gplates to proj@:5 * Add comment on PROJ dependency
2019-05-01mesa: re-written to new meson build system (#10482)Chuck Atkins1-1/+1
* mesa: re-writen to new meson build system * xorg-server: Remove unneeded mesa dependency * glx: provide the virtual GLX package * Convert most "mesa" dependencies to use virtual gl and glx dependencies * mesa: Switch to always building from the git repo instead of a tarball * Use gl and glx version ranges instead of exact versions * glx: provide a default package * add auto to swr variant * Revert "add auto to swr variant" This reverts commit 2e7cd8a8aca07767c00657d0d09985ddd6306883. * update mesa package to version 19.0 * set +glx by default only when running on linux * fix style issues in geant4 package * remove virtual package "egl"
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-12gplates package: improvements (#9735)Michael Kuhn1-6/+4
- Add version 2.1.0 - Now that #9264 has been merged, gplates seems to build fine with newer versions of gcc (tested with gcc@8) - When using the ninja generator, gplates can be built in parallel
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-06-13gplates: new package (#8336)Michael Kuhn1-0/+77
This also adds an older 1.x version to gdal that is required by gplates.