summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-11py-pyscf: Add v2.40, v2.30, v2.2.1 (#42057)Paul R. C. Kent1-0/+3
2024-01-11Containerize: accommodate nested or pre-existing spack-env paths (#41558)Owen Solberg1-1/+2
The current `mkdir {{ paths.environment }}` will generate an error if: * `{{ paths.environment }}` already exists, or * `{{ paths.environment }}` is nested in non-existing dirs. Adding `-p` to the command will make this robust to both possibilities. Set noclobber bash option when writing manifest.
2024-01-11Add `nvbandwidth` package definition (#42021)rfbgo1-0/+50
* Add nvbandwidth package definition * Add recently added upstream tags
2024-01-11GDAL: add v3.8.3 (#42020)Adam J. Stewart1-0/+1
2024-01-11googletest: Fix url_for_version (#42027)Juan Miguel Carceller1-3/+3
2024-01-11NWChem: add v7.2.2 (#42040)Jack Morrison1-0/+5
2024-01-10dorado: switching to source build (#42039)snehring2-11/+141
* dorado: switching to source build * dorado: fixing formatting issue
2024-01-10hypre: Use spec.satisfies to test spec variants (#41627)Sarah Osborn1-24/+23
* hypre: Use satisfies to test spec constraints * hypre: Fix variant vs. dependency syntax mixup
2024-01-10Fix rocblas test build (#41645)afzpatel2-6/+41
* initial commit to fix rocblas client test * using amdblis for backend
2024-01-10Add `--create` to `spack env activate` (#40896)psakievich5-111/+207
Add `--create` option to `env activate` to allow users to create and activate in one command. --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: psakievich <psakievich@users.noreply.github.com>
2024-01-10perl-email-address-xs: New package (#41692)Arne Becker1-0/+27
* perl-email-address-xs: New package Adds Email::Address::XS * Removed copyright line * New year
2024-01-10perl-email-messageid: New package (#41696)Arne Becker1-0/+27
* perl-email-messageid: New package Adds Email::MessageID * Removed copyright line * New year
2024-01-10perl-email-mime-encodings: New package (#41693)Arne Becker1-0/+27
* perl-email-mime-encodings: New package Adds Email::MIME::Encodings * Removed copyright line * New year
2024-01-10perl-class-accessor: New package (#41698)Arne Becker1-0/+25
* perl-class-accessor: New package Adds Class::Accessor * Removed copyright line * New year
2024-01-10perl-set-object: New package (#41704)Arne Becker1-0/+25
* perl-set-object: New package Adds Set::Object * Removed copyright line * New year
2024-01-10perl-alien-build-plugin-download-gitlab: New package (#41706)Arne Becker1-0/+31
* perl-alien-build-plugin-download-gitlab: New package Adds Alien::Build::Plugin::Download::GitLab * Remove copyright line * New year
2024-01-102023.9.0 update for UPC++ and GASNet-EX (#41826)Dan Bonachea2-12/+84
* Add GASNet-EX release 2023.9.0 Add level_zero variant Deprecate old versions that are no longer supported Add version enforcement to accelerator variants * Add UPC++ release 2023.9.0 Deprecate old versions that are no longer supported Add version enforcement to accelerator variants
2024-01-10perl-rose-datetime: New package plus updates (#41744)Arne Becker2-1/+51
* perl-rose-datetime: New package plus updates - perl-rose-datetime: New package - perl-datetime: New version, updated dependencies to enable build time tests and added a runtime test * Remove copyright line * New year
2024-01-10Downloads source code from git repo (#41751)AMD Toolchain Support1-20/+23
2024-01-10Bump up the revision for rocm-opencl recipe for 5.7.0 and 5.7.1 release (#41770)Sreenivasa Murthy Kolam1-4/+16
* Bump up the revision for rocm-opencl for 5.7.0 release * fix style errors
2024-01-10shapemapper: adding new version 2.2.0 (#42018)snehring1-5/+18
2024-01-10py-soupsieve: fix import tests (#41873)Adam J. Stewart1-0/+3
2024-01-10py-metomi-isodatetime: fix url parsing (#41415)Adam J. Stewart1-0/+4
* py-metomi-isodatetime: fix url parsing * One-liner * Add note that checksum doesn't work
2024-01-10bigdft: convert the use of format strings to fstrings. (#42006)Ashwin Kumar Karnad7-132/+135
* bigdft: convert the use of format strings to fstrings everywhere * Fix formatting * reformat with black * Update compiler flags in bigdft-core * Revert "Update compiler flags in bigdft-core" This reverts commit f7524ed78449b16163c92bf0ccc8b0dd473039dc.
2024-01-10goblin-hmc-sim: add main branch, switch maintainer (#42033)Eric Berquist1-1/+3
* goblin-hmc-sim: add main branch * goblin-hmc-sim: switch maintainer
2024-01-10fastjet: Adding thread safety variant (#41830)Juraj Smiesko1-0/+12
* Adding variant for limited thread safety * Exposing also full thread safety * Package file reformatted * Using Multi-valued variant
2024-01-10ucx: add v1.15.0 (#41884)Carlos Bederián1-1/+2
2024-01-10Add HDF5 version 1.12.3, revert to one preferred version - 1.14.3 (#41891)Larry Knox1-156/+35
2024-01-10binary_distribution.py: list parent dirs in binary tarball (#41773)Harmen Stoppels2-46/+116
* Bump the build cache layout version from 1 to 2 * Version to lists parent directories of the prefix in the tarball too, which is required from some container runtimes
2024-01-10perl-datetime-format-pg: add new package (#42005)Arne Becker1-0/+32
2024-01-09Add genf90 resource for cprnc to allow offline builds (#42015)Alex Richert1-0/+14
* Add genf90 resource for cprnc to allow offline builds * Update package.py * Update package.py style fix
2024-01-09VTK package: Correct netcdf-cxx dep (#36408)John W. Parent1-1/+1
VTK dropped netcdf-cxx as a dep in v8.2.0 (see https://gitlab.kitware.com/vtk/vtk/-/merge_requests/4741). Also use netcdf-cxx4 rather than netcdf-cxx (the latter is deprecated and replaced by the former).
2024-01-09Vtk: add option to build examples(#42022)John W. Parent1-0/+3
2024-01-09py-pyvista: fix import tests (#41868)Adam J. Stewart1-0/+3
* py-pyvista: fix import tests * Skip additional modules
2024-01-09libpspio: move to correct location (#42014)Henri Menke1-0/+0
2024-01-09Update mpi dependency so we do not load the build mpi version at module load ↵Jim Galarowicz1-1/+2
time. Add 1.0.8.1 update branch. (#42010)
2024-01-09dorado: add new package (#41988)Harry Sharma1-0/+23
2024-01-09glow: add new package (#41967)Harry Sharma1-0/+40
* glow: add latest version v1.5.1 * update: glow build from source
2024-01-09py-fsspec: fix import tests (#41860)Adam J. Stewart1-0/+3
2024-01-09perl-compress-raw-zlib: add new version (#41909)Christopher Christofi1-0/+1
2024-01-09perl-memoize: add new package with version 1.16 (#41938)Christopher Christofi1-0/+20
* perl-memoize: add new package with version 1.16= * fix styling
2024-01-09perl-email-mime-contenttype: New package (#41951)Arne Becker1-0/+30
Adds Email::MIME::ContentType
2024-01-09perl-metacpan-client: New package (#41963)Arne Becker1-0/+40
Adds MetaCPAN::Client
2024-01-09perl-log-any-adapter-callback: New package (#41965)Arne Becker1-0/+32
2024-01-09perl-datetime-format-oracle: New package (#42003)Arne Becker1-0/+31
Adds DateTime::Format::Oracle
2024-01-09perl-datetime-format-mysql: New package (#42004)Arne Becker1-0/+30
Adds DateTime::Format::MySQL
2024-01-09fix gpg version parsing for macos (#41995)Greg Becker1-1/+1
2024-01-09Move in vs. satisfies to a note and mention special cases of in (#41727)Tamara Dahlgren1-4/+10
* Move in vs. satisfies to a note and mention special cases of in * Address feedback: oveoverlap -> intersect * Re-word the satisfies versus in note. --------- Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-01-09neko: add v0.7.0, v0.7.1, v0.7.2 and fix package (#42012)Niclas Jansson1-0/+24
2024-01-09py-kornia: add v0.7.1 (#41888)Adam J. Stewart1-0/+1