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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-10
New option "--first" for "spack location" (#36283)
G-Ragghianti
2
-1
/
+18
2023-05-10
Create include/lib in prefix for oneapi packages (#37552)
Robert Cohn
1
-0
/
+28
2023-05-10
Stand-alone testing: make recipe support and processing spack-/pytest-like (#...
Tamara Dahlgren
38
-1011
/
+2288
2023-05-09
CI: Backwards compatibility requires script override behavior (#37015)
kwryankrattiger
1
-4
/
+23
2023-05-09
Use single quotes to inline manifest in Dockerfiles (#37571)
Massimiliano Culpo
2
-3
/
+19
2023-05-09
spack view copy: relocate symlinks (#32306)
Harmen Stoppels
1
-33
/
+33
2023-05-08
Add a "requires" directive, extend functionality of package requirements (#36...
Massimiliano Culpo
8
-110
/
+587
2023-05-05
Packaging Guide: build-time test updates: option and test logs (#37093)
Tamara Dahlgren
1
-5
/
+59
2023-05-05
Improve version, version range, and version list syntax and behavior (#36273)
Harmen Stoppels
69
-1812
/
+2001
2023-05-05
Fix typos in packaging guide (#37460)
Eric Berquist
1
-3
/
+3
2023-05-05
Add spack buildcache push (alias to buildcache create) (#34861)
Harmen Stoppels
7
-48
/
+46
2023-05-05
Relax environment manifest filename requirements and lockfile identification ...
Chris Green
6
-33
/
+92
2023-05-05
cc: deal with -Wl,-rpath= without value, deal with NAG (#37215)
Harmen Stoppels
2
-5
/
+32
2023-05-05
meson: change default build type to "release" (#37436)
Michael Kuhn
1
-1
/
+1
2023-05-05
spack uninstall: reduce verbosity with named environments (#34001)
Harmen Stoppels
5
-192
/
+96
2023-05-05
deprecate buildcache create --rel, buildcache install --allow-root (#37285)
Harmen Stoppels
4
-19
/
+21
2023-05-05
Remove "blacklist" and "whitelist" from module configuration (#37432)
Massimiliano Culpo
6
-154
/
+21
2023-05-04
Allow choosing the name of the packages subdirectory in repositories (#36643)
Greg Becker
4
-22
/
+61
2023-05-04
Place an upper bound on urllib3 to build docs (#37433)
Massimiliano Culpo
1
-0
/
+1
2023-05-04
detect ifx 2023.1, add test (#37377)
Robert Cohn
2
-1
/
+6
2023-05-04
cmake build system: change default build type to `Release` (#36679)
Massimiliano Culpo
1
-1
/
+5
2023-05-04
Update vendored ruamel.yaml to v0.17.21 (#37008)
Massimiliano Culpo
72
-8601
/
+15041
2023-05-04
Remove the old spec format in configuration (#37425)
Massimiliano Culpo
2
-303
/
+1
2023-05-04
Deprecate `env:` as top level environment key (#37424)
Massimiliano Culpo
6
-61
/
+68
2023-05-04
acfl: add compiler-package mapping and fix version number (#36768)
Annop Wongwathanarat
3
-16
/
+5
2023-05-04
buildcache metadata: store hash -> prefix mapping (#37404)
Harmen Stoppels
1
-18
/
+22
2023-05-03
docs: update RHEL/CentOS system prerequisites (#36720)
Bryce Torcello
1
-6
/
+3
2023-05-03
Add 'zypper' to the valid container.os_packages options (#36681)
Egbert Eich
3
-2
/
+27
2023-05-03
Allow adding specs to an environment without the 'specs' attribute (#37378)
Massimiliano Culpo
2
-2
/
+24
2023-05-03
remove unused global in bindist tests (#37358)
Harmen Stoppels
2
-10
/
+0
2023-05-03
buildcache push: improve printing (#36141)
Scott Wittenburg
9
-224
/
+284
2023-05-02
Disable module file generation by default (#37258)
Massimiliano Culpo
3
-13
/
+50
2023-05-01
Factor YAML manifest manipulation out of the Environment class (#36927)
Massimiliano Culpo
14
-502
/
+978
2023-04-28
Spec.format: fix bug in dependency hash formatting (#37073)
Greg Becker
2
-60
/
+58
2023-04-28
Reduce the number of stat calls in "spack verify" (#37251)
Harmen Stoppels
2
-66
/
+47
2023-04-28
Add container images supporting RHEL alternatives (#36713)
Jonathon Anderson
1
-0
/
+84
2023-04-25
require: do not allow additional properties (#37174)
Harmen Stoppels
1
-0
/
+1
2023-04-24
Copy more logs to CI artifacts (#36783)
Adam J. Stewart
1
-8
/
+8
2023-04-21
Windows: shell variables are case-insensitive (#36813)
John W. Parent
2
-1
/
+34
2023-04-21
Enable verify tests on windows (#36975)
markus-ferrell
1
-5
/
+0
2023-04-21
Enable versions cmd tests on windows (#36974)
markus-ferrell
1
-4
/
+0
2023-04-21
Enable test suite tests on windows (#36966)
markus-ferrell
1
-2
/
+1
2023-04-21
Enable database tests for windows (#36968)
markus-ferrell
1
-6
/
+0
2023-04-21
Enable config values tests on windows (#36969)
markus-ferrell
1
-3
/
+0
2023-04-21
Enable graph tests on windows (#36967)
markus-ferrell
1
-4
/
+0
2023-04-21
Update archspec to latest release (#37070)
Massimiliano Culpo
4
-23
/
+209
2023-04-20
Use core API to create a Makefile during bootstrapping (#37023)
Massimiliano Culpo
1
-8
/
+6
2023-04-19
make version(...) kwargs explicit (#36998)
Harmen Stoppels
4
-31
/
+97
2023-04-19
Extract depfile logic from cli command into a core module (#36995)
Harmen Stoppels
3
-156
/
+317
2023-04-19
installer.py: drop build edges of installed packages by default (#36707)
Alec Scott
2
-1
/
+52
[next]