summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-25module_file_support: update format for configuration (#27598)Maxim Belkin1-67/+77
2021-11-24New version: py-theano 1.0.5 (#27631)iarspider1-1/+2
2021-11-24New version: py-requests 2.26.0 (redo of #27579) (#27647)iarspider1-2/+7
2021-11-24New version: py-rsa 4.7.2 (#27581)iarspider1-0/+2
2021-11-24New version: py-rich 10.14.0 (redo of #27580) (#27646)iarspider1-1/+4
2021-11-24py-virtualenv package: add version 20.10.0; new dependency py-distlib (#27637)iarspider2-0/+28
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-24spack flake8: remove deprecated command (#27290)Massimiliano Culpo2-35/+1
The "spack flake8" command wwas deprecated in favor of "spack style". The deprecation wwarning is in the 0.17.X series, so removing it for v0.18.x
2021-11-24New version: py-requests-oauthlib 1.3.0 (#27578)iarspider1-0/+1
2021-11-24Adding packages for gptune and its dependencies (#26936)liuyangzhuan77-5/+645
* added package gptune with all its dependencies: adding py-autotune, pygmo, py-pyaml, py-autotune, py-gpy, py-lhsmdu, py-hpbandster, pagmo2, py-opentuner; modifying superlu-dist, py-scikit-optimize * adding gptune package * minor fix for macos spack test * update patch for py-scikit-optimize; update test files for gptune * fixing gptune package style error * fixing unit tests * a few changes reviewed in the PR * improved gptune package.py with a few newly added/improved dependencies * fixed a few style errors * minor fix on package name py-pyro4 * fixing more style errors * Update var/spack/repos/builtin/packages/py-scikit-optimize/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * resolved a few issues in the PR * fixing file permissions * a few minor changes * style correction * minor correction to jq package file * Update var/spack/repos/builtin/packages/py-pyro4/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * fixing a few issues in the PR * adding py-selectors34 required by py-pyro4 * improved the superlu-dist package * improved the superlu-dist package * moree changes to gptune and py-selectors34 based on the PR * Update var/spack/repos/builtin/packages/py-selectors34/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-24cdo package: add version 2.0.1 (#27608)Brian Spilner1-0/+1
2021-11-24Go package: add versions 1.17.3 and 1.16.10 (#27614)Paul1-0/+2
2021-11-24petsc: add variant kokkos (with +cuda) (#27624)Satish Balay1-2/+27
2021-11-24Dyninst package: Add versions 12.0.0 and 12.0.1 (#27623)Tim Haines1-0/+3
2021-11-24py-terminado package: add version 0.12.1 (#27629)iarspider1-0/+3
2021-11-24py-testpath package: add version 0.5.0 (#27630)iarspider1-0/+3
2021-11-24py-uproot package: add version 4.1.8 (#27635)iarspider1-0/+2
2021-11-24py-virtualenv-clone package: add version 0.5.7 (#27636)iarspider1-1/+3
2021-11-24py-virtualenvwrapper package: add version 4.8.4 (#27638)iarspider1-0/+2
2021-11-24py-wcwidth package: add version 0.2.5 (#27639)iarspider1-0/+2
2021-11-24py-websocket-client package: add version 1.2.1 (#27640)iarspider1-5/+10
2021-11-24py-wheel package: add version 0.37.0 (#27641)iarspider1-0/+1
2021-11-24GROMACS-SWAXS package: add versions including 2021.4-0.1 (#27642)Maciej Wójcik1-0/+12
2021-11-24py-yarl package: add version 1.7.2 (#27643)iarspider1-2/+10
2021-11-24intel-oneapi-mkl: add cluster libs and option for static linking (#26256)Robert Cohn3-7/+73
2021-11-24Make patchelf test use the realpath (#27618)Harmen Stoppels1-1/+1
I think this test should be removed, but when it stays, it should at least follow the symlink, cause it fails for me if I let spack build patchelf and have a symlink in a view.
2021-11-24Update distro to v1.6.0 (#27263)Massimiliano Culpo2-217/+502
2021-11-24umpire: fix gcc@10.3.0 conflict (#27620)albestro1-3/+2
Make sure that `gcc@10.3.0-[number]` also matches the conflict.
2021-11-24Update Jinja2 to v2.11.3 and MarkupSafe to v1.1.1 (#27264)Massimiliano Culpo37-4147/+5002
2021-11-24Update six to v1.16.0 (#27265)Massimiliano Culpo2-21/+128
2021-11-24libblastrampoline: use tarballs and add maintainer (#27619)Harmen Stoppels1-10/+13
* Use tarballs for libblastrampoline * Add myself as maintainer
2021-11-24Adding oras go package (#27605)Vanessasaurus1-0/+47
Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-11-23rocm-tensile: Add new GPUs to tensile-architecture list (#26913)Sreenivasa Murthy Kolam1-8/+21
2021-11-23Racket package: disable parallel build; add variants (#27506)Thomas Dickerson1-8/+37
- Prevent `-j` flags to `make`, which has been known to cause problems with Racket builds. - Add variants for various common build flags, including support for both versions of the Racket VM environment. In addition: - Prefer the minimal release to improve install times. Bells and whistles carry their own runtime dependencies and should be installed via `raco`. An enterprising user may even create a `RacoPackage` class to make spack aware of `raco` installed packages. - Match the official version numbering scheme.
2021-11-23llvm: use ninja by default (#27521)Harmen Stoppels1-10/+18
* llvm: use ninja by default * Use ninja for omp when it's not a runtime
2021-11-23Add encryption library packages: helib, palisade-development, and seal (#27495)John Wohlbier4-0/+213
Add packages for three common homomorphic encryption libraries. HElib, Palisade, and Seal. Also add package for number theoretic library NTL.
2021-11-23Fix leaky tests (#27616)Harmen Stoppels3-7/+7
* fix: cc.py should use a function not session scope * fix: don't let build env vars leak to other tests * fix: don't leak build env in dev_build test
2021-11-23py-flask: add 2.0.2 (#27615)Manuela Kuhn1-5/+12
2021-11-23adding new package go cosign (#27606)Vanessasaurus1-0/+34
Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo27-327/+66
Modifications: - [x] Removed `centos:6` unit test, adjusted vermin checks - [x] Removed backport of `collections.OrderedDict` - [x] Removed backport of `functools.total_ordering` - [x] Removed Python 2.6 specific skip markers in unit tests - [x] Fixed a few minor Python 2.6 related TODOs in code Updating the vendored dependencies will be done in separate PRs
2021-11-23py-cython: add 3.0.0a9 (#27609)Manuela Kuhn1-2/+5
* py-cython: add 3.0.0a9 * Update var/spack/repos/builtin/packages/py-cython/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-23Update to latest commit hash for vol-log-based. (#27612)Larry Knox1-2/+2
Update minimum hdf5 version to 1.13.0.
2021-11-23Add hdf5-vol-external-passthrough package. (#27289)Larry Knox1-0/+26
* Add hdf5-vol-external-passthrough package. * Add version v1.0 for vol-external-passthrough release. * Remove incorrect comment. * Add source url and checksum. Update HDF5 minimum version.
2021-11-22bugfix: Allow legacy tests to be read after hash break (#26078)Nathan Hanford2-1/+33
* added a test case Co-authored-by: Nathan Hanford <hanford1@llnl.gov>
2021-11-22New version: py-stevedore 3.5.0 (#27586)iarspider1-3/+8
2021-11-22py-zope-event: add 4.5.0 (#27595)Manuela Kuhn1-1/+2
2021-11-22New version: py-singledispatch 3.7.0 (#27584)iarspider1-0/+4
* New version: py-singledispatch 3.7.0 * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-22ncurses: fix external package detection on OS X (#27490)Robert Blake1-1/+1
2021-11-22Intel packages: add support for LLVM OpenMP (#26517)Piotr Luszczek1-1/+7
2021-11-22suite-sparse package: add support for blas symbol suffix (#27510)Harmen Stoppels1-0/+27
2021-11-22raja: fix recipe for old versions (#27591)Massimiliano Culpo1-1/+2
Raja didn't depend on camp prior to v0.12.0