summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-08-26lshw: add v02.20 (#46028)Wouter Deconinck1-6/+10
2024-08-25Python: add v3.12.5, default to latest version (#45712)Adam J. Stewart1-5/+2
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
2024-08-24PythonExtension: use different bin dir on Windows (#45427)John W. Parent1-0/+3
2024-08-23add SuperLU_MT v4.0.1 (#45924)David Gardner1-0/+6
2024-08-23VTK-m: Point to github mirror for source tarball (#45893)kwryankrattiger1-16/+16
* VTK-m: Point to github mirror for source tarball The gitlab.kitware.com source location seems to have intermittent network issues. Switching the to mirror hosted at Github may alleviate some of the timeouts. * Update sha256 for GitHub tarballs --------- Co-authored-by: Zack Galbreath <zack.galbreath@kitware.com>
2024-08-23gromacs: add env mods for cufftmp w/ gcc (#45887)snehring1-0/+48
2024-08-23davix: add versions 0.8.2-0.8.7 and dependencies (#45853)Stephen Nicholas Swatman1-6/+37
* davix: add versions 0.8.2-0.8.7 and dependencies This commit adds new versions 0.8.2-0.8.7 of the davix package, and it also improves the handling of embedded packages. Davix will try to build libcurl from its own embedded version of that code, which doesn't mesh well with Spack's design philosophy, so I've changed the CMake configuration to disallow the builtin libcurl and use a Spack dependency instead. Up to version 0.8.7, RapidJSON was also builtin, but version 0.8.7 allows users to specify that they want to use a pre-installed version of RapidJSON, so this commit also adds that as a dependency for versions 0.8.7:. * Fix old versions
2024-08-23ddt: add v23.0.4 -> v24.0.3 (#45861)Wouter Deconinck1-1/+13
* ddt: add v23.0.4 -> v24.0.3 * ddt: fix url_for_version for 22.1.3 --------- Co-authored-by: Lydéric Debusschère <lyderic.de@gmail.com>
2024-08-23py-autograd: mark numpy 2 compatibility (#45942)Adam J. Stewart1-0/+2
* py-autograd: mark numpy 2 compatibility * Fix syntax error
2024-08-23acts: add v36.0.0, v36.1.0 and fixes (#45874)Stephen Nicholas Swatman1-20/+43
* acts: add v36.0.0, v36.1.0 and fixes This commit makes several changes to the Acts repository, namely: 1. It adds versions 36.0.0 and 36.1.0. 2. It adds the traccc plugin and related dependencies. 3. It updates the version requirements of some dependencies. 4. It adds the Geant4 module of GeoModel. 5. It updates the C++ standard requirement. 6. It adds a new variant determining the scalar type to use. This commit supercedes #45851. Thanks @jmcarcell for the version updates; I have added you as co-author. Co-authored-by: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> * Updates * alphabetic cmake args --------- Co-authored-by: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com>
2024-08-23Add missing MultiMethodMeta metaclass in builders (#45879)Harmen Stoppels1-9/+11
* Add missing MultiMethodMeta metaclass in builders and remove the Python 2 fallback option in favor of hard errors to catch similar issues going forward. The fallback option can cause about 10K stat calls due to use of `realpath` in the inspect module, depending on how deep Spack itself is nested in the file system, which is ... undesirable. * code shuffling to avoid circular import * more reshuffling * move reserved variant names into variants module
2024-08-22xrootd: change urls to xrootd.web.cern.ch (#45895)Wouter Deconinck1-3/+3
* xrootd: change urls to xrootd.web.cern.ch * xrootd: change homepage
2024-08-22py-ipykernel: add version 6.29.5 (#45876)Christopher Christofi1-33/+37
* py-ipykernel: add version 6.29.5 * add maintainers for spack package
2024-08-22New package: linux-external-modules (#45797)Kyoko Nagahashi2-0/+482
2024-08-22poppler: change the URL of the test repository (#45857)Juan Miguel Carceller1-3/+1
* poppler: change the URL of the test repository
2024-08-22py-scipy: add v1.14.1 (#45847)Adam J. Stewart1-4/+6
2024-08-22removing -Ofast with aocc (#45880)AMD Toolchain Support1-2/+7
Co-authored-by: shbhaska <shbhaska@amd.com>
2024-08-22kokkos-tools: add new package (#45382)Richard Berger1-0/+31
2024-08-22Add a new audit to find missing package.py files (#45868)Massimiliano Culpo1-48/+0
* Add a new audit to find missing package.py files * Remove directory without package.py
2024-08-22llvm-amdgpu: Conflict with MacOS (#45633)Stephen Nicholas Swatman1-0/+5
Currently, the llvm-amdgpu package doesn't compile on MacOS, but it is also not marked as a conflict. This causes problems because it seems that Spack is very happy to pull in llvm-amdgpu as the default package to satisfy any virtual libllvm dependency, which can cause dependent specs to fail to install on MacOS. This commit marks a conflict between this llvm package and the Darwin platform.
2024-08-22VTK package: patch to fix NetCDFC - HDF5 interface (#43087)John W. Parent2-7/+13
Patch from Windows is also needed on Linux
2024-08-22root: remove +webgui~http conflict version clause (#45856)Stephen Nicholas Swatman1-1/+1
* root: set +webgui~http conflict from @6.28.12: Currently, the ROOT spec correctly identifies a conflict between +webgui and ~http, but this conflict is marked as affecting @6.29.00: only. As a matter of fact, ROOT 6.28.12 is also affected. This commit, therefore, updates the when clause on the conflict to @6.28.12:. * Remove when clause entirely * oops
2024-08-22geomodel: fix bug in cmake_args (#45869)Stephen Nicholas Swatman1-10/+6
2024-08-22Make spack compiler find use external find (#45784)Massimiliano Culpo2-2/+19
so that there is no duplicate detection logic for compilers
2024-08-21root: add version 6.32.04 (#45850)Juan Miguel Carceller1-0/+1
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-08-21Windows: Port icu4c; define cxx std flags for MSVC (#45547)John W. Parent1-10/+54
* Adds an MSBuild system + Builder to the icu4c package * Adds custom install method as MSBuild system does not vendor an install target * The cxxstd variant is not supported on Windows (there are no config options you use to tell the build system what cxx standard to build against), so the variant definition was updated to occur everywhere except Windows Also, this commit defines the c/cxx..._flag properties of the MSVC compiler (although they are not used by `icu4c` and not strictly necessary to bundle with this PR).
2024-08-21acts: add GeoModel dependency (#45859)Stephen Nicholas Swatman1-0/+1
This commit adds a dependency on GeoModel 4.6.0 when the GeoModel plugin is enabled. Note that the dependency is upgraded to 6.3.0 in Acts 36.1.0, but that will need to be covered in #45851.
2024-08-21py-shapely: add v2.0.6 (#45833)Adam J. Stewart1-25/+22
2024-08-21Add fms@2024.02 (#45838)Dom Heinzeller1-0/+1
2024-08-21geoip: deprecate due to duplication (#45840)Wouter Deconinck2-8/+16
* geoip: deprecate due to duplication * geoip-api-c: fixed hashes; checked license; verified c code --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-08-21geomodel: add versions 5.1.0-6.4.0 (#45858)Stephen Nicholas Swatman1-1/+10
* geomodel: add versions 5.1.0-6.4.0 This PR adds new versions 5.1.0 through 6.4.0 of the geomodel package. It also updates the CMake configuration to use the `define_from_variant` mechanism and it adds me as a maintainer. * Undo cmake change
2024-08-21heyoka: add v5.1.0 (#45841)Alex Seaton1-0/+1
2024-08-21Added latest version of eckit (#45834)Stephen Herbener1-0/+1
2024-08-21gcc: simplify version_regex, change string to filter out Apple clang (#45852)Massimiliano Culpo2-4/+28
2024-08-21sherpa: add v3.0.0, remove deprecated @:2.2.10 (#45101)Juan Miguel Carceller1-125/+58
* Remove deprecated versions * Add sherpa 3.0.0 and CMake builds * Address comments in #45101 * Add builder classes for cmake and autotools --------- Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-08-21gcc: restore old detection (#45810)Massimiliano Culpo2-55/+37
2024-08-21packages/*: http -> https where permanent redirect (#45835)Wouter Deconinck72-90/+93
* *: http -> https where permanent redirect * fix: style
2024-08-20orca: add 6.0.0 avx2 version (#45824)Lin Guo1-2/+10
The avx2 version can be downloaded from the ORCA [forum](https://orcaforum.kofo.mpg.de/app.php/dlext/?view=detail&df_id=214#). The version is named `avx2-6.0.0` (as opposed to the more natural-looking `6.0.0-avx2`) to avoid the avx2 version shadowing the non-avx2 one. Definitely open for better suggestion.
2024-08-20arborx: Enable use of Kokkos from Trilinos for cuda/rocm. (#45220)Victor Brunini1-9/+14
2024-08-20mapl: add 2.47.2, 2.46.3 (#45795)Matt Thompson1-0/+2
2024-08-20ginkgo: add v1.8.0 (#45791)Marcel Koch1-3/+14
* bump[Ginkgo]: add version 1.8.0 * [Ginkgo] add patch for rocthrust * [Ginkgo] change maintainer * [Ginkgo] use patch from PR * [Ginkgo] fix style issues --------- Co-authored-by: Terry Cojean <terry.cojean@kit.edu>
2024-08-20paraview: add new v5.13.0-RC2 release (#45754)Vicente Bolea1-1/+1
2024-08-20paraview: add smoke tests (#45759)Vicente Bolea1-0/+52
2024-08-20Fix linking for python with external ncurses (#45803)Sajid Ali1-4/+8
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-08-19ninja: add 1.12.1 (#45789)Mikael Simberg1-0/+1
2024-08-19freefem: add v4.13, v4.12 and v4.11 (#45808)Fernando Ayats1-0/+3
2024-08-19binutils: add v2.43.1 (#45806)Massimiliano Culpo1-0/+1
2024-08-19hsakmt-roct: remove use of deprecated run_test method (#45763)AcriusWinter1-4/+7
* hsakmt-roct: new test API * hsakmt-roct: minor change to check_install script variable name --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-08-19silo: add python variant (#45757)David Gardner1-8/+9
* add python variant * use enable_or_disable * use extend
2024-08-19py-numpy: add v2.1.0 (#45807)Adam J. Stewart1-2/+4