Intel prefixes (#7469)

Consolidate prefix calculation logic for intel packages into the
IntelPackage class.

Add documentation on installing Intel packages with Spack an
(alternatively) adding them as external packages in Spack.
This commit is contained in:
Michael Sternberg
2018-08-29 23:09:34 -05:00
committed by scheibelp
parent e860307c31
commit a86f22d755
14 changed files with 3039 additions and 943 deletions

View File

@@ -596,6 +596,9 @@ name or compiler specifier to their left in the spec.
If the compiler spec is omitted, Spack will choose a default compiler
based on site policies.
.. _basic-variants:
^^^^^^^^
Variants
^^^^^^^^

File diff suppressed because it is too large Load Diff

View File

@@ -484,6 +484,9 @@ simple package. For example:
$ spack install zlib%gcc@5.3.0
.. _vendor-specific-compiler-configuration:
--------------------------------------
Vendor-Specific Compiler Configuration
--------------------------------------

View File

@@ -479,6 +479,9 @@ you will prevent the generation of module files for any package that
is compiled with ``gcc@4.4.7``, with the only exception of any ``gcc``
or any ``llvm`` installation.
.. _modules-naming-scheme:
"""""""""""""""""""""""""""
Customize the naming scheme
"""""""""""""""""""""""""""

View File

@@ -2759,6 +2759,8 @@ is handy when a package supports additional variants like
variant('openmp', default=True, description="Enable OpenMP support.")
.. _blas_lapack_scalapack:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Blas, Lapack and ScaLapack libraries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@@ -325,6 +325,8 @@ license server, you can set this in ``compilers.yaml`` as follows:
...
.. _configs-tutorial-package-prefs:
-------------------------------
Configuring Package Preferences
-------------------------------