summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/install.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-1/+1
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-2/+2
2023-08-07Extract prefix locks and failure markers from Database (#39024)Massimiliano Culpo1-2/+2
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-2/+2
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-12/+13
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-2/+3
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Show time per phase (#33874)Harmen Stoppels1-1/+1
2022-11-15Fix incorrect timer (#33900)Harmen Stoppels1-6/+2
2022-11-04demote warning for no source id to debug message (#33657)Greg Becker1-2/+4
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-19/+19
2022-09-13Windows rpath support (#31930)John W. Parent1-5/+5
2022-07-31black: reformat entire repository with blackTodd Gamblin1-149/+124
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-65/+66
2022-06-17Spec: Add a new virtual-customizable `home` attribute (#30917)Chuck Atkins1-0/+44
2022-06-07Fix empty install prefix post-install sanity check (#30983)Jordan Galby1-2/+14
2022-06-06Package: Don't warn for missing source on bundle packages without code (#30913)Chuck Atkins1-0/+18
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-4/+4
2022-04-22Move "installed" and "installed_upstream" from PackageBase to Spec (#30191)Massimiliano Culpo1-5/+5
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-47/+2
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+45
2022-03-17Create rename utility functionBetsy McPhail1-4/+4
2022-03-04Fix importing Spack packages as Python modules (#29221)Massimiliano Culpo1-35/+30
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-11Only install env modifications in <prefix>/.spack (#24081)Harmen Stoppels1-0/+1
2021-08-27Fix: --overwrite backs up old install dir, but it gets destroyed anyways (#25...Harmen Stoppels1-0/+25
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+9
2021-06-29Fix prefix-collision detection for projections (#24049)Harmen Stoppels1-4/+21
2021-06-22adding save of build times on install (#24350)Vanessasaurus1-0/+27
2021-02-18Testing: use spack.store.use_store everywhere (#21656)Massimiliano Culpo1-48/+48
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-17Support parallel environment builds (#18131)Tamara Dahlgren1-1/+1
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel1-43/+41
2020-10-15Environments: specify packages for developer builds (#15256)Greg Becker1-6/+0
2020-07-23Reduce output verbosity with debug levels (#17546)Tamara Dahlgren1-4/+3
2020-03-12testing: increase installer coverage (#15237)Tamara Dahlgren1-15/+54
2020-02-24modules: store configure args during build (#11084)Michael Kuhn1-1/+7
2020-02-19Distributed builds (#13100)Tamara Dahlgren1-3/+21
2020-01-28bugfix: correct exception message matching in tests (#14655)Tamara Dahlgren1-5/+5
2020-01-02refactor: cleanup imports in spec.pyTodd Gamblin1-1/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-30tests: refactor tests to avoid persistent global stateTodd Gamblin1-3/+3
2019-10-25`mirror create --all` can mirror everything (#12940)Peter Scheibel1-3/+3
2019-10-24bugfix: allow fetching no-code packages (#13429)Todd Gamblin1-6/+6
2019-08-22Spack BundlePackage: a group of other packages (#11981)Tamara Dahlgren1-1/+34
2019-08-06tests: explain and test dependency flattening routines (#11993)Tamara Dahlgren1-0/+35
2019-07-24tests: Test install of unconcretized spec (#12099)Tamara Dahlgren1-0/+17
2019-07-17tests: uninstall_by_spec error and rpath_args tests (#11971)Tamara Dahlgren1-0/+16