summaryrefslogtreecommitdiff
path: root/lib/spack/spack/platforms/darwin.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-8/+8
2022-07-30MACOSX_DEPLOYMENT_TARGET: MAJOR.MINOR (#31811)Adam J. Stewart1-1/+2
2022-02-17darwin: robust macos version detection (#28991)Seth R. Johnson1-2/+2
2022-02-15darwin: make sure MACOSX_DEPLOYMENT_TARGET has a minor component (#28926)Seth R. Johnson1-1/+10
2022-02-10macOS: always set `MACOSX_DEPLOYMENT_TARGET` (#28797)Seth R. Johnson1-0/+22
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-09-13Avoid hidden circular dependencies in spack.architecture (#25873)Massimiliano Culpo1-2/+4
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-10-30Make archspec a vendored dependency (#19600)Massimiliano Culpo1-3/+5
2020-08-17Binary Distribution: Relocate RPATH on Cray (#18110)eugeneswalker1-0/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo1-25/+5
2019-09-20targets: first pass at target detection for linuxGregory Becker1-4/+29
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-07-19style: make core comply with pep8-namingTodd Gamblin1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2016-12-27Ensure that every file in Spack has a license (#2659)Adam J. Stewart1-0/+24
2016-10-11Use python platform.system for system ID (#1499)Mario Melara1-4/+2
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-1/+2
2016-06-16rename Mac OS X to macosTodd Gamblin1-3/+3
2016-06-16Added str method to mac_osx so that whenever we try to access darwins differe...Mario Melara1-4/+4
2016-04-08Assigned self.front_os, and back_os to self.default. Helps with testing. If w...Mario Melara1-0/+4
2016-03-02Got rid of the compiler strategy from targetMario Melara1-1/+1
2016-02-25Changed import path to operating_systemsMario Melara1-1/+1
2016-02-24Changed to appropriate class names for operating systemMario Melara1-2/+2
2016-02-22import MacOSX subclass and added add_operating_system method to use subclassMario Melara1-1/+4
2016-02-10Added add_os method to platform subclassesMario Melara1-0/+1
2016-01-07Cleaned up naming conventions for architecture, split into platform and targetGregory Becker1-0/+18