summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock
AgeCommit message (Expand)AuthorFilesLines
2023-07-19modules: use curly braces to enclose value in Tcl modulefile (#38375)Xavier Delaruelle1-0/+19
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-07-12vtk-m: correct cuda_arch variant behavior (#38697)Vicente Bolea1-0/+37
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart2-2/+2
2023-06-26Add raw attribute to env.set command (#38465)Xavier Delaruelle1-0/+16
2023-06-13modules: append trailing delimiter to MANPATH when set (#36678)Xavier Delaruelle3-0/+49
2023-05-17spack test: fix stand-alone test suite status reporting (#37602)Tamara Dahlgren1-3/+11
2023-05-16Requirements and preferences should not define (non-git) versions (#37687)Peter Scheibel1-0/+1
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren8-15/+71
2023-05-08Add a "requires" directive, extend functionality of package requirements (#36...Massimiliano Culpo2-0/+36
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels12-25/+25
2023-05-02GitHub Actions: do not install six in CI (#37361)Massimiliano Culpo2-4/+2
2023-04-19make version(...) kwargs explicit (#36998)Harmen Stoppels197-334/+338
2023-03-24modules: add support for append_flags/remove_flags (#36402)Xavier Delaruelle1-0/+3
2023-03-19Fix case spelling for Lmod and Tcl (#36215)Xavier Delaruelle1-1/+1
2023-03-18cmake build system: make "generator" a variant (#35552)Massimiliano Culpo1-0/+15
2023-03-18Fix wrong computation of concrete specs due to a bug in intersects (#36194)Massimiliano Culpo1-0/+2
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-0/+18
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-3/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart5-14/+4
2023-02-16spack uninstall: follow run/link edges on --dependents (#34058)Harmen Stoppels4-0/+67
2023-02-01Use the `maintainers` directive in all packages (#35201)Massimiliano Culpo2-2/+2
2023-01-27Add a `maintainers` directive (#35083)Massimiliano Culpo3-3/+19
2023-01-20Windows/testing: enable tests for "spack find" (#33588)markus-ferrell2-6/+4
2023-01-20Identify Windows support with tags (#35027)John W. Parent1-0/+1
2023-01-18license year bump (#34921)Harmen Stoppels268-268/+268
2022-12-09Windows: reenable unit tests (#33385)John W. Parent1-3/+11
2022-12-01conditional variant values: allow boolean (#33939)Greg Becker1-0/+7
2022-11-15Fix incorrect timer (#33900)Harmen Stoppels1-5/+0
2022-11-14Speed up traverse unit tests (#33840)Harmen Stoppels4-129/+0
2022-11-07intel oneapi classic bootstrapping (#31285)Greg Becker1-0/+28
2022-11-08Fix missing "*.spack*" files in views (#30980)Jordan Galby1-0/+46
2022-11-05Fix relocation to avoid overwriting merged constant strings (#32253)Tom Scogland2-2/+12
2022-11-02flags/variants: Add ++/~~/== syntax for propagation to dependenciesKayla Butler2-0/+9
2022-11-01Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406)Harmen Stoppels4-0/+129
2022-11-01Unit tests: make unit tests work for aarch64 machines (#33625)Greg Becker3-0/+7
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo16-50/+105
2022-10-24Add filename to text_to_relocate only if it needs to be relocated (#31074)iarspider1-0/+27
2022-10-04BuildEnvironment: accumulate module changes to poke to all relevant modules (...Greg Becker1-0/+11
2022-09-13Windows rpath support (#31930)John W. Parent1-6/+6
2022-09-08CMakePackage: allow custom CMAKE_PREFIX_PATH entries (#32547)Peter Scheibel2-0/+37
2022-09-01Port package sanity unit tests to audits (#32405)Massimiliano Culpo2-8/+9
2022-08-17bugfix: use cmake version from dependency (#31739)Tom Scogland2-0/+5
2022-08-04Git Ref versions can be paired to defined versions in the spec (#30998)psakievich2-0/+34
2022-07-31black: reformat entire repository with blackTodd Gamblin256-1528/+1811
2022-07-31black: fix style check package and flake8 formatting for blackTodd Gamblin2-41/+52
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-1/+1
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-2/+12
2022-06-17Spec: Add a new virtual-customizable `home` attribute (#30917)Chuck Atkins2-0/+81
2022-06-16concretize.lp: impose a lower bound on the number of version facts if a solut...Massimiliano Culpo1-0/+16