summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/blaze/package.py
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-09-02Add blaze versions 3.6-3.8 (#18424)Jordan Moxon1-1/+4
2020-08-09blaze: fix build error (#17954)darmac1-0/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-16/+16
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-12blaze: converted to CMakePackage (#12357)Russell J. Hewett1-4/+4
The previous version does not properly install the required cmake configuration files for blaze-lib, so find_package does not work correctly. This patch converts the blaze-lib package to use CMakePackage, adds the required cmake dependency, and removes the install() member function, which is not working correctly and is no longer needed.
2019-08-09Updated Blaze version 3.5 and added access to master branch (#12341)Russell J. Hewett1-1/+4
* blaze: added version 3.5 * blaze: added access to bleeding edge
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-18blaze package: add versions 3.3 and 3.4 (#9546)Jordan Moxon1-1/+3
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-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+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-31Add v3.2 of Blaze library (#5992)Nils Deppe1-0/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-2/+2
2017-04-11blaze: New Package (#3803)Nils Deppe1-0/+57