From afde0a7b5273f2682ddb1c8d394031e4bc537d91 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 28 Oct 2015 15:33:13 -0400 Subject: [PATCH] [Doc] Remove old F77 and F90 SCons options from Intel instructions --- doc/sphinx/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 5d5524d6e..63aae9b27 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -325,7 +325,7 @@ Intel Compilers Your final SCons call might then look something like:: - scons build env_vars=all CC=icc CXX=icpc F90=ifort F77=ifort blas_lapack_libs=mkl_rt blas_lapack_dir=$(MKLROOT)/lib/intel64 + scons build env_vars=all CC=icc CXX=icpc FORTRAN=ifort blas_lapack_libs=mkl_rt blas_lapack_dir=$(MKLROOT)/lib/intel64 When installing Cantera after building with the Intel compiler, the normal method of using ``sudo`` to install Cantera will not work because ``sudo``