summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amg2013
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
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-1/+1
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-07-15packages: computation.llnl.gov is now computing.llnl.gov (#12013)Todd Gamblin1-3/+3
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-03Update broken codesign.llnl.gov urls (#8880)Abhinav Bhatele1-3/+3
* amg2013: fix homepage and url * kripke: fix homepage and url * lcals: fix homepage and url * lulesh: fix homepage and move to git * urls on single line
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-24Add a new package for AMG and fix build issues in the amg2013 package (#5909)Abhinav Bhatele1-12/+16
* amg2013: fix build issues * amg: add new package * Update package.py * amg2013: standardize option name * amg: standardize option names
2017-10-24add newlines at end of some package filesTodd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-10Add AMG2013 package (#4836)Akhil Reddy Patlolla1-0/+73
* Updated Changes * Updated AMG with required MPI * Updated AMG with Version ' changes' * Fixed Issues with flag's and variant checks * Updated with MPI Alone and Changes - NO Serial Variant * Updated with MPI Alone and Changes - NO Serial Variant * Fixed Flake 8 line length error * Updated Spack Issues