summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pgmath/package.py
AgeCommit message (Collapse)AuthorFilesLines
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-03Package/flang: Updated to use own version of llvm (#8766)Tin Huynh1-0/+2
Flang now uses its own version of llvm and clang (called flang-driver). This is handled by adding flang-specific versions of the LLVM package and updates flang to depend on those versions.
2018-07-25All git URLs end in .gitAdam J. Stewart1-1/+1
2018-07-25Add top-level attributes for git M-P packagesAdam J. Stewart1-2/+4
2018-07-12flang: add support for llvm-6 (#8073)Christoph Junghans1-0/+37
* flang: add support for llvm-6 * flang: review changes * pgmath: make flake8 happy