summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-30hack: drop glibc and musl in old concretizer (#43914)Harmen Stoppels1-1/+9
2024-04-29compiler.py: fix early return (#43898)Harmen Stoppels2-7/+18
2024-04-29Run audits on windowsGregory Becker2-5/+5
2024-04-29Fix concretization when installing missing compilers (#43876)Massimiliano Culpo2-2/+29
2024-04-27gcc: generate spec file and fix external libc default paths after install fro...Harmen Stoppels6-32/+103
2024-04-26containers: Add Fedora 40, 39 (#43847)Jonathon Anderson2-2/+30
2024-04-26ASP-based solver: update os compatibility for macOS (#43862)Massimiliano Culpo1-0/+2
2024-04-26[intel-oneap-*] no redistribution (#43826)Robert Cohn1-2/+2
2024-04-26spack audit externals: allow selecting platforms and checking extra attribute...Massimiliano Culpo3-2/+95
2024-04-26ldflags=* are compiler flags, not linker flags (#43820)Harmen Stoppels2-6/+8
2024-04-25build_environment.py: expand SPACK_MANAGED_DIRS with realpath (#43844)Harmen Stoppels2-16/+19
2024-04-24clang.py: detect flang-new (#43815)Harmen Stoppels1-4/+5
2024-04-24Add new `redistribute()` directive (#20185)Peter Scheibel9-62/+302
2024-04-24Revert "Windows: add win-sdk/wgl externals during bootstrapping (#43459)" (#4...John W. Parent2-40/+0
2024-04-24libc: from current python process (#43787)Harmen Stoppels6-139/+193
2024-04-23Refactor to improve `spec format` speed (#43712)Todd Gamblin12-274/+230
2024-04-23concretizer: update `reuse:` default to True (#41302)Greg Becker4-7/+15
2024-04-23Remove import distro from packages and docs (#43772)Harmen Stoppels2-19/+13
2024-04-23Do not detect a compiler without a C compiler (#43778)Massimiliano Culpo2-2/+52
2024-04-22repo.py: drop deleted packages from provider cache (#43779)Harmen Stoppels1-6/+10
2024-04-22Adjust severity of irreversible operations (#43721)Kyle Knoepfel1-2/+2
2024-04-22compiler.py: reduce verbosity of implicit link dirs parsing (#43777)Harmen Stoppels1-6/+2
2024-04-22view: dont warn about externals (#43771)Harmen Stoppels1-3/+0
2024-04-22bootstrap: no need to add dummy compilers (#43775)Harmen Stoppels1-28/+7
2024-04-22Add libc dependency to compiled packages and runtime depsMassimiliano Culpo5-44/+160
2024-04-22Compiler.default_libcHarmen Stoppels6-109/+196
2024-04-22database.py: stream of json objects forward compat (#43598)Harmen Stoppels2-16/+43
2024-04-22Fix a bug preventing to set platform= on externals (#43758)Massimiliano Culpo3-7/+20
2024-04-20ci.py: visit all edges (#43761)Massimiliano Culpo1-1/+1
2024-04-20compiler wrapper: prioritize spack store paths in -L, -I, -rpath (#43593)Harmen Stoppels5-102/+286
2024-04-20ci.py: simplify, and dont warn excessively about externals (#43759)Harmen Stoppels2-140/+40
2024-04-19environment.py: fix excessive re-reads (#43746)Harmen Stoppels3-28/+33
2024-04-19ruamel yaml: fix quadratic complexity bug (#43745)Harmen Stoppels2-1/+14
2024-04-18Windows: Update MSVC + oneAPI detection and integration (#43646)John W. Parent2-44/+58
2024-04-18Windows: add win-sdk/wgl externals during bootstrapping (#43459)John W. Parent2-0/+40
2024-04-18Twitter->X: Reflect the name (only) change (#43690)Tamara Dahlgren1-2/+2
2024-04-18Make sure variable is None if exception is raised. (#43707)Kyle Knoepfel1-0/+1
2024-04-18Associate condition sets from cli to root node (#43710)Massimiliano Culpo2-3/+42
2024-04-18asp.py: do not copyHarmen Stoppels1-21/+38
2024-04-18spec.py: early return in __str__Harmen Stoppels1-0/+5
2024-04-17Improve `spack find` output in environments (#42334)Todd Gamblin2-38/+64
2024-04-16Windows filesystem utilities (bugfix): improve SFN usage (#43645)John W. Parent2-3/+41
2024-04-16concretize.lp: fix issue with reuse of conditional variants (#43676)Harmen Stoppels2-6/+18
2024-04-15tests: Spec tests shouldn't fetch remote git repositories. (#43656)Todd Gamblin3-24/+46
2024-04-15build(deps): bump python-levenshtein in /lib/spack/docs (#43543)dependabot[bot]1-1/+1
2024-04-15Build systems: fix docstrings (#43618)Adam J. Stewart2-2/+2
2024-04-15build(deps): bump black from 24.3.0 to 24.4.0 in /lib/spack/docs (#43642)dependabot[bot]1-1/+1
2024-04-12remove hardcoded hipcc (#43644)Chris White1-5/+0
2024-04-12solver: add an integrity constraint for virtual nodes (#43582)Massimiliano Culpo1-0/+6
2024-04-11Allow packages to be pushed to build cache after install from source (#42423)Radim JanalĂ­k7-16/+159