summaryrefslogtreecommitdiff
path: root/lib/spack/spack/build_systems/cmake.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-11cmake: drop CMAKE_STATIC_LINKER_FLAGS (#40423)Victor Brunini1-3/+3
2023-09-05CMakePackage: remove -DBUILD_TESTING flag (#37967)Adam J. Stewart1-2/+0
2023-08-10Windows build systems: use ninja and enable tests (#33589)markus-ferrell1-1/+2
2023-07-12vtk-m: correct cuda_arch variant behavior (#38697)Vicente Bolea1-0/+38
2023-06-08CMake/Windows bugfix: Make CMAKE_INSTALL_PREFIX a posix path (#36842)John W. Parent1-2/+2
2023-05-04cmake build system: change default build type to `Release` (#36679)Massimiliano Culpo1-1/+5
2023-03-18cmake build system: make "generator" a variant (#35552)Massimiliano Culpo1-27/+56
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-4/+1
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-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-5/+1
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-2/+4
2022-10-27CachedCMakePackage: Add back initconfig as a defined phase (#33575)Chris White1-1/+1
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-146/+164
2022-09-28Windows: Support for Clingo and dependencies (#30690)John W. Parent1-2/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-80/+78
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-04-28Add BUILD_TESTING to standard CMake arguments (#30374)Frédéric Simonis1-0/+2
2022-03-29cmake: use CMAKE_INSTALL_RPATH_USE_LINK_PATH (#29703)Harmen Stoppels1-1/+1
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-1/+2
2022-03-17"spack commands --update-completion"John Parent1-1/+1
2022-03-17Expand external find for Windows (#27588)John Parent1-7/+16
2022-03-17Spack on Windows package portsJohn Parent1-20/+10
2022-03-17Packaging of netlib-lapack for windows (#24993)Jared Popelar1-0/+4
2022-03-17Features/windows install (#22204)Ben Cowan1-17/+21
2022-02-10Fix CMakePackage.define for libs/headers (#28838)Seth R. Johnson1-1/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-19define_from_variant: return an empty string for non-existing variants (#27503)Harmen Stoppels1-0/+7
2021-08-17cmake.py: Improve documentation (#25467)Erik Schnetter1-3/+3
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+4
2021-06-01Fix bug where cmake prefix path on the command line does not include transiti...Harmen Stoppels1-7/+2
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-1/+2
2020-11-18spack test (#15702)Greg Becker1-2/+9
2020-10-21CMakePackage: added 'ipo' variant (#18374)Omri Mor1-1/+17
2020-09-21typo (#18845)Greg Becker1-1/+1
2020-09-18do out of source builds in hashed directories (#18574)Greg Becker1-1/+2
2020-05-18move source dir to last cmake arg (#16709)Greg Becker1-2/+2
2020-03-16CMakePackage: convert variants to CMake arguments (#14376)Seth R. Johnson1-9/+105
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-07-31CMake: make ninja verbose as well (#12200)Christoph Junghans1-0/+1
2019-03-26Move CMakePackage build directory to base stage directory (#8431)Chris Green1-1/+1
2019-02-12Allow secondary generators when building with CMake. (#9324)Chris Green1-4/+33
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-09-04Enable testing in parallel when using CMake. (#8484)Chris Green1-2/+4
2018-06-04pybind11: test functionality (#8304)Axel Huebl1-0/+2
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin1-2/+2