Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-30 | PyTorch: update ecosystem (#43423) | Adam J. Stewart | 4 | -1/+10 | |
2024-03-29 | SLATE package: fix smoke test (#43425) | G-Ragghianti | 1 | -1/+1 | |
2024-03-29 | ROOT package: add patch for builds with libAfterImage for MacOS (#43428) | Juan Miguel Carceller | 1 | -0/+6 | |
2024-03-29 | ci devtools manylinux2014: update ci image with compatible gpg (#43421) | eugeneswalker | 2 | -3/+3 | |
2024-03-29 | veloc@1.7: depend on er@0.4: (#43433) | eugeneswalker | 1 | -0/+1 | |
2024-03-29 | xz: add comment to avoid 5.6 pending CVE resolution (#43432) | Todd Gamblin | 1 | -0/+2 | |
XZ is compromised; add a note for maintainers to avoid updating until we have a release without the CVE. | |||||
2024-03-29 | CI Reproducer on Metal (#43411) | kwryankrattiger | 2 | -3/+9 | |
* MacOS image remove requires override syntax * Metal reproducer auto start and cross-platform | |||||
2024-03-29 | med: add v4.1.1, and v5.0.0, update package recipe (#43409) | Julien Cortial | 1 | -14/+43 | |
2024-03-29 | Don't delete "spack develop" build artifacts after install (#43424) | Peter Scheibel | 6 | -10/+60 | |
After #41373, where we stopped considering the source directory to be the stage for develop builds, we resumed *deleting* the stage even after a successful build. We don't want this for develop builds because developers need to iterate; we should keep the artifacts unless they explicitly run `spack clean`. Now: - [x] Build artifacts for develop packages are not removed after a successful install - [x] They are also not removed before an install starts, i.e. develop packages always reuse prior artifacts, if available. - [x] They can be deleted in any other context, e.g. by running `spack clean --stage` | |||||
2024-03-29 | force oneapi compiler unless specified otherwise (#43419) | kwryankrattiger | 1 | -1/+0 | |
2024-03-29 | openradioss: add DEXEC_NAME to cmake variable and change style of cmake_args ↵ | kjrstory | 2 | -58/+43 | |
(#43365) | |||||
2024-03-29 | UCX: Add patch to set HIP_PLATFORM_AMD (#43403) | afzpatel | 1 | -0/+3 | |
2024-03-29 | spack load: remove --only argument (#42120) | Massimiliano Culpo | 3 | -21/+2 | |
The argument was deprecated in v0.21 and slated for removal in v0.22. | |||||
2024-03-29 | Adding 'logging' and 'tracing' variants to enable AOCL DTL trace and logging ↵ | AMD Toolchain Support | 2 | -0/+34 | |
capabilities (#43414) | |||||
2024-03-29 | flecsi: depend on legion@24.03.0: moving forward (#43410) | Richard Berger | 1 | -1/+2 | |
Prior FleCSI releases relied on commits on the control-replication branch (cr) of Legion. That branch has now been merged into master and is part of the 24.03.0 Legion release. | |||||
2024-03-29 | Trilinos: update SuperLU dependency (#43346) | Luc Berger | 2 | -3/+6 | |
2024-03-29 | (py-)onnx: new version 1.14.{0,1}, 1.15.0 (#41877) | Wouter Deconinck | 2 | -4/+10 | |
* (py-)onnx: new version 1.14.{0,1}, 1.15.0 Notes on `onnx`: - The C++ standard was changed to 14 in 1.15, so no more filter_file is needed. (The C++ standard has since changed to 17 in master.) Notes on `py-onnx`: - `py-pybind11` was an unlisted requirement in CMakeLists.txt since 1.3 or so (before earliest spack package). * py-onnx: depends_on pybind11 with type link, not run * py-onnx: depends_on py-setuptools@64: | |||||
2024-03-28 | Add ability to rename environments (#43296) | Kyle Knoepfel | 4 | -5/+239 | |
2024-03-28 | py-jaxlib: ppc64le support has been fixed (#43422) | Adam J. Stewart | 2 | -1/+3 | |
2024-03-28 | steps: add version 5.0.1 (#43360) | Tristan Carel | 1 | -9/+24 | |
2024-03-28 | CI: fail the rebuild command if buildcache push failed (#40045) | kwryankrattiger | 8 | -273/+279 | |
2024-03-28 | spack find: add options for local/upstream only (#42999) | Greg Becker | 6 | -9/+62 | |
Users requested an option to filter between local/upstream results in `spack find` output. ``` # default behavior, same as without --install-tree argument $ spack find --install-tree all # show only local results $ spack find --install-tree local # show results from all upstreams $ spack find --install-tree upstream # show results from a particular upstream or the local install_tree $ spack find --install-tree /path/to/install/tree/root ``` --------- Co-authored-by: becker33 <becker33@users.noreply.github.com> | |||||
2024-03-28 | intel-oneapi 2024.1.0: added new version to packages (#43375) | Andrey Perestoronin | 13 | -0/+84 | |
* added new package versions * add itac and inspector * Remove ITAC and Inspector * Set older version for MKL as a workaround to pass CI issue | |||||
2024-03-28 | trilinos: add v15.1.1 (#42996) | Anderson Chauphan | 1 | -7/+16 | |
2024-03-28 | openscenegraph: patch for compatibility with ffmpeg@5: (#43051) | Martin Aumüller | 1 | -4/+13 | |
Co-authored-by: aumuell <aumuell@users.noreply.github.com> | |||||
2024-03-28 | scipy: register conflict with too-recent openblas (#43301) | liam-o-marsh | 1 | -0/+3 | |
2024-03-28 | py-folium: add new package with version 0.16.0 (#43352) | Christopher Christofi | 1 | -0/+25 | |
2024-03-28 | zlib-ng: %nvhpc: Fix build with %nvhpc (similar to zlib) (#43095) | Sergey Kosukhin | 2 | -0/+46 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2024-03-28 | hdf5: fixes floating point exceptions generated when fpe trapping is enabled ↵ | Ryan Honeyager | 2 | -0/+212 | |
(#42880) | |||||
2024-03-28 | sundials: add new version (#43008) | Cody Balos | 3 | -8/+10 | |
* sundials: add new version * note previous default * update when clause for removed options --------- Co-authored-by: David J. Gardner <gardner48@llnl.gov> | |||||
2024-03-28 | pixman: avoid assembler macros error with Fujitsu compiler (#43362) | Kensuke WATANABE | 1 | -0/+4 | |
2024-03-28 | py-pytest-mpi: new package starting at 0.6 (#43368) | Tristan Carel | 1 | -0/+21 | |
2024-03-28 | py-vascpy: new package starting at 0.1.1 (#43370) | Tristan Carel | 1 | -0/+33 | |
2024-03-28 | aws-cli-2: restrict supported Python versions to @:3.11 (#43390) | potter-s | 1 | -1/+1 | |
Co-authored-by: Simon Potter <sp39@sanger.ac.uk> | |||||
2024-03-28 | llvm: add 18.1.2 (#43401) | Paul R. C. Kent | 1 | -0/+1 | |
2024-03-28 | QE: backport 7.3.1 elpa build fix to 7.3 (#43394) | AMD Toolchain Support | 1 | -0/+5 | |
Co-authored-by: Ning Li <ning.li@amd.com> | |||||
2024-03-28 | gaudi: add version 38 and a gaudialg variant (#42856) | Juan Miguel Carceller | 1 | -0/+3 | |
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com> | |||||
2024-03-28 | mpich: fixup removal of pmi=off option (#43377) | Ken Raffenetti | 1 | -4/+2 | |
2024-03-27 | add lua 5.4.6 (#43407) | Chris White | 1 | -0/+1 | |
2024-03-27 | Legion: add Rust-based profiler to install (#43408) | Richard Berger | 1 | -0/+18 | |
* legion: add missing license * legion: add rust-based profiler to install | |||||
2024-03-27 | Fix build failure when run-tests is enabled for rocfft (#42424) | Sreenivasa Murthy Kolam | 2 | -4/+52 | |
* initial commit to fix the error when running run tests for rocfft * apply patch from 5.7.0 onwards * add description for the patch that is added | |||||
2024-03-27 | hipcc: new package for HIP (#43245) | afzpatel | 4 | -35/+76 | |
* initial commit to add hipcc package * restore setup_dependent_package | |||||
2024-03-27 | Add aocc support to qt (#43400) | Alex Richert | 1 | -0/+1 | |
2024-03-27 | pinentry: add v1.3.0 (#43395) | Massimiliano Culpo | 1 | -0/+1 | |
2024-03-27 | libffi: add 3.4.6 and 3.4.5 (#43404) | Paul R. C. Kent | 1 | -0/+2 | |
2024-03-27 | Update exodusii package (#43379) | Greg Sjaardema | 2 | -48/+134 | |
* SEACAS: Update package.py to handle new SEACAS project name The base project name for the SEACAS project has changed from "SEACASProj" to "SEACAS" as of @2022-10-14, so the package needed to be updated to use the new project name when needed. The refactor also changes several: "-DSome_CMAKE_Option:BOOL=ON" to define("Some_CMAKE_Option", True) * exodusii -- refactor and bring up-to-date * Add missed patch file * [@spackbot] updating style on behalf of gsjaardema * Apply seacas windows patch here also. * Update url so old checksums valid; redo new checksums --------- Co-authored-by: gsjaardema <gsjaardema@users.noreply.github.com> | |||||
2024-03-27 | legion: Add 24.03.0, update HIP dependency (#43398) | Elliott Slaughter | 2 | -35/+20 | |
* legion: Add 24.03.0, update HIP dependency. * legion: Remove CUDA upper bound, update HIP bounds, use f-strings. * legion: Fix format. * legion: Fix format again. | |||||
2024-03-27 | initial commit to add check function to rocthrust (#43405) | afzpatel | 1 | -0/+4 | |
2024-03-27 | argobots: update to v1.2 (#43381) | Yanfei Guo | 1 | -2/+3 | |
* argobots: update to v1.2 * Replace prior maintainer with current one. --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2024-03-27 | py-kornia: add v0.7.2 (#43184) | Adam J. Stewart | 2 | -3/+56 | |
* py-kornia: add v0.7.2 * Add maintainers to recipe * https not supported * Debug build failure * More detailed debug info * Try rust+dev * Fix pyo3 build * Fix turbojpeg-sys build * Fix dlpack-rs build * Get rid of debug env vars |