summaryrefslogtreecommitdiff
path: root/lib/spack/spack/compilers/intel.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-21Add cxx17_flag to intel.py (#41207)Alex Richert1-0/+8
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-8/+8
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-45/+35
2022-03-17Path handling (#28402)John W. Parent1-4/+5
2022-03-17Packaging of netlib-lapack for windows (#24993)Jared Popelar1-2/+11
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-7/+7
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-09-17implicit rpaths filtering (#12789)Peter Scheibel1-0/+2
2019-08-24Add implicit rpaths to compiler detection (#7153)Ben Boeckel1-0/+4
2019-06-05add C standard flags to compiler classes (#11618)Justin S1-0/+20
2019-04-02Added tests on compiler's version detection (#10931)Massimiliano Culpo1-18/+4
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-5/+11
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-28Fix gfortran 7 detection (#7017)Adam J. Stewart1-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
2016-12-13Better cxx11/14/17 flags for GNU/Clang/Intel (#2539)Ben Morgan1-0/+10
2016-11-24Adding pic_flag property to compilers (#2375)Andrey Prokopenko1-0/+4
2016-09-03added package : pexsi (#1550)Massimiliano Culpo1-0/+4
2016-08-30Fix docstrings for core Spack libraries, fixes #1612Adam J. Stewart1-6/+6
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-5/+5
2016-05-18Partial merge of mainline developGregory Becker1-10/+17
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-05-05compilers: make Intel::openmp_flag() return -openmp and -qopenmp based on the...Denis Davydov1-1/+4
2016-05-05compilers: add missing import statementsDenis Davydov1-0/+2
2016-05-05compilers: add openmp_flag() methodDenis Davydov1-2/+4
2016-03-22Merged newarch into mergeGregory Becker1-0/+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-11-11fixed my git problemsGregory Becker1-1/+1
2015-10-05Protptype cray compiler detection and supportTodd Gamblin1-0/+3
2014-09-18Better C++11 support, remove non-standalone llvm-compiler-rt.Todd Gamblin1-0/+9
2014-06-22Multi-compiler support feature-complete. Fix SPACK-3, SPACK-4, SPACK-12.Todd Gamblin1-3/+19
2014-06-22Initial ability to swap compilers.Todd Gamblin1-3/+3
2014-06-22Sorted out spack.compilers vs var/spack/compilersTodd Gamblin1-12/+14
2014-01-12Remove trailing whitespace from license textTodd Gamblin1-5/+5
2014-01-08Add license to python files and spack script.Todd Gamblin1-0/+24
2013-10-07Checkpoint commit: much-improved spec class.Todd Gamblin1-0/+15