summaryrefslogtreecommitdiff
path: root/lib/spack/spack/build_systems/cached_cmake.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-08Add logic to cache the RPATH variables in CachedCMakePackages. (#41417)Brian Van Essen1-0/+17
2023-11-09DiHydrogen, Hydrogen, and Aluminum CachedCMakePackage (#39714)Brian Van Essen1-1/+15
2023-08-01remove CMAKE_GENERATOR from the host-config because it cannot be overwritten ...Chris White1-11/+0
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-1/+1
2023-06-26CachedCMakePackage: set build type (#38502)Brian Van Essen1-0/+1
2023-06-06CachedCMakePackage: fix bug where CMAKE_CUDA_ARCHITECTURES=none is set (#38169)Mikael Simberg1-2/+2
2023-05-31CachedCMakePackage: add CUDA/HIP options and improve independent builds (#37592)Brian Van Essen1-9/+83
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-1/+0
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin1-5/+5
2022-11-09always use the cxx compiler as a host compiler (#33771)Chris White1-7/+1
2022-10-27CachedCMakePackage: Add back initconfig as a defined phase (#33575)Chris White1-2/+5
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-34/+56
2022-08-11CachedCMakePackage: Port over logic from CMake build system for ldlibs and ld...Chris White1-5/+26
2022-07-31black: reformat entire repository with blackTodd Gamblin1-66/+53
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-05-23Documentation and new method for `CachedCMakePackage` build system (#22706)Greg Becker1-0/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-09Remove unnecessary compiler id override for XL (#24799)Chris White1-15/+0
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+1
2021-04-20check for package in spec not variant (#23157)Chris White1-3/+3
2021-04-01add CachedCMakePackage for using CMake initial config filesGreg Becker1-0/+249
2021-04-01Revert "CachedCMakePackage for using *.cmake initial config files (#19316)""Todd Gamblin1-249/+0
2021-03-31CachedCMakePackage for using *.cmake initial config files (#19316)"Greg Becker1-0/+249
2021-03-31Revert "CachedCMakePackage for using *.cmake initial config files (#19316)"Chris White1-249/+0
2021-03-31CachedCMakePackage for using *.cmake initial config files (#19316)Greg Becker1-0/+249