summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-22Make spack compiler find use external find (#45784)Massimiliano Culpo20-1113/+363
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. Parent2-10/+78
* 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-20spack bootstrap status --dev: function call for new interface (#45822)Greg Becker1-1/+1
2024-08-20Increase min version for sparse_checkout (#45818)psakievich2-2/+4
* Increase min version for sparse_checkout * Update git_fetch.py * style
2024-08-20Unify url and oci buildcache push code paths (#45776)Harmen Stoppels10-142/+206
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
2024-08-19parallel-netcdf: new test API (#45170)AcriusWinter1-40/+41
* parallel-netcdf: new test API * parallel-netcdf: fix test args and tweak docstring and variables --------- Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov>
2024-08-19hipsolver: remove use of deprecated `run_test` method (#45761)AcriusWinter1-2/+3
* hipsolver: new test API
2024-08-19diy: add smoke test (#45749)Vicente Bolea1-0/+34
Installing examples for running smoke tests for the DIY project.
2024-08-19llvm based compilers: filter out non-compilers (#45805)Massimiliano Culpo3-27/+25
2024-08-19perl-bio-bigfile: new package (#44505)Teague Sterling1-0/+80
* Adding the perl-bio-db-bigfile package * Update package.py * Update package.py * Update package.py * Updating dependent package handling Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * Updating dependent package handling Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * Reverting variants Signed-off-by: Teague Sterling <teaguesterling@gmail.com> * Rename package.py to package.py * Update package.py * Removing unneeded dependencies Signed-off-by: Teague Sterling <teaguesterling@gmail.com> --------- Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-08-19build_environment: explicitly disable ccache if disabled (#45275)Harmen Stoppels1-1/+4
2024-08-19Simplify URLFetchStrategy (#45741)Harmen Stoppels10-233/+93
2024-08-19apfel: add v3.1.1 (now CMakePackage) (#45661)Wouter Deconinck1-9/+29
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-08-19salmon: add v1.10.3 (#45695)snehring2-11/+37
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-08-19WRF: add -fpermissive when using gcc@14: (#45438)Luke Robison1-0/+6
2024-08-19activeharmony: replace dead links (#45704)Wouter Deconinck1-4/+4
2024-08-19mlpack: add through v4.4.0 (#45707)Wouter Deconinck1-1/+8
2024-08-19py-keras: add v3.5 (#45711)Adam J. Stewart1-13/+20
2024-08-19py-brain-indexer: new package (#44718)Matthias Wolf3-0/+75
2024-08-19py-pyyaml: add v6.0.2 (#45716)Matt Thompson1-2/+19
2024-08-19magic-enum: fix minimum compiler versions conflicts (#45705)Pranav Sivaraman1-7/+7
2024-08-19librsvg: depends_on cairo +png (#45729)Wouter Deconinck1-3/+3
2024-08-19liftoff: add new package (#45726)snehring3-2/+73
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-08-19bind9: add v9.18.28, v9.20.0 (#45728)Wouter Deconinck2-12/+40
2024-08-19gradle: add through v8.9 (#45731)Wouter Deconinck1-1/+10