summaryrefslogtreecommitdiff
path: root/lib/spack/env
AgeCommit message (Expand)AuthorFilesLines
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
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-22/+4
2018-09-05Extended set of environment modification commands. (#8996)Sergey Kosukhin1-12/+0
2018-08-09bugfix: cc handles spaces in flag variables properlyTodd Gamblin1-2/+12
2018-08-08cc: refactor flag adding so that it's not in reverse orderTodd Gamblin1-22/+49
2018-08-08cc: restore ccache support in the wrapper, add a regression testTodd Gamblin1-2/+13
2018-08-08cc: run shellcheck linter on the cc compiler script, minor cleanupTodd Gamblin1-11/+13
2018-08-08cc: don't use sed to filter system directoriesTodd Gamblin1-42/+57
2018-08-08bugfix: cc should not add -L or -Wl,-rpath in compile-only modeTodd Gamblin1-80/+108
2018-08-08Restore cc: package search paths come before dependency paths (#4692)Gregory Becker1-60/+147
2018-08-04revert cd9691de5 (#4692) while we work on a fix.Todd Gamblin1-147/+60
2018-08-01cc: package search paths come before dependency paths (#4692)becker331-60/+147
2018-07-09Add ccache support (#3761)Christoph Junghans1-1/+9
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-11-01update filename used for cc wrapper invocation debug log (#5837)scheibelp1-2/+3
2017-10-10compilers/clang: add flang (#5503)Christoph Junghans2-2/+3
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-25Link extra_rpaths from compilers.yaml at build time (#5211)scheibelp1-0/+2
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-30disable rpaths on Darwin when arg=-r mode=ccld (#3930)Denis Davydov1-1/+1
2017-04-30Updated cc wrapper: switch from ld to vcheck if version is requested. (#2501)Sergey Kosukhin1-1/+1
2017-03-11Correct inconsistency in comment (#3414)Erik Schnetter1-1/+1
2017-01-25Add support for IBM threaded compilers: xl*_r (#2894)serbanmaerean5-4/+8
2016-11-09Allow compiler wrapper to modify environment (#2275)scheibelp1-0/+22
2016-11-02Add support for gfortran to be used with clang (#2192)Barry Smith1-0/+1
2016-10-21Don't clear LD_LIBRARY_PATH and friends from compiler wrappers (#2074)Matthew LeGendre1-7/+0
2016-10-07Check for `-r` in ccld mode too (#1972)Isuru Fernando1-2/+2
2016-10-04Rework build environment and cc to use smaller RPATHs. (#1894)Todd Gamblin1-8/+24
2016-07-21Bug fix for cray_xc platformGregory Becker3-0/+3
2016-07-18Let packages call use_cray_compilers() in install to get , etc set to cray namesGregory Becker4-2/+5
2016-06-18Merge pull request #1032 from eschnett/eschnett/cc-quotesTodd Gamblin1-2/+2
2016-06-08Add quotes around file nameErik Schnetter1-2/+2
2016-05-18Finished merge on these filesGregory Becker1-22/+22