index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.0
develop
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
findutils: ensure __nonnull is defined on macOS (#28316)
Erik Schnetter
2
-0
/
+16
2022-01-17
mesa18: explicitly specify python executable (#28420)
Adam J. Stewart
1
-0
/
+3
2022-01-17
brigand: only build tests when requested (#28228)
Nils Leif Fischer
1
-0
/
+8
2022-01-17
PyTorch: specify CUDA version incompatibility (#28432)
Adam J. Stewart
1
-3
/
+5
2022-01-17
NCCL: specify cuda_arch (#28433)
Adam J. Stewart
1
-1
/
+10
2022-01-17
zip: add external detection (#28434)
Adam J. Stewart
1
-0
/
+10
2022-01-17
Fixing pthread-stack-min-fix.patch patch version range (#28437)
Vanessasaurus
1
-2
/
+2
2022-01-16
expat: Add latest release 2.4.3 with security fixes (#28435)
Sebastian Pipping
1
-4
/
+4
2022-01-16
Kokkos: updating package list, maintainers and minimum cmake version (#28410)
Luc Berger
1
-4
/
+7
2022-01-16
votca: add v2022 (#28431)
Christoph Junghans
1
-2
/
+1
2022-01-15
hwloc: added support to find external (#28348)
Brian Van Essen
1
-0
/
+9
2022-01-15
Fix boost build failures on newer glibc
Peter Brady
2
-0
/
+19
2022-01-15
chaco: new package (#28342)
Peter Brady
1
-0
/
+27
2022-01-15
chaparral: add new package (#28343)
Peter Brady
1
-0
/
+32
2022-01-15
Add libdeflate as variant for htslib (#24141)
Nicholas Knoblauch
1
-0
/
+7
2022-01-15
rocm ecosystem: bump version for 4.5.2 release (#28358)
Sreenivasa Murthy Kolam
37
-61
/
+129
2022-01-15
snakemake: add v6.13.1 and new variant (#28393)
Marcus Boden
1
-0
/
+8
2022-01-14
charmpp: use CMake for versions 7.0.0+ (#28401)
Nils Leif Fischer
1
-0
/
+4
2022-01-14
Update copyright year to 2022
Todd Gamblin
6977
-7068
/
+7068
2022-01-14
`spack license update-copyright-year` now updates the `LICENSE-MIT` file
Todd Gamblin
2
-10
/
+36
2022-01-14
kaldi: new version 2021-11-16 (#28154)
Jen Herting
2
-2
/
+19
2022-01-14
New Package: ATS (#28013)
Chris White
1
-0
/
+27
2022-01-14
CDO package: add version 2.0.3 (#28416)
Brian Spilner
1
-0
/
+1
2022-01-14
Python: add ensurepip variant (#28205)
Adam J. Stewart
2
-6
/
+31
2022-01-14
valgrind: default to ~ubsan (#28389)
Adam J. Stewart
1
-1
/
+1
2022-01-14
gdbm@1.22: fix build on MacOS (#28379)
Satish Balay
1
-1
/
+1
2022-01-14
scorpio: add new package (#28375)
Peter Brady
1
-0
/
+29
2022-01-14
PythonPackage: install packages with pip (#27798)
Adam J. Stewart
331
-1563
/
+1474
2022-01-14
hsakmt-roct@4.5.0: needs pkgconf (#28400)
eugeneswalker
1
-0
/
+1
2022-01-13
Python: improve site_packages_dir handling (#28346)
Adam J. Stewart
46
-225
/
+186
2022-01-13
Python: add maintainers for Python 2 (#28386)
Adam J. Stewart
1
-1
/
+1
2022-01-13
Add new survey package to spack. (#25518)
Jim Galarowicz
1
-0
/
+101
2022-01-13
AMReX Smoke Test (#27411)
Erik
1
-0
/
+56
2022-01-13
musl: set syslibdir correctly, new versions (#28373)
Andrew W Elble
1
-0
/
+5
2022-01-12
fenics: specify python exe (#28323)
Adam J. Stewart
1
-1
/
+7
2022-01-12
Do not initialize config on spack compiler list (#28042)
Harmen Stoppels
4
-11
/
+37
2022-01-12
bootstrap: fix bootstrapping GnuPG from different macOS versions (#28350)
Massimiliano Culpo
3
-8
/
+27
2022-01-12
libogg: patch stdint include, add v1.3.5 (#28332)
Nils Leif Fischer
1
-0
/
+7
2022-01-12
grace: workaround for buffer overflows (#28232)
Andrew W Elble
1
-0
/
+8
2022-01-12
ECP-DAV: Propagate adios2 variant to paraview (#26747)
kwryankrattiger
1
-2
/
+1
2022-01-12
gptune: fix build by setting compilers to mpi wrappers (#28235)
Matthieu Dorier
1
-0
/
+3
2022-01-12
lmod: add v8.6.5 (#28353)
Harmen Stoppels
1
-0
/
+2
2022-01-12
charmpp: disable pre-7.0.0 macOS builds with clang@7: (#28221)
Nils Leif Fischer
1
-0
/
+10
2022-01-12
py-torch: use conditional variants (#28242)
Adam J. Stewart
1
-111
/
+77
2022-01-12
unparser: handle package-level loops, if statements, and with blocks
Todd Gamblin
5
-74
/
+1039
2022-01-12
unparser: add unparser unit tests
Todd Gamblin
3
-1
/
+528
2022-01-12
unparser: rename `t` to `node` to mirror upstream
Todd Gamblin
1
-359
/
+363
2022-01-12
unparser: rename `_Class()` methods to `visit_Class()` to mirror upstream
Todd Gamblin
1
-75
/
+75
2022-01-12
unparser: do a better job of roundtripping strings
Todd Gamblin
1
-19
/
+99
2022-01-12
unparser: treat `print(a, b, c)` and `print((a, b, c))` the same
Todd Gamblin
3
-18
/
+453
[next]