summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-12Osu/mvapich2.3.7 1 (#37636)MatthewLieber1-0/+1
* add 3.0b release * adding mvapich2 version 2.3.7-1 --------- Co-authored-by: Matt Lieber <lieber.31@osu.edu>
2023-05-12Allow buildcache specs to be referenced by hash (#35042)Nathan Hanford8-93/+256
Currently, specs on buildcache mirrors must be referenced by their full description. This PR allows buildcache specs to be referenced by their hashes, rather than their full description. ### How it works Hash resolution has been moved from `SpecParser` into `Spec`, and now includes the ability to execute a `BinaryCacheQuery` after checking the local store, but before concluding that the hash doesn't exist. ### Side-effects of Proposed Changes Failures will take longer when nonexistent hashes are parsed, as mirrors will now be scanned. ### Other Changes - `BinaryCacheIndex.update` has been modified to fail appropriately only when mirrors have been configured. - Tests of hash failures have been updated to use `mutable_empty_config` so they don't needlessly search mirrors. - Documentation has been clarified for `BinaryCacheQuery`, and more documentation has been added to the hash resolution functions added to `Spec`.
2023-05-12Update archspec to v0.2.1 (#37633)Massimiliano Culpo2-4/+14
2023-05-12[root] New version 6.28.04 with C++20 support (#37640)Chris Green1-3/+6
* Add FNAL Spack team to maintainers. * New version 6.28/04. * Support C++20 with ROOT >= 6.28.04.
2023-05-12Add more variants for STREAM to customize build (#37283)Andrey Parfenov1-2/+27
* Added STREAM builds customization * Changed stream_type to enum * fix code style issues Signed-off-by: Andrey Parfenov <andrey.parfenov@intel.com> * rm not necessary optimization Signed-off-by: Andrey Parfenov <andrey.parfenov@intel.com> --------- Signed-off-by: Andrey Parfenov <andrey.parfenov@intel.com> Co-authored-by: iermolae <igor.ermolaev@intel.com>
2023-05-12GDAL: add v3.7.0 (#37598)Adam J. Stewart1-1/+5
2023-05-12intel-oneapi-mkl: support gnu openmp (#37637)Robert Cohn1-1/+4
* intel-oneapi-mkl: support gnu openmp * intel-oneapi-mkl: support gnu openmp
2023-05-12py-rsatoolbox: add 0.0.5, 0.1.0 and 0.1.2 (#37595)Manuela Kuhn2-5/+24
* py-rsatoolbox: add 0.0.5, 0.1.0 and 0.1.2 from wheels * py-setuptools: add 63.4.3 * remove wheels and open up requirements * Fix style * Update var/spack/repos/builtin/packages/py-rsatoolbox/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-rsatoolbox/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Change version for python restriction --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-05-12py-mne: add 1.4.0 and py-importlib-resources: add 5.12.0 (#37624)Manuela Kuhn2-8/+13
* py-mne: add 1.4.0 and py-importlib-resources: add 5.12.0 * Fix style * Update var/spack/repos/builtin/packages/py-mne/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-05-12Update tensorflow variant defaults to match upstream defaults (#37610)Lehman Garrison1-3/+7
* Update tensorflow variant defaults to match project's defaults * Apply code style
2023-05-12Fix logic in setting oneapi microarchitecture flags (#37634)Robert Cohn1-2/+4
2023-05-12[geant4,geant4-data] New version 10.7.4 (#37382)Chris Green2-0/+3
2023-05-12cudnn: add versions 8.5.0, 8.6.0, 8.7.0 (#35998)Eduardo Rothe1-1/+23
2023-05-12AML: Convert to new stand-alone test process (#35701)Tamara Dahlgren1-13/+8
2023-05-12Improve error message for buildcaches (#37626)Massimiliano Culpo2-6/+23
2023-05-12Add pika 0.15.1 (#37628)Mikael Simberg1-0/+1
2023-05-12Improve error messages when Spack finds a too new DB / lockfile (#37614)Massimiliano Culpo4-10/+56
This PR ensures that we'll get a comprehensible error message whenever an old version of Spack tries to use a DB or a lockfile that is "too new". * Fix error message when using a too new DB * Add a unit-test to ensure we have a comprehensible error message
2023-05-12Coastal Codes (#37176)Steven R. Brandt2-8/+73
* Coastal codes installation * Finished debugging swan. * Fix formatting errors identified by flake8 * Another attempt to fix formatting. * Fixed year in header. * Fixed maintainers syntax and other details from review comments. * Remove redundant url. --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2023-05-12py-pysam: adding version 0.21.0 (#37623)snehring1-3/+7
* py-pysam: adding version 0.21.0 * Update var/spack/repos/builtin/packages/py-pysam/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-05-11Install/update the qt dependency (#37600)Tamara Dahlgren1-0/+1
2023-05-11Environments: store spack version/commit in spack.lock (#32801)Tamara Dahlgren4-25/+61
Add a section to the lock file to track the Spack version/commit that produced an environment. This should (eventually) enhance reproducibility, though we do not currently do anything with the information. It just adds to provenance at the moment. Changes include: - [x] adding the version/commit to `spack.lock` - [x] refactor `spack.main.get_version() - [x] fix a couple of environment lock file-related typos
2023-05-11add 3.0b release (#37599)MatthewLieber1-2/+2
Co-authored-by: Matt Lieber <lieber.31@osu.edu>
2023-05-11gegl: add v0.4.44 (#37516)Alec Scott1-0/+1
2023-05-11e4s ci: trilinos +rocm: enable belos to fix build failure (#37617)eugeneswalker1-1/+1
2023-05-11Allow using -j to control the parallelism of concretization (#37608)Massimiliano Culpo3-2/+6
fixes #29464 This PR allows to use ``` $ spack concretize -j X ``` to set a cap on the parallelism of concretization from the command line
2023-05-11libpng package: fix build error on macOS arm64 (#37613)Dom Heinzeller1-1/+4
Turn off ARM NEON support on MacOS arm64 Co-authored-by: Stephen Herbener <stephen.herbener@gmail.com>
2023-05-11Update Intel Pin package up to 3.27 (#37470)Nichols A. Romero1-0/+60
2023-05-11add openmp_max_threads variant and enable avx 512 optimizations for icelake ↵Andrey Parfenov1-0/+9
(#37379) * add openmp_max_threads variant and enable avx 512 optimizations for icelake and cascadelake Signed-off-by: Andrey Parfenov <andrey.parfenov@intel.com> * revert manual enabling of avx512 for icelake and cascadelake Signed-off-by: Andrey Parfenov <andrey.parfenov@intel.com> --------- Signed-off-by: Andrey Parfenov <andrey.parfenov@intel.com>
2023-05-11caliper: convert to new stand-alone test process (#35691)Tamara Dahlgren1-41/+26
2023-05-11bricks: convert to new stand-alone test process (#35694)Tamara Dahlgren1-20/+14
2023-05-11julia: Fix llvm shlib symbol version for v1.9 (#37606)Mosè Giordano1-1/+1
2023-05-11lmod: fix CompilerSpec concrete version / range (#37604)Harmen Stoppels2-3/+3
2023-05-11Update providers of virtual packages related to Intel OneAPI (#37412)Nisarg Patel5-7/+7
* add a virtual dependency name instead of complete package name * add OneAPI components as providers of virtual packages * Revert the default of tbb --------- Co-authored-by: Nisarg Patel <nisarg.patel@lrz.de>
2023-05-11Add fmt 10.0.0 (#37591)Mikael Simberg1-0/+1
2023-05-11Improve the message for errors in package recipes (#37589)Massimiliano Culpo1-0/+3
fixes #30355
2023-05-11Improve error message for missing "command" entry in containerize (#37590)Massimiliano Culpo1-4/+25
fixes #21242
2023-05-11julia: Add v1.9.0 (#35631)Mosè Giordano1-1/+26
2023-05-11Allow clingo to enforce flags when they appear in requirements (#37584)Peter Scheibel3-3/+37
Flags are encoded differently from other variants, and they need a choice rule to ensure clingo has a choice to impose (or not) a constraint.
2023-05-10Upgrade exago's petsc dependency to v3.19.0 (#37092)Jaelyn Litzinger1-1/+1
* add petsc 3.19 for exago@develop * simplify version syntax
2023-05-10ci: remove --mirror-url flag (#37457)Harmen Stoppels3-9/+5
The flags --mirror-name / --mirror-url / --directory were deprecated in favor of just passing a positional name, url or directory, and letting spack figure it out. --------- Co-authored-by: Scott Wittenburg <scott.wittenburg@kitware.com>
2023-05-10Windows: Fix external detection for service accounts (#37293)John W. Parent1-2/+4
Prior to this PR, the HOMEDRIVE environment variable was used to detect what drive we are operating in. This variable is not available for service account logins (like what is used for CI), so switch to extracting the drive from PROGRAMFILES (which is more-widely defined).
2023-05-10Windows: prefer Python decompression support (#36507)John W. Parent2-113/+257
On Windows, several commonly available system tools for decompression are unreliable (gz/bz2/xz). This commit refactors `decompressor_for` to call out to a Windows or Unix-specific method: * The decompressor_for_nix method behaves the same as before and generally treats the Python/system support options for decompression as interchangeable (although avoids using Python's built-in tar support since that has had issues with permissions). * The decompressor_for_win method can only use Python support for gz/bz2/xz, although for a tar.gz it does use system support for untar (after the decompression step). .zip uses the system tar utility, and .Z depends on external support (i.e. that the user has installed 7zip). A naming scheme has been introduced for the various _decompression methods: * _system_gunzip means to use a system tool (and fail if it's not available) * _py_gunzip means to use Python's built-in support for decompressing .gzip files (and fail if it's not available) * _gunzip is a method that can do either
2023-05-10py-gtdbtk: adding version 2.3.0 (#37581)snehring1-0/+2
* py-gtdbtk: adding version 2.3.0 * py-gtdbtk: adding missing pydantic dep * py-gtdbtk: restrict pydantic dep
2023-05-10fd: merge fd-find with fd (#37580)Alec Scott2-23/+3
2023-05-10Ophidia-analytics-framework, ophidia-io-server: Work (#36801)SoniaScard2-6/+14
* ophidia-io-server: new package at v1.7 * ophidia-io-server: Fix package * ophidia-analytics-framework: new package at v1.7 * Fix code style in ophidia-analytics-framework * Merge * ophidia-analytics-framework: update package to v1.7.3 * Update package.py * Fix style --------- Co-authored-by: SoniaScard <SoniaScard@users.noreply.github.com> Co-authored-by: Donatello Elia <eldoo@users.noreply.github.com>
2023-05-10fix(hdf5): h5pfc link failure (#37468)H. Joe Lee1-3/+1
* fix(hdf5): h5pfc link failure develop branch doesn't need linking any more. See: https://github.com/HDFGroup/hdf5/commit/acb186f6e5f0ac3e5bfb9501e3381c1968489a59 * [@spackbot] updating style on behalf of hyoklee --------- Co-authored-by: hyoklee <hyoklee@users.noreply.github.com>
2023-05-10Fix compiler version issues (concrete vs range) (#37572)Harmen Stoppels3-13/+15
2023-05-10intel-oneapi-mkl: add threading support (#37586)Robert Cohn1-1/+17
2023-05-10cuda: add versions 12.0.1, 12.1.0 and 12.1.1 (#37083)matteo-chesi2-1/+44
2023-05-10New option "--first" for "spack location" (#36283)G-Ragghianti3-3/+20