summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPariksheet Nanda <pariksheet.nanda@uconn.edu>2019-08-08 19:47:24 -0400
committerPeter Scheibel <scheibel1@llnl.gov>2019-08-08 16:47:24 -0700
commit72bb7646feefb154f8efe355e7c1b50c3453091e (patch)
treeff3123e8735c9818c9f43dca63c4d47640c318a7 /lib
parentb4862be875dee58187a670e08c4d79f2b49f8cb9 (diff)
downloadspack-72bb7646feefb154f8efe355e7c1b50c3453091e.tar.gz
spack-72bb7646feefb154f8efe355e7c1b50c3453091e.tar.bz2
spack-72bb7646feefb154f8efe355e7c1b50c3453091e.tar.xz
spack-72bb7646feefb154f8efe355e7c1b50c3453091e.zip
docs: fix compiler config (#12330)
It's no longer possible to set compiler flags under as an entry under "paths" in compilers.yaml; instead the user must list these under the "flags" section. This updates the docs accordingly.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/getting_started.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index 58c69d1d2d..ec3dc51eed 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -591,11 +591,12 @@ flags to the ``icc`` command:
operating_system: centos7
paths:
cc: /opt/intel-15.0.24/bin/icc-15.0.24-beta
- cflags: -gcc-name ~/spack/opt/spack/linux-centos7-x86_64/gcc-4.9.3-iy4rw.../bin/gcc
cxx: /opt/intel-15.0.24/bin/icpc-15.0.24-beta
- cxxflags: -gxx-name ~/spack/opt/spack/linux-centos7-x86_64/gcc-4.9.3-iy4rw.../bin/g++
f77: /opt/intel-15.0.24/bin/ifort-15.0.24-beta
fc: /opt/intel-15.0.24/bin/ifort-15.0.24-beta
+ flags:
+ cflags: -gcc-name ~/spack/opt/spack/linux-centos7-x86_64/gcc-4.9.3-iy4rw.../bin/gcc
+ cxxflags: -gxx-name ~/spack/opt/spack/linux-centos7-x86_64/gcc-4.9.3-iy4rw.../bin/g++
fflags: -gcc-name ~/spack/opt/spack/linux-centos7-x86_64/gcc-4.9.3-iy4rw.../bin/gcc
spec: intel@15.0.24.4.9.3