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-02-16
refactor: convert spack.solver.asp.solve() to a class
Todd Gamblin
4
-46
/
+95
2022-02-16
Add 'stable' to the list of infinity version names. (#28772)
Mark W. Krentel
2
-2
/
+3
2022-02-16
find_libraries: search for both .so and .dylib on macOS (#28924)
Adam J. Stewart
1
-4
/
+10
2022-02-15
intel compiler: fix link time error with `LLVMgold.so` (#28731)
Stephen Sachs
1
-0
/
+38
2022-02-15
Make `spack -e [env] spec` show environment root specs (#25941)
Harmen Stoppels
2
-19
/
+47
2022-02-15
Unalias despacktivate only when alias exists (#28939)
Harmen Stoppels
1
-1
/
+1
2022-02-15
darwin: make sure MACOSX_DEPLOYMENT_TARGET has a minor component (#28926)
Seth R. Johnson
1
-1
/
+10
2022-02-11
move typing_extensions.py back into typing.py =\ (#28549)
Danny McClanahan
3
-29
/
+26
2022-02-10
macOS: always set `MACOSX_DEPLOYMENT_TARGET` (#28797)
Seth R. Johnson
5
-6
/
+75
2022-02-10
ASP-based solver: reduce input facts and add heuristic (#28848)
Massimiliano Culpo
2
-44
/
+49
2022-02-10
Fix CMakePackage.define for libs/headers (#28838)
Seth R. Johnson
2
-1
/
+7
2022-02-10
spack audit: fix spurious failures for target/platform conflicts (#28860)
Greg Becker
2
-5
/
+15
2022-02-09
Tests: move has_test_method to spack.package (#28813)
Tamara Dahlgren
4
-22
/
+20
2022-02-09
Detecting "Cray" as "linux" during bootstrap (#28726)
Massimiliano Culpo
3
-34
/
+47
2022-02-07
intel-mkl: BLACS with intel-oneapi-mpi (#28476)
Stephen Sachs
1
-0
/
+1
2022-02-07
Support config variables in config.yaml extensions paths (#17772)
Jordan Galby
4
-10
/
+32
2022-02-04
database: fix reindex with uninstalled deps (#28764)
Harmen Stoppels
4
-42
/
+94
2022-02-04
Use Spec.constrain to construct spec lists for stacks (#28783)
Massimiliano Culpo
4
-40
/
+62
2022-02-02
Add a "sticky" property to variants (#28630)
Massimiliano Culpo
8
-101
/
+176
2022-02-01
TermStatusLine: fix python 2.7 and add test (#28715)
Harmen Stoppels
2
-1
/
+12
2022-01-28
macholib, altgraph: update vendored dependency (#28664)
Massimiliano Culpo
25
-1253
/
+1345
2022-01-26
Ensure "spack unit-test" can bootstrap clingo (#28572)
Massimiliano Culpo
2
-1
/
+8
2022-01-26
Print 'Waiting for another process to install x, y, z' in distributed builds ...
Harmen Stoppels
1
-0
/
+53
2022-01-24
Resource stage: no space before colon (#28560)
Adam J. Stewart
1
-2
/
+2
2022-01-23
Fix spack -C command_line_scope with other flags (#28418)
Jordan Galby
1
-3
/
+3
2022-01-21
introduce `llnl.util.compat` to remove sys.version_info checks (#21720)
Danny McClanahan
31
-246
/
+247
2022-01-21
CUDA: add v11.6.0 (#28439)
Bram Veenboer
1
-4
/
+3
2022-01-21
add six.raise_from() to preserve exception traceback (#28532)
Danny McClanahan
10
-22
/
+213
2022-01-19
SIPPackage: fix build system (#28447)
Adam J. Stewart
1
-6
/
+2
2022-01-19
spack compiler info exit 1 when no compilers are found (#28493)
Logan Harbour
1
-1
/
+1
2022-01-18
Switch lmod default all:autoload from none to direct (#28357)
Harmen Stoppels
34
-40
/
+70
2022-01-17
is_system_path: return False if path is None (#28403)
Tamara Dahlgren
2
-1
/
+3
2022-01-14
Update copyright year to 2022
Todd Gamblin
542
-546
/
+546
2022-01-14
`spack license update-copyright-year` now updates the `LICENSE-MIT` file
Todd Gamblin
2
-10
/
+36
2022-01-14
PythonPackage: install packages with pip (#27798)
Adam J. Stewart
6
-719
/
+391
2022-01-13
Python: improve site_packages_dir handling (#28346)
Adam J. Stewart
3
-33
/
+27
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
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
2022-01-12
commands: add `spack pkg source` and `spack pkg hash`
Todd Gamblin
3
-7
/
+128
2022-01-12
package_hash: switch to using canonical source instead of AST repr
Todd Gamblin
4
-108
/
+120
2022-01-12
unparser: Don't omit parenthesis when unparsing a slice
Todd Gamblin
1
-14
/
+39
2022-01-12
unparser: Don't put unnecessary parentheses on class declarations
Todd Gamblin
1
-1
/
+1
2022-01-12
package_hash: add test to ensure that every package in Spack can be unparsed
Todd Gamblin
2
-6
/
+26
2022-01-12
package_hash: add test to ensure consistency across Python versions
Todd Gamblin
7
-0
/
+2486
[prev]
[next]