summaryrefslogtreecommitdiff
path: root/lib/spack/spack/build_systems/intel.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-5/+5
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-7/+2
2023-01-19[py-numpy, py-scipy] Enable MKL & ARMpl (#34979)Stephen Sachs1-0/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-18/+13
2022-07-31black: reformat entire repository with blackTodd Gamblin1-413/+424
2022-06-14Make the IntelPackage fail successfully (#30773)G-Ragghianti1-0/+8
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-2/+2
2022-03-10intel-mkl: load compiler modules when querying compiler (#29439)Harmen Stoppels1-10/+12
2022-02-15intel compiler: fix link time error with `LLVMgold.so` (#28731)Stephen Sachs1-0/+38
2022-02-07intel-mkl: BLACS with intel-oneapi-mpi (#28476)Stephen Sachs1-0/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-22Intel packages: add support for LLVM OpenMP (#26517)Piotr Luszczek1-1/+7
2021-11-16Intel mpi: allow use of external libfabric (#27292)Robert Cohn1-9/+10
2021-10-03Remove .99 from version ranges (#26422)Harmen Stoppels1-3/+3
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-11/+17
2021-06-12IntelPackage: use 'version_yearlike' in check for libfabrics RPATH. (#16700)Dominik Gresch1-1/+1
2021-04-13intel-parallel-studio: fix vtune installation for 2020+ (#22255)Tiziano Müller1-3/+5
2021-02-05let intel consider cray-mpich as mpich (#21512)albestro1-0/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-18spack test (#15702)Greg Becker1-0/+9
2020-05-16intel-mpi: add libfabrics directory to SPACK_COMPILER_EXTRA_RPATHS (#15214)TZ1-0/+9
2020-01-02MKL: set appropriate CMake env vars (#14274)Adam J. Stewart1-0/+8
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-11-29Mass conversion of setup_(dependent_)?environment (#13924)Adam J. Stewart1-2/+2
2019-11-26IntelPackage: setup_env -> setup_build_env (#13888)Adam J. Stewart1-47/+24
2019-10-28Output directory Spack is looking in for MKL libs (#13465)Adam J. Stewart1-1/+2
2019-07-29intel: Add mpicc wrapper bindir to dependent env (#12132)Greg Becker1-0/+5
2019-07-15Add auto-dispatch specification to Intel packages (#11697)Glenn Johnson1-1/+33
2019-05-15fix suite-sparse built with tbb from intel-parallel-studio (#11134)Denis Davydov1-1/+11
2019-05-10Intel packages: multiple installs and optional scalapack libs (#11384)Glenn Johnson1-1/+5
2019-04-11intel: optionally take gcc executable from cflags (#11136)Denis Davydov1-3/+15
2019-04-09intel: consolidate libs() in the base class (#11143)Denis Davydov1-3/+10
2019-03-29add libs property to IntelMkl and IntelParallelStudio (#10993)Denis Davydov1-3/+4
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-16intel-mkl: fix usage of openmp_libs and tbb_libs (#9863)Denis Davydov1-3/+3
2018-11-09env: move main Environment class and logic to `spack.environment`Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-08-29Intel prefixes (#7469)Michael Sternberg1-92/+1164
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin1-4/+4
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-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-16Refactor IntelInstaller into IntelPackage base class (#4300)Adam J. Stewart1-0/+192