The "scons help" works, but "scons build -j4 blas_lapack_libs=lapack,blas" has error. Do I need to fix it or just leave it? Also I wonder if I should install sundials and how(on windows), since I am doing 1D simulation? Thank you.
C:\Users\chen1671\Downloads\cantera-2.2.1\cantera-2.2.1>scons build -j4 blas_lap
ack_libs=lapack,blas
scons: Reading SConscript files ...
INFO: SCons is using the following Python interpreter: C:\Anaconda2\Scripts\..\p
ython.exe
INFO: Compiling with MSVC 12.0
INFO: Compiling for architecture: amd64
INFO: Compiling using the following toolchain(s): ['default']
Configuration variables read from 'cantera.conf' and command line:
blas_lapack_libs = 'lapack,blas'
Checking for C++ header file cmath... (cached) yes
Checking for C header file sys/times.h... (cached) no
Checking for C header file unistd.h... (cached) no
Checking for C header file fenv.h... (cached) yes
Checking whether erf is declared... (cached) yes
Checking for ::isnan(1.0)... (cached) yes
Checking for std::isnan(1.0)... (cached) yes
Checking for _isnan(1.0)... (cached) yes
Checking for C++ header file boost/math/special_functions/erf.hpp... (cached) no
Checking for std::shared_ptr<int> x... (cached) yes
Checking for CVodeCreate(CV_BDF, CV_NEWTON) in C++ library sundials_cvodes... (c
ached) no
Checking for double x; log(x) in C library None... (cached) no
INFO: Skipping compilation of the Fortran 90 interface.
INFO: Found Cython version 0.23.4 for Python 2.x.
INFO: Building the full Python package.
WARNING: Couldn't find '3to2'. Python examples will not work correctly.
INFO: Not building the Python 3 package because the Python 3 interpreter 'python
3' could not be found.
INFO: Sundials was not found. Building with minimal ODE solver capabilities.
scons: done reading SConscript files.
scons: Building targets ...
cl /Fobuild\ext\gtest\src\gtest-all.obj /c ext\gtest\src\gtest-all.cc /EHsc /MD
/nologo /D_SCL_SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext
\gtest\src\gtest-all.obj.pdb /DGTEST_HAS_PTHREAD=0 /DNDEBUG /Iext\gtest /Iext\gt
est\include
gtest-all.cc
cl /Fobuild\ext\libexecstream\exec-stream.obj /c ext\libexecstream\exec-stream.c
pp /EHsc /MD /nologo /D_SCL_SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi
/Fdbuild\ext\libexecstream\exec-stream.obj.pdb /DNDEBUG
exec-stream.cpp
cl /Fobuild\ext\f2c_math\pcoef.obj /c ext\f2c_math\pcoef.c /MD /nologo /D_SCL_SE
CURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext\f2c_math\pcoef.o
bj.pdb /DNDEBUG /DUSE_CLOCK /DMSDOS /Iext\f2c_libs
cl /Fobuild\ext\f2c_math\polfit.obj /c ext\f2c_math\polfit.c /MD /nologo /D_SCL_
SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext\f2c_math\polfi
t.obj.pdb /DNDEBUG /DUSE_CLOCK /DMSDOS /Iext\f2c_libs
pcoef.c
polfit.c
cl /Fobuild\ext\f2c_math\printstring.obj /c ext\f2c_math\printstring.c /MD /nolo
go /D_SCL_SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext\f2c_
math\printstring.obj.pdb /DNDEBUG /DUSE_CLOCK /DMSDOS /Iext\f2c_libs
printstring.c
cl /Fobuild\ext\f2c_math\pvalue.obj /c ext\f2c_math\pvalue.c /MD /nologo /D_SCL_
SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext\f2c_math\pvalu
e.obj.pdb /DNDEBUG /DUSE_CLOCK /DMSDOS /Iext\f2c_libs
ext\libexecstream\exec-stream.cpp(39) : fatal error C1083: Cannot open include f
ile: 'windows.h': No such file or directory
pvalue.c
scons: *** [build\ext\libexecstream\exec-stream.obj] Error 2
cl /Fobuild\ext\f2c_math\xercnt.obj /c ext\f2c_math\xercnt.c /MD /nologo /D_SCL_
SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext\f2c_math\xercn
t.obj.pdb /DNDEBUG /DUSE_CLOCK /DMSDOS /Iext\f2c_libs
xercnt.c
C:\Users\chen1671\Downloads\cantera-2.2.1\cantera-2.2.1\ext\gtest\src/gtest.cc(1
04) : fatal error C1083: Cannot open include file: 'windows.h': No such file or
directory
scons: *** [build\ext\gtest\src\gtest-all.obj] Error 2
scons: building terminated because of errors.
C:\Users\chen1671\Downloads\cantera-2.2.1\cantera-2.2.1>