summaryrefslogtreecommitdiff
path: root/lib/spack/env
AgeCommit message (Expand)AuthorFilesLines
2016-04-21remove use of unknown environment variable in lib/spack/env/cc (#821)Patrick Gartung1-1/+1
2016-04-05Correct typoErik Schnetter1-1/+1
2016-04-04Clean up comments and output messagesErik Schnetter1-7/+6
2016-04-04Convert `=` to `==` in tests; untabifyErik Schnetter1-18/+18
2016-04-04Clean up cc scriptErik Schnetter1-32/+33
2016-03-29Handle Darwin's ld -r option properlyTodd Gamblin1-8/+27
2016-03-28Add command to compiler input log.Todd Gamblin1-1/+1
2016-03-28Simplify cc: Remove old logic and add better tests.Todd Gamblin1-124/+14
2016-03-28Fix bug with lib64 RPATH setting in cc.Todd Gamblin1-2/+2
2016-03-17Import recent changesErik Schnetter1-120/+65
2016-03-17Merge branch 'develop' into correct-ccErik Schnetter4-8/+98
2016-03-10cc : handle spaces in folders?alalazo1-1/+1
2016-03-10cc : converted indents to spacesalalazo1-1/+1
2016-03-10Fixed shell quoting errorMassimiliano Culpo1-1/+1
2016-03-10Merge branch 'develop' of https://github.com/LLNL/spack into fixes/intel_openmpiMassimiliano Culpo4-20/+31
2016-03-07Fix bug in -Xlinker argument handlingTodd Gamblin1-7/+8
2016-03-06Merge branch 'eschnett/rpath-comma' of git://github.com/eschnett/spack into e...Todd Gamblin1-9/+20
2016-03-06Don't quote -rpath literalErik Schnetter1-3/+3
2016-03-03Modifications to get PGI workingAdam J. Stewart4-4/+3
2016-03-01Typo fixAdam J. Stewart1-1/+1
2016-02-24intel : polished codealalazo1-3/+0
2016-02-23Modified wrapper to have a different behavior when modeis vcheckMassimiliano Culpo1-3/+18
2016-02-14Shell quoting is difficultErik Schnetter1-1/+1
2016-02-14More quoting experimentsErik Schnetter1-4/+4
2016-02-13More games with quotingErik Schnetter1-6/+5
2016-02-13Using regexes instead of globbing to match path namesErik Schnetter1-12/+3
2016-02-13Add debug outputErik Schnetter1-0/+9
2016-02-13Handle -Wl,-rpath,... syntaxErik Schnetter1-0/+5
2016-02-13Handle multiple -Wl,-rpath,... pathsErik Schnetter1-8/+15
2016-02-12Remove source-code optimization and cleanupErik Schnetter1-62/+44
2016-02-12Merge branch 'develop' into correct-ccErik Schnetter2-2/+3
2016-01-19Add symlink for NAG Fortran CompilerAdam J. Stewart1-0/+1
2016-01-13Add NAG Fortran Compiler supportAdam J. Stewart1-2/+2
2015-12-22Correct quotingErik Schnetter1-5/+4
2015-12-21Merge branch 'develop' into correct-ccErik Schnetter17-7/+23
2015-12-21Simplify Spack cc scriptErik Schnetter1-153/+130
2015-12-19Fix #254: libtool & distutils want certain compiler names.Todd Gamblin17-7/+23
2015-12-17Correct Spack cc scriptErik Schnetter1-1/+33
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-05-07Basic support for IBM XL compilersFrançois Bissey1-4/+4
2015-03-27Only convert -L<path> to -Wl,-rpath,<path> in compiler scripts if <path> poin...Matthew LeGendre1-1/+1
2015-03-12Remove superfluous env scripts (avoid specifically named ones).Todd Gamblin4-4/+0
2014-11-08URL parsing improvementsTodd Gamblin1-2/+8
2014-11-03Fix for SPACK-11: Spack compiler wrapper is now in bash.Todd Gamblin1-140/+326
2014-08-10cc supports Python 2.6Todd Gamblin1-3/+3
2014-07-09Fix for SPACK-35: Fortran not working properlyTodd Gamblin5-1/+5
2014-06-22Compiler support now uses configuration files.Todd Gamblin1-4/+13
2014-06-22Initial ability to swap compilers.Todd Gamblin1-16/+31
2014-04-15bugfix for SPACK-20: add dependency bin directories to PATHTodd Gamblin1-12/+12
2014-03-15Merge branch 'spindle' into nextTodd Gamblin1-2/+9