summaryrefslogtreecommitdiff
path: root/lib/spack/spack/compilers/xl.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-7/+7
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-08-17Add c++14 support flag for xl compiler (#31826)Peter Scheibel1-0/+8
2022-08-12rocm: add v5.2 for the entire stack (#31591)renjithravindrankannath1-8/+0
2022-08-01Add c++14 support flag for xl compiler (#31826)Peter Scheibel1-0/+8
2022-07-31black: reformat entire repository with blackTodd Gamblin1-33/+26
2022-03-17Path handling (#28402)John W. Parent1-4/+6
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-08-19Compilers: use Compiler._real_version for flag version checks (#18179)Greg Becker1-5/+5
2020-05-29compilers: add opt_flags and debug_flags properties (#16710)Greg Becker1-0/+8
2020-05-28bugfix: use flags when computing implicit rpaths (#16634)Greg Becker1-2/+2
2020-04-17Language-specific PIC flags (#15474)Adam J. Stewart1-1/+13
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-08-24Add implicit rpaths to compiler detection (#7153)Ben Boeckel1-0/+4
2019-06-11Add extra logic for C std flags on PGI, XL, and Cray (#11635)Chuck Atkins1-2/+16
2019-06-05add C standard flags to compiler classes (#11618)Justin S1-0/+8
2019-04-02Added tests on compiler's version detection (#10931)Massimiliano Culpo1-52/+25
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-06-08compiler flags: add cxx98 standard support (#7601)Chris Green1-4/+6
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-1/+1
2018-04-26XL Fortran compiler >= 16.0 is synced with C compiler version (#7887)serbanmaerean1-0/+6
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-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+2
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-01-31Change default fflags for XL compiler to only "-qzerosize" (#2966)serbanmaerean1-7/+1
2017-01-25Add support for IBM threaded compilers: xl*_r (#2894)serbanmaerean1-5/+18
2016-11-24Adding pic_flag property to compilers (#2375)Andrey Prokopenko1-0/+4
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-25/+25
2016-05-18Partial merge of mainline developGregory Becker1-9/+14
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-9/+8
2016-05-05compilers: one more missing import statementDenis Davydov1-0/+1
2016-05-05compilers: add missing import statementsDenis Davydov1-0/+1
2016-05-05compilers: add openmp_flag() methodDenis Davydov1-0/+4
2016-03-22Merged newarch into mergeGregory Becker1-1/+3
2015-12-19Fix #254: libtool & distutils want certain compiler names.Todd Gamblin1-0/+6
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-10-05Protptype cray compiler detection and supportTodd Gamblin1-1/+3
2015-05-09Fix 'ç' in François's name.Todd Gamblin1-1/+1
2015-05-07Basic support for IBM XL compilersFrançois Bissey1-0/+97