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
2022-09-17
Add skip_import to PythonPackage and use it in py-nilearn (#32664)
Manuela Kuhn
2
-1
/
+30
2022-09-16
bugfix: package hash should affect process, dag, and dunder hashes (#32516)
Todd Gamblin
5
-1
/
+40
2022-09-14
Bugfix: find_libraries (#32653)
John W. Parent
2
-9
/
+32
2022-09-14
Manifest parsing: skip invalid manifest files (#32467)
Peter Scheibel
3
-4
/
+57
2022-09-14
Allow version to accept the '=' token without activating lexer switch (#32257)
psakievich
2
-54
/
+126
2022-09-14
Update module_file_support.rst (#32629)
Sam Broderick
1
-1
/
+1
2022-09-13
Windows rpath support (#31930)
John W. Parent
14
-40
/
+271
2022-09-13
Added install phase test methods for CachedCMakePackage (inherited) and WafPa...
Tamara Dahlgren
1
-0
/
+6
2022-09-10
ci: restore coverage computation (#32585)
Massimiliano Culpo
2
-1
/
+5
2022-09-09
GitRef Versions: Bug Fixes (#32437)
psakievich
4
-3
/
+47
2022-09-08
CMakePackage: allow custom CMAKE_PREFIX_PATH entries (#32547)
Peter Scheibel
3
-2
/
+17
2022-09-08
Skip test which fails randomly on Python 2.7 (#32569)
Peter Scheibel
1
-0
/
+3
2022-09-07
Make GHA tests parallel by using xdist (#32361)
Tom Scogland
14
-79
/
+114
2022-09-06
Fix spack locking on some NFS systems (#32426)
Seth R. Johnson
1
-2
/
+6
2022-09-06
Mark a test xfail on Python 2.7 (#32526)
Massimiliano Culpo
1
-0
/
+3
2022-09-02
Reorder workflow execution in GHA (#32183)
Tom Scogland
1
-1
/
+1
2022-09-02
Update bootstrap buildcache to v0.3 (#32262)
Harmen Stoppels
2
-15
/
+44
2022-09-01
Fix cause of checksum failures in public binary mirror (#32407)
Scott Wittenburg
2
-45
/
+113
2022-09-01
New command, `spack change`, to change existing env specs (#31995)
Peter Scheibel
7
-3
/
+263
2022-09-01
Port package sanity unit tests to audits (#32405)
Massimiliano Culpo
4
-310
/
+213
2022-08-31
ASP-based solver: allow to reuse installed externals (#31558)
Massimiliano Culpo
4
-31
/
+146
2022-08-30
Environments: Add support for include URLs (#29026)
Tamara Dahlgren
22
-221
/
+919
2022-08-26
Use threading.TIMEOUT_MAX when available (#32399)
Betsy McPhail
1
-1
/
+8
2022-08-26
Configuration: Allow requirements for virtual packages (#32369)
Massimiliano Culpo
4
-22
/
+149
2022-08-26
Update archspec to latest commit (#32368)
Massimiliano Culpo
3
-6
/
+105
2022-08-26
Improve error message for yaml config file (#32382)
Chris White
1
-1
/
+9
2022-08-25
Python: add new maintainer (#31755)
Adam J. Stewart
1
-1
/
+1
2022-08-25
ASP-based solver: prevent the use of hashes that are not available (#32354)
Massimiliano Culpo
1
-0
/
+5
2022-08-24
Allow default requirements in packages.yaml (#32260)
Massimiliano Culpo
3
-3
/
+81
2022-08-23
New package: py-griffe and new build backend: py-pdm-pep517 (#32335)
Ryan Marcellino
1
-2
/
+14
2022-08-23
`spack -e x config --scope=y add z` add to scope (#31746)
Harmen Stoppels
2
-1
/
+9
2022-08-23
meson: create unique names for build directory (#32062)
Simon Pintarelli
1
-1
/
+9
2022-08-23
spack ci: add support for running stand-alone tests (#27877)
Tamara Dahlgren
22
-445
/
+1669
2022-08-20
spack list: add --tag flag (#32016)
sparkyniner
2
-0
/
+21
2022-08-19
docs: add a note about an issue being solved on `develop` (#32261)
Harmen Stoppels
1
-1
/
+7
2022-08-19
Add messages to assertions in asp.py (#32237)
psakievich
1
-9
/
+40
2022-08-18
spack.util.package_hash: parametrize unit-tests (#32240)
Massimiliano Culpo
1
-68
/
+29
2022-08-18
Remove unused argument in test fixture (#32236)
Massimiliano Culpo
1
-1
/
+1
2022-08-18
spec: fix typo in Spec._finalize_concretization (#32210)
Massimiliano Culpo
1
-1
/
+1
2022-08-17
bugfix: use cmake version from dependency (#31739)
Tom Scogland
2
-7
/
+11
2022-08-17
Add c++14 support flag for xl compiler (#31826)
Peter Scheibel
1
-0
/
+8
2022-08-16
filesystem: in recursive mtime, check only files that exist (#32175)
Wouter Deconinck
1
-1
/
+1
2022-08-16
bugfix: silence `clingo` warning about `requirement_policy/3`
Todd Gamblin
1
-0
/
+1
2022-08-16
Configuration: allow users to enforce hard spec constraints (#27987)
Peter Scheibel
7
-75
/
+545
2022-08-15
CI/documentation: constrain pygments to avoid latest version (2.13.0) (#32163)
Peter Scheibel
1
-0
/
+1
2022-08-15
Check that no reserved names are overridden by package recipes (#32092)
Massimiliano Culpo
1
-0
/
+40
2022-08-12
rocm: add v5.2 for the entire stack (#31591)
renjithravindrankannath
1
-8
/
+0
2022-08-11
Fix performance regression with `spack mirror create --all` (#32005)
Massimiliano Culpo
6
-169
/
+401
2022-08-11
CachedCMakePackage: Port over logic from CMake build system for ldlibs and ld...
Chris White
1
-5
/
+26
2022-08-11
Don't set `LD_LIBRARY_PATH` by default on Linux (#28354)
Harmen Stoppels
4
-15
/
+26
[next]