darmac
88289cd2c7
graphicsmagick: added versions up to v1.3.34 ( #14778 )
2020-02-06 11:12:10 +01:00
Todd Gamblin
4af6303086
copyright: update copyright dates for 2020 ( #14328 )
2019-12-30 22:36:56 -08:00
Todd Gamblin
62927654dd
checksums: use sha256 checksums everywhere
...
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-10-12 07:19:43 -07:00
Todd Gamblin
6f50cd52ed
copyright: update license headers for 2013-2019 copyright.
2019-01-01 00:44:28 -08:00
Todd Gamblin
eea786f4e8
relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers
...
- 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-10-17 14:42:06 -07:00
Ricardo Silva
9b2953939b
GDL and missing dependencies ( #8283 )
...
* GDL and missing dependencies
Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch>
* GDL and GraphicsMagick improvements
* GDL: sort variants and dependencies, add descriptions
* GDL: add wx variant
* GDL: make variants explicit (in cmake args)
* GraphicsMagick: sort dependencies
* GraphicsMagick: cleanup boilerplate comments
Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch>
* Improvements/Fixes for gdl, plplot and graphicsmagick
* gdl:
* variants:
* openmp
* be explicit about enabling/disabling x11
* dependencies:
* logic for plplot with/without wx
* some previously missing (where being picked up from the system)
* graphicsmagick: previously missing dependencies (where being picked up from the system)
* plplot: more versions + variants + dependencies
Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch>
* GDL: hdf4/5 variants
* also sorted explicit enabling/disabling of cmake flags for readability
Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch>
* plplot: fix variant descriptions
Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch>
* Add tcl variant, use find_libraries for portability
Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch>
* plplot: flake8
Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch>
2018-06-08 08:35:28 -05:00