summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-12restore ability of dev-build to skip patches (#20351)Robert Underwood1-0/+1
At some point in the past, the skip_patch argument was removed from the call to package.do_install() this broke the --skip-patch flag on the dev-build command.
2021-01-12New package [py-pylops] (#20777)archxlith1-0/+37
* New package [py-pylops] * [py-pylops] Seperated optional dependecies into a variant called advanced
2021-01-12dbcsr, cp2k: fix cuda arch conflicts in asp concretizer (#20784)Harmen Stoppels2-17/+35
2021-01-12kraken2: added v2.1.1 (#20785)christopher coffey1-1/+2
2021-01-12hybrid-lambda: added new package (#20754)downloadico1-0/+39
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-12dsqss: new package at v2.0.3 (#20723)ketsubouchi2-0/+71
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-01-12py-distributed: added v2020.12.0 (#20722)a-saitoh-fj1-5/+13
2021-01-12hip: fix naming of libraries when installing from tarballs (#20780)Harmen Stoppels2-0/+59
There's two issues with hip where it tries to autodetect the patch version number from git (when installed), but it does not check if it even is inside of a git repo. The result is we end up with a shared lib with a trailing dash in the library suffix: `libamd64.so.x.y.z-`, which confuses GCC. The patch tries to check if the `.git` folder exists, and if it does not, it handles version numbering the same as when git was not installed previously.
2021-01-11New package [py-scikit-fmm] (#20775)archxlith1-0/+22
* New package [py-scikit-fmm] * [py-scikit-fmm] Removed redundant depends_on
2021-01-11spack recipe for amdlibm (#20487)AMD Toolchain Support3-0/+698
2021-01-11New package [py-spgl1] (#20776)archxlith1-0/+30
2021-01-11wrf: add AOCC support for v4.2 (#20772)AMD Toolchain Support4-1/+90
2021-01-11libquo: add maintainer (#20583)Adam J. Stewart1-2/+3
2021-01-11New versions of opencl-c-headers, opencl-clhpp and ocl-icd (#20724)lorddavidiii4-4/+11
* opencl-c-headers: add new version 2020.12.18 * opencl-clhpp: add new version 2.0.13 * opencl-headers: now supports OpenCL 3.0 with new versions of opencl-c-headers and opencl-clhpp * ocl-icd: add new version 2.2.14 add now can provide OpenCL 3.0
2021-01-11gsl: added v2.6 (#20726)Erik Schnetter1-0/+1
2021-01-11Package Repositories docs: num packages has grown (#20735)Adam J. Stewart1-1/+1
2021-01-11ply: added new package (#20764)darmac1-0/+26
2021-01-11asdf-cxx: correct swig dependency details (#20752)Erik Schnetter1-1/+3
2021-01-11openPMD-api: added v0.13.1 (#20761)Axel Huebl1-2/+5
2021-01-11PaRSEC: added new package (#20170)Aurelien Bouteiller1-0/+55
PaRSEC: the Parallel Runtime Scheduler and Execution Controller for micro-tasks on distributed heterogeneous systems. Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
2021-01-11metall: added v0.8 and v0.9 (#20763)Keita Iwabuchi1-0/+2
2021-01-11Update the docs footer copyright (#20741)Tamara Dahlgren1-1/+1
2021-01-10hwloc: New version 2.4.0 (#20727)Erik Schnetter1-0/+4
New versions 1.11.12, 1.11.13, 2.3.0, 2.4.0.
2021-01-10COSMA: latest version (#20760)Teodor Nikolov1-0/+1
2021-01-10llvm-amdgpu: add variant: openmp (bool) (#20759)eugeneswalker1-1/+14
2021-01-10libjpeg-turbo: added v2.05 and v2.06 (#20770)Erik Schnetter1-0/+2
2021-01-10libevent: added v2.1.12, v2.1.11 and v2.1.10 (#20771)Erik Schnetter1-0/+3
2021-01-09py-tensorflow: version updates, add 2.4.0 (#20702)Andrew W Elble1-33/+73
* py-tensorflow: 2.4.0 and dependency updates * minor version updates * fix numpy dependency * dependency rework: compatible release issues, start to clarify cuda versions * --incompatible_no_support_tools_in_action_inputs was removed in bazel 3.6 * adjustment to versions of cuda dependency, also make sure that patches/filters still apply to certain release trains. * python 3.8 and tf < 2.2 have issues * missed py-grpcio version bump
2021-01-08ForTrilinos: add version 2.0.0 (#20695)Seth R. Johnson1-5/+17
I finally figured out how to get version 2.0.0 to play nice with the dev versions. Yuck.
2021-01-08Remove ascent gitlab trigger (#20755)Jamie Finney1-9/+0
Remove the ORNL Ascent gitlab trigger CI will now be done internally via periodic builds.
2021-01-08intel-oneapi-mpi: virtual provider support (#20732)Robert Cohn1-0/+14
Set up environment and dependent packages properly when building with intel-oneapi-mpi as a dependency MPI provider (e.g. point to mpicc compiler wrapper).
2021-01-08amrex: expand CUDA support (#20740)mic841-4/+31
* amrex: expand CUDA support
2021-01-07py-scikit-learn: do parallel builds of C extension (#20733)Robert Underwood1-0/+3
Enabled parallel builds of the C-extension upto the parallelism allowed by spack. https://scikit-learn.org/stable/developers/advanced_installation.html#parallel-builds
2021-01-07New package: py-testfixtures (#20432)Jen Herting1-0/+18
* [py-testfixtures] copied from slpits * [py-testfixtures] removed extends('python') * [py-testfixtures] removed unnecessary dependencies
2021-01-06py-six: 1.15.0 (#20710)Andrew W Elble1-0/+2
* py-six: 1.15.0 * depend on specific python version(s)
2021-01-06Fix dependencies and https address of gitpython (#20669)Joshua S Brown1-11/+15
* Fix dependencies and https address of gitpython * Fix gitpython, use pypi repo, fix checksums * Use pypi * Revert to python 3.4 dependency
2021-01-06eospac: add version 6.4.2beta (#20681)Gabriel Rockefeller1-1/+8
* eospac: add version 6.4.2beta * eospac: clarify EOSPAC "beta" versions Compared to 6.4.1, EOSPAC 6.4.2beta contains only one change, a fix for an inability to read some SESAME files in ASCII format. From the release announcement, EOSPAC 6.4.2beta has been released for general use as the latest (i.e., eospac6-latest) versions. This is a small patch to the previously-released version 6.4.1, which was requested by an affected user. But the "beta" label can cause confusion, especially when a beta version is the new preferred version, as is the case here. As suggested by reviewers, add a comment clarifying EOSPAC's use of "beta".
2021-01-06py-wheel: 0.35.1 (#20713)Andrew W Elble1-0/+1
2021-01-06flatbuffers: python variant (#20706)Andrew W Elble1-0/+14
2021-01-06py-wrapt: 1.12.1 (#20707)Andrew W Elble1-0/+1
2021-01-06py-opt-einsum: 3.3.0 (#20712)Andrew W Elble1-0/+1
2021-01-06py-absl-py: 0.10.0 (#20709)Andrew W Elble1-0/+1
2021-01-06py-google-pasta: 0.2.0 (#20711)Andrew W Elble1-0/+1
2021-01-06nccl: 2.8.3-1 (#20708)Andrew W Elble1-0/+1
2021-01-06qthreads: New version 1.15 (#20704)Erik Schnetter1-0/+1
2021-01-06Update kokkos amd gpu archs and required C++ level (#20096)Robert Maynard1-3/+2
* Remove unsupported AMD GPU archs * Kokkos requires C++14 now
2021-01-06fix gpg user rundir check (#20705)eugeneswalker1-1/+1
2021-01-06add charliecloud/0.21 (#20703)Jordan Ogas1-0/+1
2021-01-06SLEPc: Set SLEPC_DIR in the module file. (#20698)Rémi Lacroix1-0/+4
2021-01-06SEACAS: Update to lastest version (#20701)Greg Sjaardema1-0/+1