summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11dealii +cuda: conflicts with ^cuda@12: (#43599)eugeneswalker1-0/+3
2024-04-11Allow packages to be pushed to build cache after install from source (#42423)Radim Janalík9-20/+169
This commit adds a property `autopush` to mirrors. When true, every source build is immediately followed by a push to the build cache. This is useful in ephemeral environments such as CI / containers. To enable autopush on existing build caches, use `spack mirror set --autopush <name>`. The same flag can be used in `spack mirror add`.
2024-04-11justbuild: bump version 1.2.5 (#43592)Alberto Sartori1-0/+1
2024-04-11JUBE: add v2.6.x (#41272)Filippo Spiga1-0/+10
* Adding JUBE 2.6.0 * They quickly released a bugfix package * Correct the version sha256 for v2.6.1 Co-authored-by: Rocco Meli <r.meli@bluemail.ch> --------- Co-authored-by: fspiga <fspiga@fc01-gg01.cm.cluster> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: Rocco Meli <r.meli@bluemail.ch>
2024-04-11Create Castep package (#41230)Thomas Green1-0/+95
* Create package.py * Update package.py Post review fixes. * Style fixes.
2024-04-11suite-sparse: refactor cmake args (#43386)Paul Kuberry1-16/+15
* Simplify config command and add BLAS/LAPACK location * Use BLAS_ROOT and LAPACK_ROOT and disable use of system package registry * Adds location of BLAS_LIBRARIES and LAPACK_LIBRARIES to CMake * Adds CMake variables to prevent picking up system installations of BLAS/LAPACK. Fixes previous PR #43328 that was picking up incorrect installations * Adds versions 7.2.1
2024-04-11libzip: add up to v1.10.1 (#43560)Martin Aumüller1-5/+33
* libzip: add up to v1.10.1 - update homepage and change download url to GitHub - change build system to CMake for releases starting with 1.4 * [@spackbot] updating style on behalf of aumuell * libzip: fix urls * [@spackbot] updating style on behalf of aumuell * libzip: do not add versions from libzip.org these are old, and urllib refuses to fetch them * libzip: deprecate versions from libzip.org urllib refuses to fetch them, only curl would work --------- Co-authored-by: aumuell <aumuell@users.noreply.github.com>
2024-04-11acts: new version 33.1.0 (#43581)Wouter Deconinck3-2/+90
* acts: new version 33.1.0 * actsvg: new version 0.4.41 * geomodel: new package * [@spackbot] updating style on behalf of wdconinc * acts: plugin_cmake_variant(geomodel) * geomodel: with when(+visualization) --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-04-11py-simpleeval: add version 0.9.13 (#43568)Tristan Carel1-1/+2
2024-04-11TAU package: Include recent change for Ubuntu (#43572)jalcaraz1-1/+9
* Include recent change for Ubuntu Select option -disable-no-pie-on-ubuntu for some Ubuntu systems https://github.com/UO-OACISS/tau2/commit/823971df015f2d28bf565b267c758f2deefa0cc9 * Added conflict for new variant * Updated conflict version * Added mention of Ubuntu to variant description
2024-04-11New package: timew (#43585)James Taliaferro1-0/+20
* add timewarrior * fix style checks * fix style checks
2024-04-11Kokkos Ecosystem: 4.3.00 (#43607)Luc Berger2-0/+5
* Kokkos Kernels: adding missing TPLs and pre-conditions Adding variants and dependencies for rocBLAS and rocSPARSE. Also adding a "when=" close to the TPL variants that prevents enabling the TPLs in versions of the library when it was not yet available. * Kokkos Kernels: remove comment for better format * Kokkos Kernels: adding cusolver and rocsolver for at version 4.3.00 * Kokkos Ecosystem: updating packages for release 4.3.00 * Kokkos: adding arch for SG2042 * Removing sg2042 from spack_micro_arch_map Removing it here and will work to add it in the proper generic spack location, likely: `spack/lib/spack/external/archspec/json/cpu/microarchitectures.json` ?
2024-04-11invalid compiler: warn instead of error (#43491)Greg Becker1-4/+14
2024-04-11py-cartopy: add v0.23.0 (#43583)Adam J. Stewart1-49/+61
* py-cartopy: add v0.23.0 * numpy 2 support added
2024-04-11opus: update package (#43587)Derek Ryan Strong1-2/+7
2024-04-11cpio: add 2.15 (#43589)Derek Ryan Strong1-0/+1
2024-04-11py-keras: add v3.2.1 (#43594)Adam J. Stewart1-0/+1
2024-04-11py-pandas: add v2.2.2 (#43596)Adam J. Stewart1-9/+10
2024-04-11add taskwarrior 3.0.0 (#43580)James Taliaferro1-0/+9
* add taskwarrior 3.0.0 * blacken
2024-04-11wayland-protocols: new versions 1.34 (#43577)Wouter Deconinck1-0/+3
2024-04-11qt-base: depends_on cmake@3.21: when ~shared or platform=darwin (#43576)Wouter Deconinck1-0/+2
2024-04-11Reuse specs built with compilers not in config (#43539)Massimiliano Culpo28-240/+421
Allow reuse of specs that were built with compilers not in the current configuration. This means that specs from build caches don't need to have a matching compiler locally to be reused. Similarly when updating a distro. If a node needs to be built, only available compilers will be considered as candidates.
2024-04-10Packages: llvm cxx flag remove, new versions, and binutils build issue fix ↵YI Zeping4-4/+18
(#43567) * add c++11 header to gold for compiler not defaulting to c++11 * glibc: add 2.39 * llvm: add 18.1.3 * fix #42314, remove cxx11 flag for llvm; should be controlled by cmake. * modify patch * llvm version * add gmake version request
2024-04-10qt-*: add v6.6.2, v6.6.3, and v6.7.0 (#43559)Martin Aumüller6-0/+18
* qt-base: add v6.6.2 * qt-declarative: add v6.6.2 * qt-quick3d: add v6.6.2 * qt-quicktimeline: add v6.6.2 * qt-shadertools: add v6.6.2 * qt-svg: add v6.6.2 * qt-base: add v6.7.0 * qt-svg: add v6.7.0 * qt-declarative: add v6.7.0 * qt-quick3d: add v6.7.0 * qt-quicktimeline: add v6.7.0 * qt-shadertools: add v6.7.0 * qt-*: add v6.6.3 --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-04-10libpthread-stubs: new version 0.5 (#43574)Wouter Deconinck1-0/+1
2024-04-10Add new versions for toml11 (#43469)one1-0/+11
* Add new versions for toml11 Added 3.8.0 and 3.8.1 * Update package.py, add cxx_std * [@spackbot] updating style on behalf of alephpiece --------- Co-authored-by: alephpiece <alephpiece@users.noreply.github.com>
2024-04-10flecsi+legion: add cr versions FleCSI depended on in past releases (#43499)Richard Berger2-6/+10
* flecsi+legion: add cr versions FleCSI depended on in past releases * flecsi: deprecate develop version
2024-04-10libdrm: new version 2.4.120 (#43573)Wouter Deconinck1-1/+7
2024-04-10py-scikit-learn: add v1.4.2 (#43557)Adam J. Stewart1-37/+45
2024-04-10ospray: add v3.1.0 and dependencies (#43558)Martin Aumüller4-0/+5
* rkcommon: add v1.13.0 * openvkl: add v2.0.1 * openimagedenoise: add v2.2.2 * ospray: add v3.1.0
2024-04-10botan: add v3.4.0 (#43561)Martin Aumüller1-0/+1
2024-04-10Automated deployment to update package flux-sched 2024-04-10 (#43566)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-04-10Automated deployment to update package flux-core 2024-04-10 (#43565)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-04-10swig: update symlink alias to appease cmake (#43271)Seth R. Johnson1-1/+1
2024-04-10py-matplotlib: add v3.8.4 (#43487)Adam J. Stewart6-29/+83
* py-matplotlib: add v3.8.4 * matplotlib requires exact version of freetype for tests to pass * Add version constraints to fontconfig deps * Fix freetype build * Freetype cmake build is useless * Typo * Fix download * Fix build of older freetype * cmake is useless
2024-04-10py-scipy: add v1.12 and v1.13 (#42213)Adam J. Stewart6-107/+126
2024-04-10pyAMReX: No CCache (#43570)Axel Huebl1-1/+1
This interferes with Spack compiler wrappers.
2024-04-10Update pyAMReX: 24.03, 24.04 (#42858)Axel Huebl2-8/+44
Latest version of pyAMReX.
2024-04-09Release for brahma 0.0.3 (#43525)Hariharan Devarajan1-0/+1
* Release for brahma 0.0.3 * switch the version directive order
2024-04-09cpp-logger: add v0.0.3 (#43524)Hariharan Devarajan1-1/+2
* added cpp-logger 0.0.3 * switched version directive order
2024-04-09Add a new version for cxxopts (#43470)one1-0/+1
Added 3.2.0
2024-04-09cppzmq: new version 4.10.0 (#43526)Wouter Deconinck1-0/+1
2024-04-09release for gotcha 1.0.6 (#43531)Hariharan Devarajan1-0/+1
2024-04-09py-keras: add v3.2.0 (#43540)Adam J. Stewart1-0/+1
2024-04-09helics: Add version 3.5.2 (#43541)HELICS-bot1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-09flac: update versions (#43544)Derek Ryan Strong1-0/+4
2024-04-09yoda: new version 2.0.0 (#43534)Wouter Deconinck1-0/+7
* yoda: new versions 1.9.9, 1.9.10, and 2.0.0 * [@spackbot] updating style on behalf of wdconinc --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-04-09[libxc] new homepage (#43546)Martin Lang1-1/+1
The old page on tddft.org is no longer reachable.
2024-04-09[mpas-model] Only add options for double precision when requested (#43547)Stephen Sachs1-9/+3
As in the original makefile "FFLAGS_PROMOTION = -fdefault-real-8 -fdefault-double-8" is only used when `precision=double`. This is the default for the Spack package, so no change if `precision` is left unset.
2024-04-09Trilinos: More accurate stk boot dependency (#43550)psakievich1-1/+1
Boost was not required as of `@13.4.0`