summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2019-10-13Add bison 3.4.2 (#13147)Adam J. Stewart1-2/+3
2019-10-13Add freetype 2.10.1 (#13149)Adam J. Stewart1-5/+6
2019-10-13Add libpng 1.6.37 (#13153)Adam J. Stewart1-16/+7
2019-10-13Add lz4 1.9.2 (#13155)Adam J. Stewart1-5/+6
2019-10-13Add mercurial 5.1.2 (#13156)Adam J. Stewart1-5/+14
2019-10-13Add subversion 1.12.2 (#13158)Adam J. Stewart1-53/+73
2019-10-13Add py-attrs 19.2.0 (#13163)Adam J. Stewart1-1/+3
2019-10-13Add py-cython 0.29.13 (#13166)Adam J. Stewart1-13/+15
2019-10-13Add py-docutils 0.15.2 (#13167)Adam J. Stewart1-2/+11
2019-10-13Add py-joblib 0.14.0 (#13169)Adam J. Stewart1-1/+4
2019-10-13Add py-more-itertools 7.2.0 (#13171)Adam J. Stewart1-2/+7
2019-10-13Add py-pillow 6.2.0 (#13175)Adam J. Stewart1-19/+15
* Add py-pillow 6.2.0 * Flake8 fix
2019-10-13Add py-py 1.8.0 (#13177)Adam J. Stewart1-1/+2
2019-10-13Add py-pyflakes 2.1.1 (#13178)Adam J. Stewart1-1/+3
2019-10-13Add py-pygments 2.4.2 (#13179)Adam J. Stewart1-1/+7
2019-10-13Add py-pyparsing 2.4.2 (#13180)Adam J. Stewart1-1/+3
2019-10-13Add py-pytz 2019.3 (#13182)Adam J. Stewart1-1/+2
2019-10-13Add py-setuptools-scm 3.3.3 (#13183)Adam J. Stewart1-1/+2
2019-10-12gmp: fix make check on catalina (#13201)Adam J. Stewart1-5/+10
2019-10-12mpfr: fix make check on catalina (#13200)Adam J. Stewart1-0/+7
2019-10-12Fix external numpy package support (#13197)Adam J. Stewart1-2/+2
2019-10-12Add py-setuptools 41.4.0 (#13184)Adam J. Stewart1-0/+1
2019-10-12Add py-pytest 5.2.1 (#13181)Adam J. Stewart1-2/+3
2019-10-12Add py-pluggy 0.13.0 (#13176)Adam J. Stewart1-2/+3
2019-10-12Add py-pandas 0.25.1 (#13174)Adam J. Stewart1-4/+6
2019-10-12Add py-packaging 19.2 (#13173)Adam J. Stewart1-2/+3
2019-10-12Add py-numexpr 2.7.0 (#13172)Adam J. Stewart1-1/+2
2019-10-12Add py-importlib-metadata 0.23 (#13168)Adam J. Stewart1-2/+4
2019-10-12Add py-certifi 2019.9.11 (#13165)Adam J. Stewart1-0/+1
2019-10-12Add missing test dependency to py-bottleneck (#13164)Adam J. Stewart1-0/+1
2019-10-12Add py-atomicwrites 1.3.0 (#13162)Adam J. Stewart1-1/+3
2019-10-12Add missing libiconv dependency to wget (#13161)Adam J. Stewart1-0/+1
2019-10-12Add missing gettext dependency to watch (#13160)Adam J. Stewart1-0/+1
2019-10-12Fix valgrind concretization on macOS (#13159)Adam J. Stewart1-1/+1
2019-10-12Add SCons 3.1.1 (#13157)Adam J. Stewart1-1/+2
2019-10-12Add LLVM OpenMP 9.0.0 (#13154)Adam J. Stewart1-1/+2
2019-10-12Add libjpeg-turbo 2.0.3 (#13152)Adam J. Stewart1-8/+9
2019-10-12Add help2man 1.47.11 (#13151)Adam J. Stewart1-1/+2
2019-10-12Add graphviz 2.42.2 (#13150)Adam J. Stewart1-1/+3
2019-10-12Add cmake 3.15.4 (#13148)Adam J. Stewart1-1/+2
2019-10-12Add utf8proc package (#13144)Adam J. Stewart1-0/+18
2019-10-12F18 Oct2019 Minor Update (#13192)Nichols A. Romero1-3/+17
* Minor clean-up of package information. * Add variants, fix dependencies, and add conflicts for compilers that do not support C++17. * Correct dependency type for CMake.
2019-10-12checksums: enforce that all mainline packages use sha256 checksumsTodd Gamblin22-0/+26
- Add a test that verifies checksums on all packages - Also add an attribute to packages that indicates whether they need a manual download or not, and add an exception in the tests for these packages until we can verify them.
2019-10-12checksums: fix packages that needed new download locationsTodd Gamblin41-99/+83
Some packages had incorrect checksums because they needed to be downloaded from a new place or the package needed tweaking somehow. These packages to sha256 and the new checksums have been verified by fetching over https.
2019-10-12packages: remove packages that are no longer fetchableTodd Gamblin10-425/+0
These packages have either been retired or are no longer retrievable from any site we can find. They also aren't needed by other packages, so we're removing them from Spack. - allinea-reports: is now arm performance reports - globus-toolkit: retired, globus is now a paid service. - uberftp: used globus-toolkit, github site is retired. - mpiblast: site is dead; no longer fetchable. - py-mxnet: site and github are gone - soap2, soapindel, soapsnp: site is gone, unfetchable - arlecore: could not verify md5 securely
2019-10-12checksums: Remove or fix up unfetchable or unverifiable md5 versionsTodd Gamblin94-211/+37
This commit either removes remaining md5 checksums, or it replaces them with sha256 checksums verified by fetching over https.
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin2344-5768/+5742
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-11Add adiak package, version 0.1.1Matthew LeGendre1-0/+38
2019-10-11Fixed constraints in recipes for packages that depends on fftw (#13125)Massimiliano Culpo4-5/+6
2019-10-10Fix f18 install method (#13123)Nichols A. Romero1-6/+2
* Install method is broken and not needed. Built-in install method works fine. Just delete. * Change version to master.