summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-09-05reindex: ensure database is empty before reindex (#46199)Harmen Stoppels1-5/+18
2024-09-05Pass Database layout in constructor (#46219)Harmen Stoppels12-117/+96
2024-09-05Remove `test_external_package_module` (#46218)Massimiliano Culpo1-14/+0
2024-09-05spack deprecate: deprecate --link-type flag (#46202)Harmen Stoppels1-10/+5
2024-09-03solver: minor cleanup and optimization (#46176)Massimiliano Culpo2-15/+4
2024-09-03database: remove a few class properties (#46175)Harmen Stoppels4-56/+51
2024-09-02db: type hints (#46168)Harmen Stoppels2-69/+73
2024-09-02projections: simplify expression (#46167)Harmen Stoppels1-6/+1
2024-09-02remove dead code: fs.is_writable_dir was used on file (#46166)Harmen Stoppels1-24/+2
2024-09-02package_base: sort deprecated versions later in `preferred_version` (#46025)Wouter Deconinck3-8/+7
2024-09-02cuda: add v12.6.1 (#46143)pauleonix1-1/+2
2024-09-02docs: update conditional definition arch (#46139)Georgia Stuart1-1/+1
2024-09-01Remove redundant inspect.getmodule(self) idiom in packages (#46073)Harmen Stoppels22-97/+62
2024-08-30Remove `DetectedPackage` class (#46071)Massimiliano Culpo9-95/+55
2024-08-29CMakePackage: Set policy CMP0042 NEW on macos (#46114)Chris Marsh1-0/+5
2024-08-29windows_establish_runtime_linkage: post install hook (#46103)Harmen Stoppels2-2/+0
2024-08-29Executable: make the timeout message readable (#46098)Tamara Dahlgren1-3/+3
2024-08-29Remove "get_compiler_duplicates" (#46077)Massimiliano Culpo2-37/+0
2024-08-28Don't check checksums on spack-develop packages (#46076)Jordan Galby1-0/+1
2024-08-28For "when:" and install_environment.json: Support fully qualified hostname (#...Jordan Galby2-2/+4
2024-08-28buildcache.py: elide string not spec (#46074)Harmen Stoppels2-7/+6
2024-08-28Drop now redundant use of inspect (#46057)Harmen Stoppels8-14/+9
2024-08-28Spec.from_detection now accounts for external prefix (#46063)Massimiliano Culpo6-69/+38
2024-08-28Remove llnl.util.lang.has_method, use built-in hasattr instead (#46072)Massimiliano Culpo1-14/+4
2024-08-27spack_yaml: delete custom deepcopy (#46048)Harmen Stoppels1-15/+0
2024-08-27Remove "prevent_cray_detection" context manager (#46060)Massimiliano Culpo3-18/+2
2024-08-27config.py: tell don't ask (#46040)Harmen Stoppels1-20/+13
2024-08-27Remove a few unused classes and globals (#46054)Massimiliano Culpo1-68/+0
2024-08-27Move `spack.compilers._to_dict` to `Compiler` (#46051)Massimiliano Culpo2-30/+35
2024-08-27abi.py: remove (#46047)Harmen Stoppels3-198/+0
2024-08-26jsonschema: remove optional deps (#46041)Harmen Stoppels2-173/+188
2024-08-26distro.py: avoid excessive stat calls (#46030)Harmen Stoppels2-11/+58
2024-08-26cuda: add v12.6 (#45558)pauleonix1-2/+2
2024-08-26`ci generate`: don't warn when no cdash config (#46004)Todd Gamblin1-1/+2
2024-08-26compilers: avoid redundant fs operations and cache (#46031)Harmen Stoppels2-13/+17
2024-08-24variant.py: extract spec bits into spec.py (#45941)Harmen Stoppels5-166/+156
2024-08-24PythonExtension: use different bin dir on Windows (#45427)John W. Parent1-1/+7
2024-08-24mirror: fetch by digest (#45809)Harmen Stoppels8-182/+173
2024-08-23Substitute `__import__` with `importlib.import_module` (#45965)Massimiliano Culpo8-49/+15
2024-08-23spack create: add depends_on(<lang>) statements (#45296)Harmen Stoppels4-106/+236
2024-08-23Add missing MultiMethodMeta metaclass in builders (#45879)Harmen Stoppels10-280/+277
2024-08-22Add a new audit to find missing package.py files (#45868)Massimiliano Culpo1-1/+28
2024-08-22Windows: port tests for mirror/blame (#45259)Nicole C.2-8/+6
2024-08-22Make spack compiler find use external find (#45784)Massimiliano Culpo16-1107/+336
2024-08-21Windows: Port icu4c; define cxx std flags for MSVC (#45547)John W. Parent1-0/+24
2024-08-20spack bootstrap status --dev: function call for new interface (#45822)Greg Becker1-1/+1
2024-08-20Increase min version for sparse_checkout (#45818)psakievich2-2/+4
2024-08-20Unify url and oci buildcache push code paths (#45776)Harmen Stoppels10-142/+206
2024-08-19build_environment: explicitly disable ccache if disabled (#45275)Harmen Stoppels1-1/+4
2024-08-19Simplify URLFetchStrategy (#45741)Harmen Stoppels10-233/+93