summaryrefslogtreecommitdiff
path: root/lib/spack/env
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-06-18cc: Ensure that user-specified flags take precedence over others (#37376)Andrey Parfenov1-184/+234
2023-05-05cc: deal with -Wl,-rpath= without value, deal with NAG (#37215)Harmen Stoppels1-5/+14
2023-03-31compiler wrapper: fix -Xlinker parsing (#35929)Harmen Stoppels1-35/+76
2023-03-08compiler wrapper: parse Wl and Xlinker properly (#35912)Harmen Stoppels1-48/+45
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-23Control Werror by converting to Wno-error (#30882)Tom Scogland1-0/+41
2022-11-04Cray support: use linux platform for newer craype versions (#29392)Greg Becker4-4/+7
2022-05-26Revert "strip -Werror: all specific or none (#30284)" (#30878)Scott Wittenburg1-25/+1
2022-05-24strip -Werror: all specific or none (#30284)Tom Scogland1-1/+25
2022-05-18Compiler wrapper: fix globbing and debug out.log bell chars (#30699)Harmen Stoppels1-2/+4
2022-03-17Adding basic Windows features (#21259)Ben Cowan1-1/+1
2022-03-03rocmcc compiler: initial commit based on aocc and clang (#28575)Greg Becker4-4/+7
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-02Support packages which need to explicitly refer to dpcpp by name (#27168)Peter Scheibel2-1/+2
2021-10-04cc: make error messages more clearTodd Gamblin1-6/+7
2021-10-04cc: convert compiler wrapper to posix shellTodd Gamblin1-212/+351
2021-09-16cc: Use parameter expansion instead of basename (#24509)Michael Kuhn1-1/+1
2021-09-08lib/spack/env/cc: tolerate trailing / in elements of $PATH (#25733)bernhardkaindl1-1/+4
2021-08-27Add ld.gold and ld.lld compiler wrapper (#25626)Jordan Galby3-1/+3
2021-07-09debug: initial global debug flag support (#24285)Vanessasaurus1-0/+42
2021-05-13cc: change mode to ccld for loopopt edit (#23482)Frank Willmore1-3/+5
2021-04-01bugfix: compiler wrappers should handle extra spaces between arguments (#22725)Elizabeth Fischer1-1/+9
2021-03-31hotfix: make ifx work with autoconf <= 2.69 in Spack (#22683)Todd Gamblin1-0/+8
2021-03-18Tab to spaces (#22362)Harmen Stoppels1-2/+2
2021-03-17Fix indentation compiler wrapper issue (#22352)Harmen Stoppels1-1/+1
2021-02-10Fix: Add a space between -isystem and the directory (#21599)Scott McMillan1-3/+3
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-07Compiler wrapper linting (#20249)Harmen Stoppels1-4/+4
2020-12-04Also allow --rpath as rpath linker flags (#18473)Harmen Stoppels1-2/+8
2020-11-17Support parallel environment builds (#18131)Tamara Dahlgren1-1/+1
2020-10-29Oneapi add compiler (#19330)Frank Willmore4-3/+6
2020-10-20Adding AOCC compiler to SPACK community (#19345)GaneshPrasadMA4-1/+4
2020-10-16New compiler: nvhpc (NVIDIA HPC SDK) (#19294)Scott McMillan4-3/+6
2020-04-21compiler wrappers: don't override -isystem with -I (#16077)Andrew W Elble1-14/+34
2020-03-03Fix FCFLAGS handling for Autotools packages (#14788)Sergey Kosukhin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-23Users can configure use of RPATH or RUNPATH (#9168)Massimiliano Culpo1-1/+33
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo1-1/+1
2019-09-20targets: first pass at target detection for linuxGregory Becker1-1/+3
2019-08-24Add implicit rpaths to compiler detection (#7153)Ben Boeckel1-0/+6
2019-05-21Add Fujitsu compiler to Spack. (#11287)t-karatsu4-4/+7
2019-05-04Binary caches on MacOS - allow expanded RPATHs (#11345)Patrick Gartung1-0/+11
2019-04-17Add ftn to lib/spack/env (#11180)Satish Balay1-0/+1
2019-04-09Typo: Unkown -> Unknown (#11150)George Hartzell1-1/+1
2019-02-26Use Package.headers for -I options (#10623)Massimiliano Culpo1-4/+4
2019-02-14Removed pkg.headers.directories from the include list (#10604)Massimiliano Culpo1-9/+7
2019-02-13Dynamic library/include paths (#8136)Peter Scheibel1-47/+22
2019-01-12cc: clean up cray compilers, fix issues with case-insensitive filesystems (#1...Adam J. Stewart7-4/+1
2019-01-08Armcompiler (#9840)Srinath Vadlamani4-3/+6