Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-21 | py-tesorter: requires setuptools (#42124) | snehring | 1 | -0/+2 | |
2024-01-20 | e4s ci: use latest intel/hpckit 2024 based image (#41437) | eugeneswalker | 2 | -32/+30 | |
* e4s ci: use latest intel/hpckit 2024 based image * use latest container image: ecpe4s/ubuntu22.04-runner-amd64-oneapi-2024.0.0:2023.12.01 * comment out failing specs * update to use patched container * remove generalized package preference for intel-oneapi-mkl@2023 * change packages commented out | |||||
2024-01-20 | e4s ci: switch to neoverse_v2 target (#42115) | eugeneswalker | 3 | -12/+23 | |
2024-01-20 | [kokkos] make dpl dependence explicit (#42128) | Robert Cohn | 0 | -0/+0 | |
2024-01-21 | motif: patch to ensure main function (fixes #29594) (#42174) | Wouter Deconinck | 2 | -0/+10 | |
2024-01-20 | libtool: add build dep on findutils (#42199) | Sam Grayson | 1 | -0/+6 | |
2024-01-20 | py-scikit-learn: add v1.4.0 (#42186) | Adam J. Stewart | 3 | -15/+47 | |
2024-01-20 | libvterm: add v0.3.3 (#42203) | Pranav Sivaraman | 1 | -0/+1 | |
2024-01-20 | py-pyamg: fix deptypes (#42185) | Adam J. Stewart | 1 | -4/+2 | |
2024-01-19 | fzf: add v0.45.0 (#42175) | Alec Scott | 1 | -0/+1 | |
2024-01-19 | go: add v1.21.6 and v1.21.5 (#42177) | Alec Scott | 1 | -1/+8 | |
2024-01-19 | emacs: add v29.2 (#42178) | Alec Scott | 1 | -0/+1 | |
2024-01-19 | restic: add v0.16.3 (#42180) | Alec Scott | 1 | -0/+1 | |
2024-01-19 | ripgrep: add v14.1.0 (#42181) | Alec Scott | 1 | -0/+1 | |
2024-01-19 | py-rtree: add v1.2.0 (#42200) | Adam J. Stewart | 1 | -0/+1 | |
2024-01-19 | ROOT: fix macos build for 6.30 (#42198) | Seth R. Johnson | 1 | -0/+6 | |
2024-01-19 | test/cmd/checksum.py: avoid networking (#42190) | Harmen Stoppels | 4 | -13/+64 | |
2024-01-19 | Revert "cc: work around -v split between ld and ccld" (#42196) | Harmen Stoppels | 2 | -11/+2 | |
2024-01-19 | VecGeom: new version 1.2.7 and fix URLs (#42144) | Seth R. Johnson | 2 | -9/+16 | |
* VecGeom: new version 1.2.7 and fix URLs * vecgeom: remove deprecated ancient RC version with incorrect hash * geant4: remove support for @10.3+vecgeom | |||||
2024-01-19 | environment.py: remove symlinking of logs (#42148) | Harmen Stoppels | 1 | -24/+0 | |
The piece of code that is removed in this PR predates environment views. Spack would symlink build logs in `<env>/.spack-env/logs/*`, but this is redundant because: 1. Views already add `<prefix>/.spack` (and there's logic there to avoid clashes) 2. The code was broken anyways: it would only symlink the logs of environment roots, not their deps, even if they were just built. If users disable views, I'm pretty sure they're not waiting for `.spack-env/logs` either. So, imo we can delete this code, and it was probably overlooked in the past. | |||||
2024-01-19 | Typing for spack checksum code paths (#42183) | Harmen Stoppels | 4 | -85/+79 | |
2024-01-19 | btop: add v1.3.0, added GPU variant (#42139) | Massimiliano Culpo | 2 | -2/+30 | |
2024-01-19 | oci: use pickleable errors (#42160) | Harmen Stoppels | 3 | -39/+33 | |
2024-01-19 | Bugfix: spack config change handle string requirements (#42176) | Peter Scheibel | 2 | -1/+17 | |
For a requirement like ``` packages: foo: require: - "+debug" ``` (not `one_of:`, `any_of:`, or `spec:`) `spack config change` would ignore the string. This was particularly evident if toggling a variant for a previously unmentioned package: ``` $ spack config change packages:foo:require:+debug $ spack config change packages:foo:require:~debug ``` This fixes that and adds a test for it. | |||||
2024-01-18 | sqlite package: support Windows build (#41924) | John W. Parent | 2 | -40/+96 | |
Resubmission of #41761 with proper relocation of get_arch (taken from #41824). Co-authored-by: vsoch <vsochat@stanford.edu> | |||||
2024-01-18 | umpire - Use ENABLE_OPENMP to build with OpenMP support (#42164) | Brian Han | 1 | -3/+1 | |
2024-01-18 | qt: new version 5.15.12 (#42135) | Wouter Deconinck | 1 | -0/+1 | |
Qt5.15.12 (open source) was released on December 27, [release notes](https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.12/release-note.md). No major build system changes expected. | |||||
2024-01-18 | thepeg: v2.3.0 hash change (#42167) | Wouter Deconinck | 1 | -1/+1 | |
``` $ curl 'https://thepeg.hepforge.org/downloads/?f=ThePEG-2.3.0.tar.bz2' | sha256sum % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1904k 0 1904k 0 0 1075k 0 --:--:-- 0:00:01 --:--:-- 1074k ac35979ae89c29608ca92c156a49ff68aace7a5a12a0c92f0a01a833d2d34572 - ``` | |||||
2024-01-18 | centrifuge: add new package (#42168) | Christopher Christofi | 1 | -0/+21 | |
* centrifuge: add new package * fix styling | |||||
2024-01-18 | Reduce the size on disk for logs (#42122) | Harmen Stoppels | 8 | -84/+40 | |
* Reduce the size on disk for logs This PR does two things: 1. Store a compressed `spack-build-out.txt.gz` 2. Get rid of phase logs, as they are duplicates of `spack-build-out.txt` The logs are not compressed in the stage dir, so on build failure the workflow for users is no different. It's just that on install the logs are rarely used, and if needed, users can easily `gzip -d` or `zgrep` them. In the case of GCC installs, the compressed logs are <5% of the original size, which is typically dozens of MBs. * get rid of "backwards compat" of file names in stage dirs | |||||
2024-01-18 | chai - make CUDA_SEPARABLE_COMPILATION flag optional (#42165) | Brian Han | 1 | -2/+8 | |
2024-01-18 | [embree] rely on spack to provide location of tbb (#42163) | Robert Cohn | 1 | -1/+0 | |
2024-01-18 | perl-graph: fix default version ordering to latest releases (#42161) | Christopher Christofi | 1 | -1/+5 | |
* perl-graph: fix default version ordering to latest releases * fix styling | |||||
2024-01-18 | libidn: adding new package libidn (#42170) | snehring | 1 | -0/+24 | |
2024-01-18 | Skip sbang hook on Windows (#42156) | John W. Parent | 1 | -0/+2 | |
Sbangs don't exist on Native Windows, and the hook is causing errors due to the file comparison + behavior of os.rename on Windows. Skip the hook on Windows. | |||||
2024-01-18 | ginkgo@1.7.0 %oneapi: patch sycl w changes from ginkgo pr #1524 (#42151) | eugeneswalker | 2 | -0/+16 | |
* ginkgo@1.7.0 %oneapi: patch sycl w changes from ginkgo pr #1524 * constrain patch to %oneapi@2024: | |||||
2024-01-18 | ucx: add explicit dependency to hsa-rocr-dev (#42152) | Richard Berger | 1 | -0/+1 | |
Fixes an issue that occurs when hip is provided as an external. hsa-rocr-dev would not be part of the dependency tree in that case. | |||||
2024-01-18 | kokkos-kernels: add v4.1.00, v4.2.00 (#40565) | Satish Balay | 2 | -0/+7 | |
* kokkos-kernels: add version 4.1.00 * add kokkos-kernels@4.2.00 * [kokkos] make dpl dependence explicit --------- Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com> Co-authored-by: Cohn, Robert S <robert.s.cohn@intel.com> | |||||
2024-01-18 | add new advisor and vtune packages (#42150) | Andrey Perestoronin | 2 | -0/+12 | |
2024-01-18 | Tcl package: support build on Windows (#41939) | John W. Parent | 2 | -72/+136 | |
2024-01-18 | [intel-oneapi-mkl] patch mkl install to workaround cmake issue (#42146) | Robert Cohn | 1 | -0/+14 | |
2024-01-18 | Add verible v0.0-3483-ga4d61b11 (#42142) | Dave Keeshan | 1 | -0/+5 | |
2024-01-18 | opencascade: new versions 7.5.3p5, 7.7.2, 7.8.0 (#42136) | Wouter Deconinck | 1 | -0/+15 | |
New patch 7.5.3p5, new bugfix 7.7.2, new minor 7.8.0. Only possible impact on spack is the potential addition of a variant to select the memory manager in 7.8.0, see [diff](https://github.com/Open-Cascade-SAS/OCCT/compare/V7_7_2...V7_8_0). Not adding a variant at this time. | |||||
2024-01-18 | Add yosys 0.37 (#42141) | Dave Keeshan | 1 | -1/+2 | |
2024-01-18 | Bug fix for building ESMF shared on macOS: set ESMF_TRACE_LIB_BUILD=OFF (#42134) | Dom Heinzeller | 1 | -0/+5 | |
2024-01-18 | evtgen: add version 02.02.01 (#42055) | Juan Miguel Carceller | 1 | -0/+2 | |
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com> | |||||
2024-01-18 | oci: only push in parallel when forking (#42143) | Harmen Stoppels | 2 | -22/+30 | |
2024-01-18 | intel-oneapi-mkl: add missing compiler libraries for thread=openmp (#42087) | Alberto Invernizzi | 1 | -0/+13 | |
2024-01-18 | spack: add v0.21.0 and v0.21.1 (#42140) | Massimiliano Culpo | 1 | -0/+3 | |
2024-01-18 | spack graph: env aware (#42093) | Massimiliano Culpo | 2 | -15/+23 | |