Problem compiling Cantera 2.4.0

494 views
Skip to first unread message

Manik Mayur

unread,
Sep 5, 2018, 10:53:44 AM9/5/18
to Cantera Users' Group
Dear all,

I'm compiling Cantera 2.4.0 from source by following the steps mentioned at "https://cantera.org/install/compiling-install.html". But my "gcc" crashes after successfully building the following line:

ranlib build\lib\libgtest.a

My cantera.conf reads:

prefix = 'D:\\Cantera'
python_package = 'minimal'
matlab_toolbox = 'y'
matlab_path = 'E:\\Software\\MATLAB\\R2016a'
system_sundials = 'n'
blas_lapack_dir = 'D:\\MinGW\\msys\\local\\lib\\lapack\\3.4.0'
boost_inc_dir = 'D:\\boost_1_63_0'
layout = 'standard'

I have a Scons version 2.5.0 and gcc compiler as:

D:\Manik\McDENIS_Development\IDE_MCDENIS_64\MinGW\bin>c++ -v
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=C:/TDM-GCC-64/bin/../libexec/gcc/x86_64-w64-mingw32/5.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-5.1.0/configure --build=x86_64-w64-mingw32 --enable-targets=all --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-cxx-flags=-DWINPTHREAD_STATIC --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --prefix=/mingw64tdm -
-with-local-prefix=/mingw64tdm --with-pkgversion=tdm64-1 --with-bugurl=http://tdm-gcc.tdragon.net/bugs
Thread model: posix
gcc version 5.1.0 (tdm64-1)

I could successfully compile Cantera 2.3 with this setting before. Can you suggest what could be the source of the error?

Thanks,

Manik

Nick Curtis

unread,
Sep 5, 2018, 11:20:10 AM9/5/18
to Cantera Users' Group
Hi Manik,

Can you copy/paste the exact error message that you run into while compiling?
As it stands we have a good idea of what you're configuration is (Windows x86_64, w/ Mingw), but not what the actual issue is.

Nick

Manik Mayur

unread,
Sep 6, 2018, 4:54:47 AM9/6/18
to Cantera Users' Group
Hi Nick,

Thanks for your response. I'm attaching the screenshots of the error wiht this email. It seems some kind of segfault in the compiler! The compiler message is below:

ranlib build\lib\libgtest.a

g++ -o build\src\clib\ctreactor.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\clib\ctreactor.cpp
g++ -o build\src\tpx\Oxygen.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\tpx\Oxygen.cpp
g++ -o build\src\numerics\Func1.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\numerics\Func1.cpp
g++ -o build\src\transport\TransportBase.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\transport\TransportBase.cpp
g++ -o build\src\thermo\DebyeHuckel.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\DebyeHuckel.cpp
g++ -o build\src\zeroD\IdealGasReactor.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\zeroD\IdealGasReactor.cpp
g++ -o build\src\transport\LiquidTransportParams.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\transport\LiquidTransportParams.cpp
g++ -o build\src\thermo\MaskellSolidSolnPhase.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\MaskellSolidSolnPhase.cpp
g++ -o build\src\clib\ctfunc.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\clib\ctfunc.cpp
g++ -o build\src\thermo\PDSSFactory.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\PDSSFactory.cpp
g++ -o build\src\kinetics\AqueousKinetics.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\kinetics\AqueousKinetics.cpp
g++ -o build\src\transport\LTPspecies.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\transport\LTPspecies.cpp
g++ -o build\src\transport\SimpleTransport.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\transport\SimpleTransport.cpp
g++ -o build\src\kinetics\importKinetics.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\kinetics\importKinetics.cpp
g++ -o build\src\base\global.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -DGIT_COMMIT=\"unknown\" -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\base\global.cpp
g++ -o build\src\clib\ctsurf.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\clib\ctsurf.cpp

scons: *** [build\src\transport\LTPspecies.o] Error 1
scons: *** [build\src\clib\ctfunc.o] Error 1
scons: *** [build\src\base\global.o] Error 1
scons: *** [build\src\transport\SimpleTransport.o] Error 1
scons: *** [build\src\kinetics\importKinetics.o] Error 1
scons: *** [build\src\clib\ctsurf.o] Error 1
scons: *** [build\src\thermo\DebyeHuckel.o] Error 1
scons: *** [build\src\zeroD\IdealGasReactor.o] Error 1
scons: *** [build\src\thermo\PDSSFactory.o] Error 1
scons: *** [build\src\transport\LiquidTransportParams.o] Error 1
scons: *** [build\src\clib\ctreactor.o] Error 1
scons: *** [build\src\kinetics\AqueousKinetics.o] Error 1
scons: *** [build\src\numerics\Func1.o] Error 1
scons: *** [build\src\transport\TransportBase.o] Error 1
scons: *** [build\src\thermo\MaskellSolidSolnPhase.o] Error 1
scons: *** [build\src\tpx\Oxygen.o] Error 1
scons: building terminated because of errors.
Duration 124046 ms.
Error1.JPG

Manik Mayur

unread,
Sep 6, 2018, 5:02:07 AM9/6/18
to Cantera Users' Group
Hi Nick,

I am also attaching the first few lines of the scons build here:

=== Running SCons at 06.09.18 11:00 ====
Command line: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\scons.bat -u --jobs=16 build toolchain=mingw blas_lapack_libs= python_package=minimal boost_inc_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 layout=standard system_sundials=n blas_lapack_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\MinGW\msys\local\lib\lapack\3.4.0 prefix=D:\Cantera matlab_toolbox=y matlab_path=E:\Software\MATLAB\R2016a
scons: Reading SConscript files ...
INFO: SCons is using the following Python interpreter: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\SConstruct", line 155, in <module>
INFO: Compiling for architecture: amd64
INFO: Compiling using the following toolchain(s): ['mingw', 'f90']

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\site_scons\site_tools\gch.py", line 53, in <module>
Configuration variables read from 'cantera.conf' and command line:
    prefix = 'D:\\Cantera'
    python_package = 'minimal'
    matlab_toolbox = 'y'
    matlab_path = 'E:\\Software\\MATLAB\\R2016a'
    system_sundials = 'n'
    blas_lapack_dir = 'D:\\Manik\\McDENIS_Development\\IDE_MCDENIS_64\\MinGW\\msys\\local\\lib\\lapack\\3.4.0'
    boost_inc_dir = 'D:\\Manik\\McDENIS_Development\\IDE_MCDENIS_64\\workspace\\Cantera\\boost_1_63_0'
    layout = 'standard'

Checking for C++ header file cmath... (cached) yes
Checking for C++ header file fmt/ostream.h... (cached) no
INFO: Using private installation of fmt library.
INFO: Found fmt version 5.0.0
Checking for C++ header file gtest/gtest.h... (cached) no
Checking for C++ header file gmock/gmock.h... (cached) no
INFO: Using Googletest from Git submodule
Checking for C++ header file Eigen/Dense... (cached) no
INFO: Using private installation of Eigen.
INFO: Found Eigen version 3.3.4
Checking whether __GLIBCXX__ is declared... (cached) yes
Checking whether _LIBCPP_VERSION is declared... (cached) no
INFO: Found Boost version 1.63
Checking for CVodeCreate(CV_BDF, CV_NEWTON) in C++ library sundials_cvodes... (cached) no
Checking for double x; log(x) in C library None... (cached) yes
INFO: Using private installation of Sundials version 3.1.
INFO: Using 'gfortran' to build the Fortran 90 interface
WARNING: The value for python2_prefix has been set and will be used instead of python_prefix
WARNING: Cython could not be imported by the Python interpreter running SCons.
INFO: Building the minimal Python package for Python 2.7
WARNING: Not building the minimal Python 3 package because the Python 3 interpreter 'python3' could not be found.
scons: done reading SConscript files.
scons: Building targets ...

Steven DeCaluwe

unread,
Sep 6, 2018, 6:59:30 AM9/6/18
to canter...@googlegroups.com
Manik,

Thank you for pasting the build message directly, rather than attaching a screenshot. The screenshots cannot be searched, and so people with similar error messages could find your post with the screenshot via search engines. It also prevents visually impaired users who use text readers from being able to read the error message. 

That said, could you please post either the entire build output, or at least the last lines (ie those with the error message)?  I know it is a lot of text, but we can easily sort through it to find the important parts. 

That said, somebody more familiar with the build process might be able to diagnose from this. The warning “scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly” probably has something to do with it. Unfortunately I’m not the best authority on the build/install, so I’ll let someone else weigh in on that. 

Best,
Steven

Sent from my iPhone

On Sep 6, 2018, at 3:02 AM, Manik Mayur <manik...@gmail.com> wrote:

Hi Nick,

I am also attaching the first few lines of the scons build here:

=== Running SCons at 06.09.18 11:00 ====
Command line: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\scons.bat -u --jobs=16 build toolchain=mingw blas_lapack_libs= python_package=minimal boost_inc_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 layout=standard system_sundials=n blas_lapack_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\MinGW\msys\local\lib\lapack\3.4.0 prefix=D:\Cantera matlab_toolbox=y matlab_path=E:\Software\MATLAB\R2016a
scons: Reading SConscript files ...
INFO: SCons is using the following Python interpreter: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe


--
You received this message because you are subscribed to the Google Groups "Cantera Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cantera-user...@googlegroups.com.
To post to this group, send email to canter...@googlegroups.com.
Visit this group at https://groups.google.com/group/cantera-users.
For more options, visit https://groups.google.com/d/optout.

Nick Curtis

unread,
Sep 6, 2018, 10:07:07 AM9/6/18
to Cantera Users' Group
I agree with Stephen, the line:

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly

seems to be indicating that scons is looking for Visual Studio (i.e., the 'cl' compiler), at least initially.
You may want to set "toolchain=mingw" in your cantera.conf

Another thing I found while poking around is an apparent work-around for SCons + MinGW.
It looks like there is some sort of issue with building shared libraries for MinGW & SCons < 2.4, possibly something similar has resurfaced in 2.5?

Additionally, as Stephen says the actual error output is necessary here for us to diagnose exactly what's going on.
Or is the error that mingw's ranlib crashes during that call (and hence doesn't generate output?)

Nick
To unsubscribe from this group and stop receiving emails from it, send an email to cantera-users+unsubscribe@googlegroups.com.

Steven DeCaluwe

unread,
Sep 6, 2018, 10:10:15 AM9/6/18
to canter...@googlegroups.com
ps. apologies for the (rather important) typo in my email.  2nd sentence should read: “...people with similar error messages could *not* find your post…"

Steven

To unsubscribe from this group and stop receiving emails from it, send an email to cantera-user...@googlegroups.com.

Manik Mayur

unread,
Sep 6, 2018, 11:39:31 AM9/6/18
to Cantera Users' Group
Steven and Nick,

Thank you for your comments and insights. Few points:

1. In the same IDE settings I can build successfully Cantera 2.3 but not Cantera 2.4. And I do get the "Scons warning" in both cases.
2. Further, the fact that Scons proceeds to a certain extent, shows that gcc/g++/gfortran paths are properly resolved by the SCons environment.
3. In my IDE, I do not use system paths rather relative paths for everything (MinGW, Python, Cantera), may be, this is creating the path warning for SCons.

But, I will try to fix the warning on my side. The entire build message is below. The building ends by showing the error below as well as multiple popup windows showing "cc1plux.exe is not working anymore"

=== Running SCons at 06.09.18 17:38 ====
Command line: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\scons.bat -u --jobs=16 build toolchain=mingw blas_lapack_libs= python_package=minimal boost_inc_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 layout=standard system_sundials=n blas_lapack_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\MinGW\msys\local\lib\lapack\3.4.0 prefix=D:\Cantera matlab_toolbox=y matlab_path=E:\Software\MATLAB\R2016a
scons: Reading SConscript files ...
INFO: SCons is using the following Python interpreter: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe

Copy("build\data\KOH.cti", "data\inputs\KOH.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\KOH.cti build\data\KOH.xml
Copy("build\data\air.cti", "data\inputs\air.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\air.cti build\data\air.xml
Copy("build\data\airNASA9.cti", "data\inputs\airNASA9.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\airNASA9.cti build\data\airNASA9.xml
Copy("build\data\argon.cti", "data\inputs\argon.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\argon.cti build\data\argon.xml
Copy("build\data\diamond.cti", "data\inputs\diamond.cti")
Copy("build\data\graphite.cti", "data\inputs\graphite.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\diamond.cti build\data\diamond.xml
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\graphite.cti build\data\graphite.xml
Copy("build\data\gri30.cti", "data\inputs\gri30.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\gri30.cti build\data\gri30.xml
Copy("build\data\gri30_highT.cti", "data\inputs\gri30_highT.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\gri30_highT.cti build\data\gri30_highT.xml
Copy("build\data\gri30_ion.cti", "data\inputs\gri30_ion.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\gri30_ion.cti build\data\gri30_ion.xml
Copy("build\data\h2o2.cti", "data\inputs\h2o2.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\h2o2.cti build\data\h2o2.xml
Copy("build\data\liquidvapor.cti", "data\inputs\liquidvapor.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\liquidvapor.cti build\data\liquidvapor.xml
Copy("build\data\methane_pox_on_pt.cti", "data\inputs\methane_pox_on_pt.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\methane_pox_on_pt.cti build\data\methane_pox_on_pt.xml
Copy("build\data\nDodecane_Reitz.cti", "data\inputs\nDodecane_Reitz.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\nDodecane_Reitz.cti build\data\nDodecane_Reitz.xml
Copy("build\data\nasa.cti", "data\inputs\nasa.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\nasa.cti build\data\nasa.xml
Copy("build\data\nasa_condensed.cti", "data\inputs\nasa_condensed.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\nasa_condensed.cti build\data\nasa_condensed.xml
Copy("build\data\nasa_gas.cti", "data\inputs\nasa_gas.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\nasa_gas.cti build\data\nasa_gas.xml
Copy("build\data\ohn.cti", "data\inputs\ohn.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\ohn.cti build\data\ohn.xml
Copy("build\data\ptcombust.cti", "data\inputs\ptcombust.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\ptcombust.cti build\data\ptcombust.xml
Copy("build\data\silane.cti", "data\inputs\silane.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\silane.cti build\data\silane.xml
Copy("build\data\silicon.cti", "data\inputs\silicon.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\silicon.cti build\data\silicon.xml
Copy("build\data\silicon_carbide.cti", "data\inputs\silicon_carbide.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\silicon_carbide.cti build\data\silicon_carbide.xml
Copy("build\data\water.cti", "data\inputs\water.cti")
"D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" interfaces/cython/cantera/ctml_writer.py data\inputs\water.cti build\data\water.xml
Copy("build\data\elements.xml", "data\inputs\elements.xml")
Copy("include\cantera\ext\fmt\format.h", "ext\fmt\include\fmt\format.h")
Copy("include\cantera\ext\fmt\ostream.h", "ext\fmt\include\fmt\ostream.h")
Copy("include\cantera\ext\fmt\printf.h", "ext\fmt\include\fmt\printf.h")
Copy("include\cantera\ext\fmt\core.h", "ext\fmt\include\fmt\core.h")
Copy("include\cantera\ext\fmt\format-inl.h", "ext\fmt\include\fmt\format-inl.h")
Copy("include\cantera\ext\sundials\sundials_band.h", "ext\sundials\include\sundials\sundials_band.h")
Copy("include\cantera\ext\sundials\sundials_dense.h", "ext\sundials\include\sundials\sundials_dense.h")
Copy("include\cantera\ext\sundials\sundials_direct.h", "ext\sundials\include\sundials\sundials_direct.h")
Copy("include\cantera\ext\sundials\sundials_fnvector.h", "ext\sundials\include\sundials\sundials_fnvector.h")
Copy("include\cantera\ext\sundials\sundials_iterative.h", "ext\sundials\include\sundials\sundials_iterative.h")
Copy("include\cantera\ext\sundials\sundials_klu_impl.h", "ext\sundials\include\sundials\sundials_klu_impl.h")
Copy("include\cantera\ext\sundials\sundials_lapack.h", "ext\sundials\include\sundials\sundials_lapack.h")
Copy("include\cantera\ext\sundials\sundials_linearsolver.h", "ext\sundials\include\sundials\sundials_linearsolver.h")
Copy("include\cantera\ext\sundials\sundials_math.h", "ext\sundials\include\sundials\sundials_math.h")
Copy("include\cantera\ext\sundials\sundials_matrix.h", "ext\sundials\include\sundials\sundials_matrix.h")
Copy("include\cantera\ext\sundials\sundials_mpi_types.h", "ext\sundials\include\sundials\sundials_mpi_types.h")
Copy("include\cantera\ext\sundials\sundials_nvector.h", "ext\sundials\include\sundials\sundials_nvector.h")
Copy("include\cantera\ext\sundials\sundials_pcg.h", "ext\sundials\include\sundials\sundials_pcg.h")
Copy("include\cantera\ext\sundials\sundials_sparse.h", "ext\sundials\include\sundials\sundials_sparse.h")
Copy("include\cantera\ext\sundials\sundials_spbcgs.h", "ext\sundials\include\sundials\sundials_spbcgs.h")
Copy("include\cantera\ext\sundials\sundials_spfgmr.h", "ext\sundials\include\sundials\sundials_spfgmr.h")
Copy("include\cantera\ext\sundials\sundials_spgmr.h", "ext\sundials\include\sundials\sundials_spgmr.h")
Copy("include\cantera\ext\sundials\sundials_sptfqmr.h", "ext\sundials\include\sundials\sundials_sptfqmr.h")
Copy("include\cantera\ext\sundials\sundials_superlumt_impl.h", "ext\sundials\include\sundials\sundials_superlumt_impl.h")
Copy("include\cantera\ext\sundials\sundials_types.h", "ext\sundials\include\sundials\sundials_types.h")
Copy("include\cantera\ext\sundials\sundials_version.h", "ext\sundials\include\sundials\sundials_version.h")
Copy("include\cantera\ext\nvector\nvector_cuda.h", "ext\sundials\include\nvector\nvector_cuda.h")
Copy("include\cantera\ext\nvector\nvector_openmp.h", "ext\sundials\include\nvector\nvector_openmp.h")
Copy("include\cantera\ext\nvector\nvector_parallel.h", "ext\sundials\include\nvector\nvector_parallel.h")
Copy("include\cantera\ext\nvector\nvector_parhyp.h", "ext\sundials\include\nvector\nvector_parhyp.h")
Copy("include\cantera\ext\nvector\nvector_petsc.h", "ext\sundials\include\nvector\nvector_petsc.h")
Copy("include\cantera\ext\nvector\nvector_pthreads.h", "ext\sundials\include\nvector\nvector_pthreads.h")
Copy("include\cantera\ext\nvector\nvector_raja.h", "ext\sundials\include\nvector\nvector_raja.h")
Copy("include\cantera\ext\nvector\nvector_serial.h", "ext\sundials\include\nvector\nvector_serial.h")
Copy("include\cantera\ext\cvodes\cvodes.h", "ext\sundials\include\cvodes\cvodes.h")
Copy("include\cantera\ext\cvodes\cvodes_bandpre.h", "ext\sundials\include\cvodes\cvodes_bandpre.h")
Copy("include\cantera\ext\cvodes\cvodes_bbdpre.h", "ext\sundials\include\cvodes\cvodes_bbdpre.h")
Copy("include\cantera\ext\cvodes\cvodes_diag.h", "ext\sundials\include\cvodes\cvodes_diag.h")
Copy("include\cantera\ext\cvodes\cvodes_direct.h", "ext\sundials\include\cvodes\cvodes_direct.h")
Copy("include\cantera\ext\cvodes\cvodes_spils.h", "ext\sundials\include\cvodes\cvodes_spils.h")
Copy("include\cantera\ext\ida\ida.h", "ext\sundials\include\ida\ida.h")
Copy("include\cantera\ext\ida\ida_bbdpre.h", "ext\sundials\include\ida\ida_bbdpre.h")
Copy("include\cantera\ext\ida\ida_direct.h", "ext\sundials\include\ida\ida_direct.h")
Copy("include\cantera\ext\ida\ida_spils.h", "ext\sundials\include\ida\ida_spils.h")
Copy("include\cantera\ext\sunmatrix\sunmatrix_band.h", "ext\sundials\include\sunmatrix\sunmatrix_band.h")
Copy("include\cantera\ext\sunmatrix\sunmatrix_dense.h", "ext\sundials\include\sunmatrix\sunmatrix_dense.h")
Copy("include\cantera\ext\sunmatrix\sunmatrix_sparse.h", "ext\sundials\include\sunmatrix\sunmatrix_sparse.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_band.h", "ext\sundials\include\sunlinsol\sunlinsol_band.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_dense.h", "ext\sundials\include\sunlinsol\sunlinsol_dense.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_klu.h", "ext\sundials\include\sunlinsol\sunlinsol_klu.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_lapackband.h", "ext\sundials\include\sunlinsol\sunlinsol_lapackband.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_lapackdense.h", "ext\sundials\include\sunlinsol\sunlinsol_lapackdense.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_pcg.h", "ext\sundials\include\sunlinsol\sunlinsol_pcg.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_spbcgs.h", "ext\sundials\include\sunlinsol\sunlinsol_spbcgs.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_spfgmr.h", "ext\sundials\include\sunlinsol\sunlinsol_spfgmr.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_spgmr.h", "ext\sundials\include\sunlinsol\sunlinsol_spgmr.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_sptfqmr.h", "ext\sundials\include\sunlinsol\sunlinsol_sptfqmr.h")
Copy("include\cantera\ext\sunlinsol\sunlinsol_superlumt.h", "ext\sundials\include\sunlinsol\sunlinsol_superlumt.h")
g++ -o build\ext\googletest\googletest\src\gtest-all.o -c -std=c++0x -O3 -Wno-inline -g -w -DGTEST_HAS_PTHREAD=0 -DNDEBUG -Iext\googletest\googletest -Iext\googletest\googletest\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\googletest\googletest\src\gtest-all.cc
g++ -o build\ext\googletest\googlemock\src\gmock-all.o -c -std=c++0x -O3 -Wno-inline -g -w -DGTEST_HAS_PTHREAD=0 -DNDEBUG -Iext\googletest\googletest\include -Iext\googletest\googlemock -Iext\googletest\googlemock\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\googletest\googlemock\src\gmock-all.cc
generate_license(["build\ext\LICENSE.txt"], ["License.txt", "ext\libexecstream\doc\license.txt", "ext\fmt\LICENSE.rst", "ext\sundials\LICENSE", "ext\eigen\COPYING.MPL2"])
generate_license(["build\ext\LICENSE.rtf"], ["License.txt", "ext\libexecstream\doc\license.txt", "ext\fmt\LICENSE.rst", "ext\sundials\LICENSE", "ext\eigen\COPYING.MPL2"])
ConfigBuilder(["build\src\config.h.build"], ["include\cantera\base\config.h.in"])
Generating build\src\config.h.build with the following settings:
    CANTERA_SHORT_VERSION               "2.4"
    CANTERA_VERSION                     "2.4.0"
    CT_SUNDIALS_USE_LAPACK              0
    CT_SUNDIALS_VERSION                 31
    FTN_TRAILING_UNDERSCORE             1
    LAPACK_FTN_STRING_LEN_AT_END        1
    LAPACK_FTN_TRAILING_UNDERSCORE      1
    LAPACK_NAMES_LOWERCASE              1
g++ -o build\ext\libexecstream\exec-stream.o -c -std=c++0x -O3 -Wno-inline -g -w -DNDEBUG -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\libexecstream\exec-stream.cpp
ConfigBuilder(["include\cantera\ext\sundials\sundials_config.h"], ["ext\sundials_config.h.in"])
Generating include\cantera\ext\sundials\sundials_config.h with the following settings:
    SUNDIALS_BLAS_LAPACK                *undefined*
    SUNDIALS_USE_GENERIC_MATH           *undefined*
Copy("interfaces\python_minimal\cantera\ctml_writer.py", "interfaces\cython\cantera\ctml_writer.py")
Copy("interfaces\python_minimal\cantera\ck2cti.py", "interfaces\cython\cantera\ck2cti.py")
Substituting vars from interfaces\python_minimal\setup.py.in to interfaces\python_minimal\setup2.py
ar rc build\lib\libgmock.a build\ext\googletest\googlemock\src\gmock-all.o
gcc -o build\ext\sundials\src\ida\ida_ic.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_ic.c
gcc -o build\ext\sundials\src\sunlinsol_band\sunlinsol_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_band\sunlinsol_band.c
gcc -o build\ext\sundials\src\sundials\sundials_nvector.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_nvector.c
gcc -o build\ext\sundials\src\sunmat_sparse\sunmatrix_sparse.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_sparse\sunmatrix_sparse.c
ranlib build\lib\libgmock.a
gcc -o build\ext\sundials\src\cvodes\cvodes_direct.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_direct.c
gcc -o build\ext\sundials\src\sundials\sundials_spbcgs.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_spbcgs.c
gcc -o build\ext\sundials\src\cvodes\cvodes_bandpre.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_bandpre.c
gcc -o build\ext\sundials\src\sundials\sundials_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_band.c
gcc -o build\ext\sundials\src\sundials\sundials_sptfqmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_sptfqmr.c
gcc -o build\ext\sundials\src\sunmat_band\fsunmatrix_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_band\fsunmatrix_band.c
gcc -o build\ext\sundials\src\sundials\sundials_iterative.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_iterative.c
gcc -o build\ext\sundials\src\ida\ida_direct.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_direct.c
gcc -o build\ext\sundials\src\sunlinsol_band\fsunlinsol_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_band\fsunlinsol_band.c
gcc -o build\ext\sundials\src\sundials\sundials_matrix.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_matrix.c
gcc -o build\ext\sundials\src\sunmat_sparse\fsunmatrix_sparse.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_sparse\fsunmatrix_sparse.c
gcc -o build\ext\sundials\src\ida\ida_spils.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_spils.c
gcc -o build\ext\sundials\src\cvodes\cvodes_diag.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_diag.c
gcc -o build\ext\sundials\src\sundials\sundials_sparse.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_sparse.c
gcc -o build\ext\sundials\src\cvodes\cvodes.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes.c
gcc -o build\ext\sundials\src\sunlinsol_dense\sunlinsol_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_dense\sunlinsol_dense.c
gcc -o build\ext\sundials\src\cvodes\cvodes_spils.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_spils.c
gcc -o build\ext\sundials\src\sunmat_dense\sunmatrix_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_dense\sunmatrix_dense.c
gcc -o build\ext\sundials\src\sundials\sundials_spgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_spgmr.c
gcc -o build\ext\sundials\src\cvodes\cvodea.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodea.c
gcc -o build\ext\sundials\src\ida\ida.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida.c
gcc -o build\ext\sundials\src\sundials\sundials_direct.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_direct.c
gcc -o build\ext\sundials\src\sunlinsol_spgmr\sunlinsol_spgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_spgmr\sunlinsol_spgmr.c
gcc -o build\ext\sundials\src\ida\ida_bbdpre.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_bbdpre.c
gcc -o build\ext\sundials\src\sundials\sundials_math.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_math.c
gcc -o build\ext\sundials\src\ida\ida_io.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_io.c
gcc -o build\ext\sundials\src\sundials\sundials_pcg.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_pcg.c
gcc -o build\ext\sundials\src\sunlinsol_dense\fsunlinsol_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_dense\fsunlinsol_dense.c
gcc -o build\ext\sundials\src\cvodes\cvodea_io.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodea_io.c
gcc -o build\ext\sundials\src\nvec_ser\fnvector_serial.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\nvec_ser\fnvector_serial.c
gcc -o build\ext\sundials\src\cvodes\cvodes_io.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_io.c
gcc -o build\ext\sundials\src\sunmat_dense\fsunmatrix_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_dense\fsunmatrix_dense.c
gcc -o build\ext\sundials\src\sundials\sundials_spfgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_spfgmr.c
gcc -o build\ext\sundials\src\cvodes\cvodes_bbdpre.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_bbdpre.c
gcc -o build\ext\sundials\src\sundials\sundials_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_dense.c
gcc -o build\ext\sundials\src\sunlinsol_spgmr\fsunlinsol_spgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_spgmr\fsunlinsol_spgmr.c
gcc -o build\ext\sundials\src\sundials\sundials_version.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_version.c
gcc -o build\ext\sundials\src\nvec_ser\nvector_serial.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\nvec_ser\nvector_serial.c
gcc -o build\ext\sundials\src\sunmat_band\sunmatrix_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_band\sunmatrix_band.c
gcc -o build\ext\sundials\src\sundials\sundials_linearsolver.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_linearsolver.c
Copy("include\cantera\base\config.h", "build\src\config.h.build")
gfortran -o build\src\fortran\fct_interface.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\fct_interface.f90
g++ -o src\pch\system.h.gch -x c++-header -c -std=c++0x -O3 -Wno-inline -g -Wall -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\pch\system.h
g++ -o build\src\fortran\fctxml.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -Iinclude -Isrc -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\fortran\fctxml.cpp
g++ -o build\src\fortran\fct.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -Iinclude -Isrc -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\fortran\fct.cpp
gfortran -o build\src\fortran\fctxml_interface.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\fctxml_interface.f90
cd interfaces/python_minimal && "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" setup2.py build --build-lib=../../build/python2
Substituting vars from platform\posix\Cantera.mak.in to build\platform\Cantera.mak
gfortran -o build\src\fortran\cantera_xml.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_xml.f90
Substituting vars from platform\posix\cantera.pc.in to build\platform\cantera.pc
g++ -o build\src\matlab\ctfunctions.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\ctfunctions.cpp
g++ -o build\src\matlab\ctmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\ctmethods.cpp
g++ -o build\src\matlab\flowdevicemethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\flowdevicemethods.cpp
g++ -o build\src\matlab\funcmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\funcmethods.cpp
g++ -o build\src\matlab\kineticsmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\kineticsmethods.cpp
g++ -o build\src\matlab\mixturemethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\mixturemethods.cpp
gfortran -o build\src\fortran\cantera_thermo.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_thermo.f90
g++ -o build\src\matlab\onedimmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\onedimmethods.cpp
g++ -o build\src\matlab\phasemethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\phasemethods.cpp
g++ -o build\src\matlab\reactormethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\reactormethods.cpp
gfortran -o build\src\fortran\cantera_kinetics.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_kinetics.f90
running build
running build_py
copying cantera\__init__.py -> ../../build/python2\cantera
gfortran -o build\src\fortran\cantera_transport.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_transport.f90
g++ -o build\src\matlab\reactornetmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\reactornetmethods.cpp
g++ -o build\src\matlab\reactorsurfacemethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\reactorsurfacemethods.cpp
gfortran -o build\src\fortran\cantera_iface.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_iface.f90
g++ -o build\src\matlab\surfmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\surfmethods.cpp
g++ -o build\src\matlab\thermomethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\thermomethods.cpp
g++ -o build\src\matlab\transportmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\transportmethods.cpp
g++ -o build\src\matlab\wallmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\wallmethods.cpp
gfortran -o build\src\fortran\cantera_funcs.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_funcs.f90
g++ -o build\src\matlab\xmlmethods.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -DMATLAB_MEX_FILE -Iinclude -Isrc -IE:\Software\MATLAB\R2016a\extern\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\matlab\xmlmethods.cpp
gfortran -o build\src\fortran\cantera.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera.f90
ar rc build\lib\libgtest.a build\ext\googletest\googletest\src\gtest-all.o
ranlib build\lib\libgtest.a
g++ -o build\src\numerics\IDA_Solver.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\numerics\IDA_Solver.cpp
g++ -o build\src\zeroD\Wall.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\zeroD\Wall.cpp

g++ -o build\src\kinetics\Kinetics.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\kinetics\Kinetics.cpp

g++ -o build\src\clib\ctxml.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\clib\ctxml.cpp
g++ -o build\src\kinetics\RxnRates.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\kinetics\RxnRates.cpp



g++ -o build\src\thermo\IdealGasPhase.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\IdealGasPhase.cpp
g++ -o build\src\thermo\MolalityVPSSTP.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\MolalityVPSSTP.cpp

g++ -o build\src\equil\vcs_setMolesLinProg.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\equil\vcs_setMolesLinProg.cpp


g++ -o build\src\thermo\PDSS_SSVol.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\PDSS_SSVol.cpp
g++ -o build\src\oneD\MultiNewton.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\oneD\MultiNewton.cpp
g++ -o build\src\base\ctml.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\base\ctml.cpp



g++ -o build\src\thermo\ThermoFactory.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\ThermoFactory.cpp

g++ -o build\src\transport\LiquidTransportData.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\transport\LiquidTransportData.cpp

g++ -o build\src\thermo\PDSS.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\thermo\PDSS.cpp
g++ -o build\src\numerics\FuncEval.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\numerics\FuncEval.cpp


ar rc build\lib\libcantera_fortran.a build\src\fortran\cantera.o build\src\fortran\cantera_funcs.o build\src\fortran\cantera_iface.o build\src\fortran\cantera_kinetics.o build\src\fortran\cantera_thermo.o build\src\fortran\cantera_transport.o build\src\fortran\cantera_xml.o build\src\fortran\fct_interface.o build\src\fortran\fctxml_interface.o build\src\fortran\fct.o build\src\fortran\fctxml.o
ranlib build\lib\libcantera_fortran.a
g++ -o build\src\zeroD\ReactorSurface.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\zeroD\ReactorSurface.cpp

scons: *** [build\src\zeroD\ReactorSurface.o] Error 1
scons: *** [build\src\zeroD\Wall.o] Error 1
scons: *** [build\src\thermo\MolalityVPSSTP.o] Error 1
scons: *** [build\src\numerics\IDA_Solver.o] Error 1
scons: *** [build\src\thermo\PDSS.o] Error 1
scons: *** [build\src\equil\vcs_setMolesLinProg.o] Error 1
scons: *** [build\src\transport\LiquidTransportData.o] Error 1
scons: *** [build\src\kinetics\Kinetics.o] Error 1
scons: *** [build\src\thermo\IdealGasPhase.o] Error 1
scons: *** [build\src\kinetics\RxnRates.o] Error 1
scons: *** [build\src\base\ctml.o] Error 1
scons: *** [build\src\numerics\FuncEval.o] Error 1
scons: *** [build\src\clib\ctxml.o] Error 1
scons: *** [build\src\oneD\MultiNewton.o] Error 1
scons: *** [build\src\thermo\PDSS_SSVol.o] Error 1
scons: *** [build\src\thermo\ThermoFactory.o] Error 1
scons: building terminated because of errors.
Duration 26603 ms.

Thank you for your insights!

- Manik

Manik Mayur

unread,
Sep 6, 2018, 11:43:27 AM9/6/18
to Cantera Users' Group
Continued....

Ray Speth

unread,
Sep 6, 2018, 5:04:15 PM9/6/18
to Cantera Users' Group
Manik,

I agree that the warnings from SCons about not being able to find Visual Studio can probably be ignored. SCons is finding what I assume is the right compiler and is using the correct command line flags. What I do find interesting is that you are compiling using 16 processes (with the `--jobs=16` option), There are 16 failures listed at the end, and those failures are not in the same files for different attempts at compilation. I would suggest running with just a single compilation thread, and seeing what happens then. Make sure you run 'scons clean' after a failed build, in case there is some lingering partial or erroneous output that is causing problems.

Regards,
Ray

Manik Mayur

unread,
Sep 7, 2018, 6:28:34 AM9/7/18
to Cantera Users' Group
Ray,

I did fix the first SCons warning,

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\SConstruct", line 155, in <module>
INFO: Compiling for architecture: amd64
INFO: Compiling using the following toolchain(s): ['mingw', 'f90']

by modifing the line 155: in Cantera/SConstruct to,

pickCompilerEnv = Environment(tools=[])

This avoids the loading of the default Visual Studio toolchain and suppresses the warning. However, the second warning is still there. I have still to figure out a way to supress it.

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\site_scons\site_tools\gch.py", line 53, in <module>

Further, using --jobs=1 did help to localize the problem. Now, we can see that the buillding fails with a popup window showing 'cc1plus.exe is not working' while compiling 'src\base\AnyMap.cpp'. The new build log is below:

=== Running SCons at 07.09.18 12:08 ====
Command line: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\scons.bat -u --jobs=1 build toolchain=mingw blas_lapack_libs= python_package=minimal boost_inc_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 layout=standard system_sundials=n blas_lapack_dir=D:\Manik\McDENIS_Development\IDE_MCDENIS_64\MinGW\msys\local\lib\lapack\3.4.0 prefix=D:\Cantera matlab_toolbox=y matlab_path=E:\Software\MATLAB\R2016a
scons: Reading SConscript files ...
INFO: SCons is using the following Python interpreter: D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe
mingw
INFO: Compiling for architecture: amd64
INFO: Compiling using the following toolchain(s): ['mingw', 'f90']

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\site_scons\site_tools\gch.py", line 53, in <module>
Configuration variables read from 'cantera.conf' and command line:
    prefix = 'D:\\Cantera'
    python_package = 'minimal'
    matlab_toolbox = 'y'
    matlab_path = 'E:\\Software\\MATLAB\\R2016a'
    system_sundials = 'n'
ar rc build\lib\libgtest.a build\ext\googletest\googletest\src\gtest-all.o
ranlib build\lib\libgtest.a
g++ -o build\ext\googletest\googlemock\src\gmock-all.o -c -std=c++0x -O3 -Wno-inline -g -w -DGTEST_HAS_PTHREAD=0 -DNDEBUG -Iext\googletest\googletest\include -Iext\googletest\googlemock -Iext\googletest\googlemock\include -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\googletest\googlemock\src\gmock-all.cc
ar rc build\lib\libgmock.a build\ext\googletest\googlemock\src\gmock-all.o
ranlib build\lib\libgmock.a
generate_license(["build\ext\LICENSE.txt"], ["License.txt", "ext\libexecstream\doc\license.txt", "ext\fmt\LICENSE.rst", "ext\sundials\LICENSE", "ext\eigen\COPYING.MPL2"])
generate_license(["build\ext\LICENSE.rtf"], ["License.txt", "ext\libexecstream\doc\license.txt", "ext\fmt\LICENSE.rst", "ext\sundials\LICENSE", "ext\eigen\COPYING.MPL2"])
ConfigBuilder(["build\src\config.h.build"], ["include\cantera\base\config.h.in"])
Generating build\src\config.h.build with the following settings:
    CANTERA_SHORT_VERSION               "2.4"
    CANTERA_VERSION                     "2.4.0"
    CT_SUNDIALS_USE_LAPACK              0
    CT_SUNDIALS_VERSION                 31
    FTN_TRAILING_UNDERSCORE             1
    LAPACK_FTN_STRING_LEN_AT_END        1
    LAPACK_FTN_TRAILING_UNDERSCORE      1
    LAPACK_NAMES_LOWERCASE              1
Copy("include\cantera\base\config.h", "build\src\config.h.build")
gfortran -o build\src\fortran\fctxml_interface.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\fctxml_interface.f90
gfortran -o build\src\fortran\cantera_xml.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_xml.f90
gfortran -o build\src\fortran\fct_interface.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\fct_interface.f90
gfortran -o build\src\fortran\cantera_thermo.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_thermo.f90
gfortran -o build\src\fortran\cantera_kinetics.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_kinetics.f90
gfortran -o build\src\fortran\cantera_iface.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_iface.f90
gfortran -o build\src\fortran\cantera_transport.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_transport.f90
gfortran -o build\src\fortran\cantera_funcs.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera_funcs.f90
gfortran -o build\src\fortran\cantera.o -c -O3 -Ibuild\src\fortran -Isrc\fortran -Isrc\fortran -Jbuild\src\fortran src\fortran\cantera.f90
g++ -o build\src\fortran\fct.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -Iinclude -Isrc -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\fortran\fct.cpp
g++ -o build\src\fortran\fctxml.o -c -std=c++0x -O3 -Wno-inline -g -DNDEBUG -Iinclude -Isrc -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\fortran\fctxml.cpp
ar rc build\lib\libcantera_fortran.a build\src\fortran\cantera.o build\src\fortran\cantera_funcs.o build\src\fortran\cantera_iface.o build\src\fortran\cantera_kinetics.o build\src\fortran\cantera_thermo.o build\src\fortran\cantera_transport.o build\src\fortran\cantera_xml.o build\src\fortran\fct_interface.o build\src\fortran\fctxml_interface.o build\src\fortran\fct.o build\src\fortran\fctxml.o
ranlib build\lib\libcantera_fortran.a
g++ -o build\ext\libexecstream\exec-stream.o -c -std=c++0x -O3 -Wno-inline -g -w -DNDEBUG -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\libexecstream\exec-stream.cpp
ConfigBuilder(["include\cantera\ext\sundials\sundials_config.h"], ["ext\sundials_config.h.in"])
Generating include\cantera\ext\sundials\sundials_config.h with the following settings:
    SUNDIALS_BLAS_LAPACK                *undefined*
    SUNDIALS_USE_GENERIC_MATH           *undefined*
gcc -o build\ext\sundials\src\sundials\sundials_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_band.c
gcc -o build\ext\sundials\src\sundials\sundials_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_dense.c
gcc -o build\ext\sundials\src\sundials\sundials_direct.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_direct.c
gcc -o build\ext\sundials\src\sundials\sundials_iterative.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_iterative.c
gcc -o build\ext\sundials\src\sundials\sundials_linearsolver.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_linearsolver.c
gcc -o build\ext\sundials\src\sundials\sundials_math.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_math.c
gcc -o build\ext\sundials\src\sundials\sundials_matrix.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_matrix.c
gcc -o build\ext\sundials\src\sundials\sundials_nvector.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_nvector.c
gcc -o build\ext\sundials\src\sundials\sundials_pcg.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_pcg.c
gcc -o build\ext\sundials\src\sundials\sundials_sparse.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_sparse.c
gcc -o build\ext\sundials\src\sundials\sundials_spbcgs.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_spbcgs.c
gcc -o build\ext\sundials\src\sundials\sundials_spfgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_spfgmr.c
gcc -o build\ext\sundials\src\sundials\sundials_spgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_spgmr.c
gcc -o build\ext\sundials\src\sundials\sundials_sptfqmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_sptfqmr.c
gcc -o build\ext\sundials\src\sundials\sundials_version.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sundials\sundials_version.c
gcc -o build\ext\sundials\src\nvec_ser\fnvector_serial.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\nvec_ser\fnvector_serial.c
gcc -o build\ext\sundials\src\nvec_ser\nvector_serial.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\nvec_ser\nvector_serial.c
gcc -o build\ext\sundials\src\cvodes\cvodea.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodea.c
gcc -o build\ext\sundials\src\cvodes\cvodea_io.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodea_io.c
gcc -o build\ext\sundials\src\cvodes\cvodes.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes.c
gcc -o build\ext\sundials\src\cvodes\cvodes_bandpre.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_bandpre.c
gcc -o build\ext\sundials\src\cvodes\cvodes_bbdpre.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_bbdpre.c
gcc -o build\ext\sundials\src\cvodes\cvodes_diag.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_diag.c
gcc -o build\ext\sundials\src\cvodes\cvodes_direct.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_direct.c
gcc -o build\ext\sundials\src\cvodes\cvodes_io.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_io.c
gcc -o build\ext\sundials\src\cvodes\cvodes_spils.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\cvodes\cvodes_spils.c
gcc -o build\ext\sundials\src\ida\ida.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida.c
gcc -o build\ext\sundials\src\ida\ida_bbdpre.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_bbdpre.c
gcc -o build\ext\sundials\src\ida\ida_direct.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_direct.c
gcc -o build\ext\sundials\src\ida\ida_ic.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_ic.c
gcc -o build\ext\sundials\src\ida\ida_io.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_io.c
gcc -o build\ext\sundials\src\ida\ida_spils.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\ida\ida_spils.c
gcc -o build\ext\sundials\src\sunmat_band\fsunmatrix_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_band\fsunmatrix_band.c
gcc -o build\ext\sundials\src\sunmat_band\sunmatrix_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_band\sunmatrix_band.c
gcc -o build\ext\sundials\src\sunmat_dense\fsunmatrix_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_dense\fsunmatrix_dense.c
gcc -o build\ext\sundials\src\sunmat_dense\sunmatrix_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_dense\sunmatrix_dense.c
gcc -o build\ext\sundials\src\sunmat_sparse\fsunmatrix_sparse.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_sparse\fsunmatrix_sparse.c
gcc -o build\ext\sundials\src\sunmat_sparse\sunmatrix_sparse.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunmat_sparse\sunmatrix_sparse.c
gcc -o build\ext\sundials\src\sunlinsol_dense\fsunlinsol_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_dense\fsunlinsol_dense.c
gcc -o build\ext\sundials\src\sunlinsol_dense\sunlinsol_dense.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_dense\sunlinsol_dense.c
gcc -o build\ext\sundials\src\sunlinsol_band\fsunlinsol_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_band\fsunlinsol_band.c
gcc -o build\ext\sundials\src\sunlinsol_band\sunlinsol_band.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_band\sunlinsol_band.c
gcc -o build\ext\sundials\src\sunlinsol_spgmr\fsunlinsol_spgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_spgmr\fsunlinsol_spgmr.c
gcc -o build\ext\sundials\src\sunlinsol_spgmr\sunlinsol_spgmr.o -c -O3 -Wno-inline -g -w -DNDEBUG -Iinclude\cantera\ext -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 ext\sundials\src\sunlinsol_spgmr\sunlinsol_spgmr.c
g++ -o src\pch\system.h.gch -x c++-header -c -std=c++0x -O3 -Wno-inline -g -Wall -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\pch\system.h
g++ -o build\src\base\AnyMap.o -c -std=c++0x -O3 -Wno-inline -g -Wall -include src/pch/system.h -DNDEBUG -Iinclude -Iinclude\cantera\ext -Ibuild\src -ID:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera\boost_1_63_0 src\base\AnyMap.cpp

scons: *** [build\src\base\AnyMap.o] Error 1
scons: building terminated because of errors.
Duration 51304 ms.

Manik Mayur

unread,
Sep 7, 2018, 6:29:59 AM9/7/18
to Cantera Users' Group
Continued...

Ray Speth

unread,
Sep 7, 2018, 6:17:34 PM9/7/18
to Cantera Users' Group
Manik,

Well, that helps a bit. The AnyMap class is new in Cantera 2.4.0, so at least that is something to work with. That said, there's really no reason that compiling this source file should cause the compiler to crash. The only things I can think of suggesting are to try either a different version of TDM-GCC or a different version of Boost. I see that you're already using the most recent version of TDM-GCC, but maybe this is a bug that exists only in the current version. In either case, I think this is a bug you'll have to take up with the TDM-GCC developers, although they'll probably want to see a more minimal example.

Regards,
Ray


On Friday, September 7, 2018 at 6:28:34 AM UTC-4, Manik Mayur wrote:
Ray,

I did fix the first SCons warning,

scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\SConstruct", line 155, in <module>The 

Manik Mayur

unread,
Sep 12, 2018, 9:06:53 AM9/12/18
to Cantera Users' Group
Ray,

As you susptected, the bug was with the version of TDM-GCC compiler (v. 5.1.0) that I was using. I changed the compiler to MinGW (http://mingw-w64.org) v 5.4.0 and "atleast" the compilation is successful.

Now, I am getting the following error while installing. Can you give me some pointers on the error?

find_module_dir(["interfaces\python_minimal\dummy2"], ["build\python2\cantera\__init__.py"])
scons: *** [interfaces\python_minimal\dummy2] IndexError : list index out of range
Traceback (most recent call last):
  File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\scons-3.0.1\SCons\Action.py", line 1197, in execute
    result = self.execfunction(target=target, source=rsources, env=env)
  File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\interfaces\python_minimal\SConscript", line 54, in find_module_dir
    py_ver = str(source[0]).split('/')[1][-1]
IndexError: list index out of range

Here is the complete log from installation part:
...
...
*******************************************************
Compilation completed successfully.

- To run the test suite, type 'scons test'.
- To install, type 'scons install'.
- To create a Windows MSI installer, type 'scons msi'.
*******************************************************
Install file: "include\cantera\Edge.h" as "D:\Cantera\include\cantera\Edge.h"
Install file: "include\cantera\IdealGasMix.h" as "D:\Cantera\include\cantera\IdealGasMix.h"
Install file: "include\cantera\IncompressibleSolid.h" as "D:\Cantera\include\cantera\IncompressibleSolid.h"
Install file: "include\cantera\Interface.h" as "D:\Cantera\include\cantera\Interface.h"
Install file: "include\cantera\Metal.h" as "D:\Cantera\include\cantera\Metal.h"
Install file: "include\cantera\PureFluid.h" as "D:\Cantera\include\cantera\PureFluid.h"
Install file: "include\cantera\base\AnyMap.h" as "D:\Cantera\include\cantera\base\AnyMap.h"
Install file: "include\cantera\base\AnyMap.inl.h" as "D:\Cantera\include\cantera\base\AnyMap.inl.h"
Install file: "include\cantera\base\Array.h" as "D:\Cantera\include\cantera\base\Array.h"
Install file: "include\cantera\base\FactoryBase.h" as "D:\Cantera\include\cantera\base\FactoryBase.h"
Install file: "include\cantera\base\ValueCache.h" as "D:\Cantera\include\cantera\base\ValueCache.h"
Install file: "include\cantera\base\clockWC.h" as "D:\Cantera\include\cantera\base\clockWC.h"
Install file: "include\cantera\base\config.h" as "D:\Cantera\include\cantera\base\config.h"
Install file: "include\cantera\base\config.h.in" as "D:\Cantera\include\cantera\base\config.h.in"
Install file: "include\cantera\base\ct_defs.h" as "D:\Cantera\include\cantera\base\ct_defs.h"
Install file: "include\cantera\base\ctexceptions.h" as "D:\Cantera\include\cantera\base\ctexceptions.h"
Install file: "include\cantera\base\ctml.h" as "D:\Cantera\include\cantera\base\ctml.h"
Install file: "include\cantera\base\fmt.h" as "D:\Cantera\include\cantera\base\fmt.h"
Install file: "include\cantera\base\global.h" as "D:\Cantera\include\cantera\base\global.h"
Install file: "include\cantera\base\logger.h" as "D:\Cantera\include\cantera\base\logger.h"
Install file: "include\cantera\base\plots.h" as "D:\Cantera\include\cantera\base\plots.h"
Install file: "include\cantera\base\stringUtils.h" as "D:\Cantera\include\cantera\base\stringUtils.h"
Install file: "include\cantera\base\utilities.h" as "D:\Cantera\include\cantera\base\utilities.h"
Install file: "include\cantera\base\xml.h" as "D:\Cantera\include\cantera\base\xml.h"
Install file: "include\cantera\clib\clib_defs.h" as "D:\Cantera\include\cantera\clib\clib_defs.h"
Install file: "include\cantera\clib\ct.h" as "D:\Cantera\include\cantera\clib\ct.h"
Install file: "include\cantera\clib\ctfunc.h" as "D:\Cantera\include\cantera\clib\ctfunc.h"
Install file: "include\cantera\clib\ctmatlab.h" as "D:\Cantera\include\cantera\clib\ctmatlab.h"
Install file: "include\cantera\clib\ctmultiphase.h" as "D:\Cantera\include\cantera\clib\ctmultiphase.h"
Install file: "include\cantera\clib\ctonedim.h" as "D:\Cantera\include\cantera\clib\ctonedim.h"
Install file: "include\cantera\clib\ctreactor.h" as "D:\Cantera\include\cantera\clib\ctreactor.h"
Install file: "include\cantera\clib\ctrpath.h" as "D:\Cantera\include\cantera\clib\ctrpath.h"
Install file: "include\cantera\clib\ctsurf.h" as "D:\Cantera\include\cantera\clib\ctsurf.h"
Install file: "include\cantera\clib\ctxml.h" as "D:\Cantera\include\cantera\clib\ctxml.h"
Install file: "include\cantera\cython\funcWrapper.h" as "D:\Cantera\include\cantera\cython\funcWrapper.h"
Install file: "include\cantera\cython\wrappers.h" as "D:\Cantera\include\cantera\cython\wrappers.h"
Install file: "include\cantera\equil\ChemEquil.h" as "D:\Cantera\include\cantera\equil\ChemEquil.h"
Install file: "include\cantera\equil\MultiPhase.h" as "D:\Cantera\include\cantera\equil\MultiPhase.h"
Install file: "include\cantera\equil\MultiPhaseEquil.h" as "D:\Cantera\include\cantera\equil\MultiPhaseEquil.h"
Install file: "include\cantera\equil\vcs_MultiPhaseEquil.h" as "D:\Cantera\include\cantera\equil\vcs_MultiPhaseEquil.h"
Install file: "include\cantera\equil\vcs_SpeciesProperties.h" as "D:\Cantera\include\cantera\equil\vcs_SpeciesProperties.h"
Install file: "include\cantera\equil\vcs_VolPhase.h" as "D:\Cantera\include\cantera\equil\vcs_VolPhase.h"
Install file: "include\cantera\equil\vcs_defs.h" as "D:\Cantera\include\cantera\equil\vcs_defs.h"
Install file: "include\cantera\equil\vcs_internal.h" as "D:\Cantera\include\cantera\equil\vcs_internal.h"
Install file: "include\cantera\equil\vcs_solve.h" as "D:\Cantera\include\cantera\equil\vcs_solve.h"
Install file: "include\cantera\equil\vcs_species_thermo.h" as "D:\Cantera\include\cantera\equil\vcs_species_thermo.h"
Install file: "include\cantera\ext\Eigen\CMakeLists.txt" as "D:\Cantera\include\cantera\ext\Eigen\CMakeLists.txt"
Install file: "include\cantera\ext\Eigen\Cholesky" as "D:\Cantera\include\cantera\ext\Eigen\Cholesky"
Install file: "include\cantera\ext\Eigen\CholmodSupport" as "D:\Cantera\include\cantera\ext\Eigen\CholmodSupport"
Install file: "include\cantera\ext\Eigen\Core" as "D:\Cantera\include\cantera\ext\Eigen\Core"
Install file: "include\cantera\ext\Eigen\Dense" as "D:\Cantera\include\cantera\ext\Eigen\Dense"
Install file: "include\cantera\ext\Eigen\Eigen" as "D:\Cantera\include\cantera\ext\Eigen\Eigen"
Install file: "include\cantera\ext\Eigen\Eigenvalues" as "D:\Cantera\include\cantera\ext\Eigen\Eigenvalues"
Install file: "include\cantera\ext\Eigen\Geometry" as "D:\Cantera\include\cantera\ext\Eigen\Geometry"
Install file: "include\cantera\ext\Eigen\Householder" as "D:\Cantera\include\cantera\ext\Eigen\Householder"
Install file: "include\cantera\ext\Eigen\IterativeLinearSolvers" as "D:\Cantera\include\cantera\ext\Eigen\IterativeLinearSolvers"
Install file: "include\cantera\ext\Eigen\Jacobi" as "D:\Cantera\include\cantera\ext\Eigen\Jacobi"
Install file: "include\cantera\ext\Eigen\LU" as "D:\Cantera\include\cantera\ext\Eigen\LU"
Install file: "include\cantera\ext\Eigen\MetisSupport" as "D:\Cantera\include\cantera\ext\Eigen\MetisSupport"
Install file: "include\cantera\ext\Eigen\OrderingMethods" as "D:\Cantera\include\cantera\ext\Eigen\OrderingMethods"
Install file: "include\cantera\ext\Eigen\PaStiXSupport" as "D:\Cantera\include\cantera\ext\Eigen\PaStiXSupport"
Install file: "include\cantera\ext\Eigen\PardisoSupport" as "D:\Cantera\include\cantera\ext\Eigen\PardisoSupport"
Install file: "include\cantera\ext\Eigen\QR" as "D:\Cantera\include\cantera\ext\Eigen\QR"
Install file: "include\cantera\ext\Eigen\QtAlignedMalloc" as "D:\Cantera\include\cantera\ext\Eigen\QtAlignedMalloc"
Install file: "include\cantera\ext\Eigen\SPQRSupport" as "D:\Cantera\include\cantera\ext\Eigen\SPQRSupport"
Install file: "include\cantera\ext\Eigen\SVD" as "D:\Cantera\include\cantera\ext\Eigen\SVD"
Install file: "include\cantera\ext\Eigen\Sparse" as "D:\Cantera\include\cantera\ext\Eigen\Sparse"
Install file: "include\cantera\ext\Eigen\SparseCholesky" as "D:\Cantera\include\cantera\ext\Eigen\SparseCholesky"
Install file: "include\cantera\ext\Eigen\SparseCore" as "D:\Cantera\include\cantera\ext\Eigen\SparseCore"
Install file: "include\cantera\ext\Eigen\SparseLU" as "D:\Cantera\include\cantera\ext\Eigen\SparseLU"
Install file: "include\cantera\ext\Eigen\SparseQR" as "D:\Cantera\include\cantera\ext\Eigen\SparseQR"
Install file: "include\cantera\ext\Eigen\StdDeque" as "D:\Cantera\include\cantera\ext\Eigen\StdDeque"
Install file: "include\cantera\ext\Eigen\StdList" as "D:\Cantera\include\cantera\ext\Eigen\StdList"
Install file: "include\cantera\ext\Eigen\StdVector" as "D:\Cantera\include\cantera\ext\Eigen\StdVector"
Install file: "include\cantera\ext\Eigen\SuperLUSupport" as "D:\Cantera\include\cantera\ext\Eigen\SuperLUSupport"
Install file: "include\cantera\ext\Eigen\UmfPackSupport" as "D:\Cantera\include\cantera\ext\Eigen\UmfPackSupport"
Install file: "include\cantera\ext\Eigen\src\Cholesky\LDLT.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Cholesky\LDLT.h"
Install file: "include\cantera\ext\Eigen\src\Cholesky\LLT.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Cholesky\LLT.h"
Install file: "include\cantera\ext\Eigen\src\Cholesky\LLT_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Cholesky\LLT_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\CholmodSupport\CholmodSupport.h" as "D:\Cantera\include\cantera\ext\Eigen\src\CholmodSupport\CholmodSupport.h"
Install file: "include\cantera\ext\Eigen\src\Core\Array.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Array.h"
Install file: "include\cantera\ext\Eigen\src\Core\ArrayBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\ArrayBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\ArrayWrapper.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\ArrayWrapper.h"
Install file: "include\cantera\ext\Eigen\src\Core\Assign.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Assign.h"
Install file: "include\cantera\ext\Eigen\src\Core\AssignEvaluator.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\AssignEvaluator.h"
Install file: "include\cantera\ext\Eigen\src\Core\Assign_MKL.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Assign_MKL.h"
Install file: "include\cantera\ext\Eigen\src\Core\BandMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\BandMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\Block.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Block.h"
Install file: "include\cantera\ext\Eigen\src\Core\BooleanRedux.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\BooleanRedux.h"
Install file: "include\cantera\ext\Eigen\src\Core\CommaInitializer.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CommaInitializer.h"
Install file: "include\cantera\ext\Eigen\src\Core\ConditionEstimator.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\ConditionEstimator.h"
Install file: "include\cantera\ext\Eigen\src\Core\CoreEvaluators.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CoreEvaluators.h"
Install file: "include\cantera\ext\Eigen\src\Core\CoreIterators.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CoreIterators.h"
Install file: "include\cantera\ext\Eigen\src\Core\CwiseBinaryOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CwiseBinaryOp.h"
Install file: "include\cantera\ext\Eigen\src\Core\CwiseNullaryOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CwiseNullaryOp.h"
Install file: "include\cantera\ext\Eigen\src\Core\CwiseTernaryOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CwiseTernaryOp.h"
Install file: "include\cantera\ext\Eigen\src\Core\CwiseUnaryOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CwiseUnaryOp.h"
Install file: "include\cantera\ext\Eigen\src\Core\CwiseUnaryView.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\CwiseUnaryView.h"
Install file: "include\cantera\ext\Eigen\src\Core\DenseBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\DenseBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\DenseCoeffsBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\DenseCoeffsBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\DenseStorage.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\DenseStorage.h"
Install file: "include\cantera\ext\Eigen\src\Core\Diagonal.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Diagonal.h"
Install file: "include\cantera\ext\Eigen\src\Core\DiagonalMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\DiagonalMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\DiagonalProduct.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\DiagonalProduct.h"
Install file: "include\cantera\ext\Eigen\src\Core\Dot.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Dot.h"
Install file: "include\cantera\ext\Eigen\src\Core\EigenBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\EigenBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\ForceAlignedAccess.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\ForceAlignedAccess.h"
Install file: "include\cantera\ext\Eigen\src\Core\Fuzzy.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Fuzzy.h"
Install file: "include\cantera\ext\Eigen\src\Core\GeneralProduct.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\GeneralProduct.h"
Install file: "include\cantera\ext\Eigen\src\Core\GenericPacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\GenericPacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\GlobalFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\GlobalFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\IO.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\IO.h"
Install file: "include\cantera\ext\Eigen\src\Core\Inverse.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Inverse.h"
Install file: "include\cantera\ext\Eigen\src\Core\Map.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Map.h"
Install file: "include\cantera\ext\Eigen\src\Core\MapBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\MapBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\MathFunctionsImpl.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\MathFunctionsImpl.h"
Install file: "include\cantera\ext\Eigen\src\Core\Matrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Matrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\MatrixBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\MatrixBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\NestByValue.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\NestByValue.h"
Install file: "include\cantera\ext\Eigen\src\Core\NoAlias.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\NoAlias.h"
Install file: "include\cantera\ext\Eigen\src\Core\NumTraits.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\NumTraits.h"
Install file: "include\cantera\ext\Eigen\src\Core\PermutationMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\PermutationMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\PlainObjectBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\PlainObjectBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\Product.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Product.h"
Install file: "include\cantera\ext\Eigen\src\Core\ProductEvaluators.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\ProductEvaluators.h"
Install file: "include\cantera\ext\Eigen\src\Core\Random.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Random.h"
Install file: "include\cantera\ext\Eigen\src\Core\Redux.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Redux.h"
Install file: "include\cantera\ext\Eigen\src\Core\Ref.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Ref.h"
Install file: "include\cantera\ext\Eigen\src\Core\Replicate.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Replicate.h"
Install file: "include\cantera\ext\Eigen\src\Core\ReturnByValue.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\ReturnByValue.h"
Install file: "include\cantera\ext\Eigen\src\Core\Reverse.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Reverse.h"
Install file: "include\cantera\ext\Eigen\src\Core\Select.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Select.h"
Install file: "include\cantera\ext\Eigen\src\Core\SelfAdjointView.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\SelfAdjointView.h"
Install file: "include\cantera\ext\Eigen\src\Core\SelfCwiseBinaryOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\SelfCwiseBinaryOp.h"
Install file: "include\cantera\ext\Eigen\src\Core\Solve.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Solve.h"
Install file: "include\cantera\ext\Eigen\src\Core\SolveTriangular.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\SolveTriangular.h"
Install file: "include\cantera\ext\Eigen\src\Core\SolverBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\SolverBase.h"
Install file: "include\cantera\ext\Eigen\src\Core\StableNorm.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\StableNorm.h"
Install file: "include\cantera\ext\Eigen\src\Core\Stride.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Stride.h"
Install file: "include\cantera\ext\Eigen\src\Core\Swap.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Swap.h"
Install file: "include\cantera\ext\Eigen\src\Core\Transpose.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Transpose.h"
Install file: "include\cantera\ext\Eigen\src\Core\Transpositions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Transpositions.h"
Install file: "include\cantera\ext\Eigen\src\Core\TriangularMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\TriangularMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\VectorBlock.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\VectorBlock.h"
Install file: "include\cantera\ext\Eigen\src\Core\VectorwiseOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\VectorwiseOp.h"
Install file: "include\cantera\ext\Eigen\src\Core\Visitor.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\Visitor.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AVX\Complex.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AVX\Complex.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AVX\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AVX\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AVX\PacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AVX\PacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AVX\TypeCasting.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AVX\TypeCasting.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AVX512\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AVX512\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AVX512\PacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AVX512\PacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AltiVec\Complex.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AltiVec\Complex.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AltiVec\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AltiVec\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\AltiVec\PacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\AltiVec\PacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\CUDA\Complex.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\CUDA\Complex.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\CUDA\Half.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\CUDA\Half.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\CUDA\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\CUDA\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\CUDA\PacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\CUDA\PacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\CUDA\PacketMathHalf.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\CUDA\PacketMathHalf.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\CUDA\TypeCasting.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\CUDA\TypeCasting.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\Default\Settings.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\Default\Settings.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\NEON\Complex.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\NEON\Complex.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\NEON\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\NEON\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\NEON\PacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\NEON\PacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\SSE\Complex.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\SSE\Complex.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\SSE\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\SSE\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\SSE\PacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\SSE\PacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\SSE\TypeCasting.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\SSE\TypeCasting.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\ZVector\Complex.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\ZVector\Complex.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\ZVector\MathFunctions.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\ZVector\MathFunctions.h"
Install file: "include\cantera\ext\Eigen\src\Core\arch\ZVector\PacketMath.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\arch\ZVector\PacketMath.h"
Install file: "include\cantera\ext\Eigen\src\Core\functors\AssignmentFunctors.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\functors\AssignmentFunctors.h"
Install file: "include\cantera\ext\Eigen\src\Core\functors\BinaryFunctors.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\functors\BinaryFunctors.h"
Install file: "include\cantera\ext\Eigen\src\Core\functors\NullaryFunctors.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\functors\NullaryFunctors.h"
Install file: "include\cantera\ext\Eigen\src\Core\functors\StlFunctors.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\functors\StlFunctors.h"
Install file: "include\cantera\ext\Eigen\src\Core\functors\TernaryFunctors.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\functors\TernaryFunctors.h"
Install file: "include\cantera\ext\Eigen\src\Core\functors\UnaryFunctors.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\functors\UnaryFunctors.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\GeneralBlockPanelKernel.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\GeneralBlockPanelKernel.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrixTriangular.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrixTriangular.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrixTriangular_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrixTriangular_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrix_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\GeneralMatrixMatrix_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\GeneralMatrixVector.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\GeneralMatrixVector.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\GeneralMatrixVector_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\GeneralMatrixVector_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\Parallelizer.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\Parallelizer.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixMatrix_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixMatrix_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixVector.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixVector.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixVector_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\SelfadjointMatrixVector_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\SelfadjointProduct.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\SelfadjointProduct.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\SelfadjointRank2Update.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\SelfadjointRank2Update.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\TriangularMatrixMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\TriangularMatrixMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\TriangularMatrixMatrix_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\TriangularMatrixMatrix_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\TriangularMatrixVector.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\TriangularMatrixVector.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\TriangularMatrixVector_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\TriangularMatrixVector_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\TriangularSolverMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\TriangularSolverMatrix.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\TriangularSolverMatrix_BLAS.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\TriangularSolverMatrix_BLAS.h"
Install file: "include\cantera\ext\Eigen\src\Core\products\TriangularSolverVector.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\products\TriangularSolverVector.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\BlasUtil.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\BlasUtil.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\Constants.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\Constants.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\DisableStupidWarnings.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\DisableStupidWarnings.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\ForwardDeclarations.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\ForwardDeclarations.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\MKL_support.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\MKL_support.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\Macros.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\Macros.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\Memory.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\Memory.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\Meta.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\Meta.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\NonMPL2.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\NonMPL2.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\ReenableStupidWarnings.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\ReenableStupidWarnings.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\StaticAssert.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\StaticAssert.h"
Install file: "include\cantera\ext\Eigen\src\Core\util\XprHelper.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Core\util\XprHelper.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\ComplexEigenSolver.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\ComplexEigenSolver.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\ComplexSchur.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\ComplexSchur.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\ComplexSchur_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\ComplexSchur_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\EigenSolver.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\EigenSolver.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\GeneralizedEigenSolver.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\GeneralizedEigenSolver.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\GeneralizedSelfAdjointEigenSolver.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\GeneralizedSelfAdjointEigenSolver.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\HessenbergDecomposition.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\HessenbergDecomposition.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\MatrixBaseEigenvalues.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\MatrixBaseEigenvalues.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\RealQZ.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\RealQZ.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\RealSchur.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\RealSchur.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\RealSchur_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\RealSchur_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\SelfAdjointEigenSolver.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\SelfAdjointEigenSolver.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\SelfAdjointEigenSolver_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\SelfAdjointEigenSolver_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\Eigenvalues\Tridiagonalization.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Eigenvalues\Tridiagonalization.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\AlignedBox.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\AlignedBox.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\AngleAxis.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\AngleAxis.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\EulerAngles.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\EulerAngles.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Homogeneous.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Homogeneous.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Hyperplane.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Hyperplane.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\OrthoMethods.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\OrthoMethods.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\ParametrizedLine.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\ParametrizedLine.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Quaternion.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Quaternion.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Rotation2D.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Rotation2D.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\RotationBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\RotationBase.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Scaling.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Scaling.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Transform.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Transform.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Translation.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Translation.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\Umeyama.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\Umeyama.h"
Install file: "include\cantera\ext\Eigen\src\Geometry\arch\Geometry_SSE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Geometry\arch\Geometry_SSE.h"
Install file: "include\cantera\ext\Eigen\src\Householder\BlockHouseholder.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Householder\BlockHouseholder.h"
Install file: "include\cantera\ext\Eigen\src\Householder\Householder.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Householder\Householder.h"
Install file: "include\cantera\ext\Eigen\src\Householder\HouseholderSequence.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Householder\HouseholderSequence.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\BasicPreconditioners.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\BasicPreconditioners.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\BiCGSTAB.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\BiCGSTAB.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\ConjugateGradient.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\ConjugateGradient.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\IncompleteCholesky.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\IncompleteCholesky.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\IncompleteLUT.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\IncompleteLUT.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\IterativeSolverBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\IterativeSolverBase.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\LeastSquareConjugateGradient.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\LeastSquareConjugateGradient.h"
Install file: "include\cantera\ext\Eigen\src\IterativeLinearSolvers\SolveWithGuess.h" as "D:\Cantera\include\cantera\ext\Eigen\src\IterativeLinearSolvers\SolveWithGuess.h"
Install file: "include\cantera\ext\Eigen\src\Jacobi\Jacobi.h" as "D:\Cantera\include\cantera\ext\Eigen\src\Jacobi\Jacobi.h"
Install file: "include\cantera\ext\Eigen\src\LU\Determinant.h" as "D:\Cantera\include\cantera\ext\Eigen\src\LU\Determinant.h"
Install file: "include\cantera\ext\Eigen\src\LU\FullPivLU.h" as "D:\Cantera\include\cantera\ext\Eigen\src\LU\FullPivLU.h"
Install file: "include\cantera\ext\Eigen\src\LU\InverseImpl.h" as "D:\Cantera\include\cantera\ext\Eigen\src\LU\InverseImpl.h"
Install file: "include\cantera\ext\Eigen\src\LU\PartialPivLU.h" as "D:\Cantera\include\cantera\ext\Eigen\src\LU\PartialPivLU.h"
Install file: "include\cantera\ext\Eigen\src\LU\PartialPivLU_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\LU\PartialPivLU_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\LU\arch\Inverse_SSE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\LU\arch\Inverse_SSE.h"
Install file: "include\cantera\ext\Eigen\src\MetisSupport\MetisSupport.h" as "D:\Cantera\include\cantera\ext\Eigen\src\MetisSupport\MetisSupport.h"
Install file: "include\cantera\ext\Eigen\src\OrderingMethods\Amd.h" as "D:\Cantera\include\cantera\ext\Eigen\src\OrderingMethods\Amd.h"
Install file: "include\cantera\ext\Eigen\src\OrderingMethods\Eigen_Colamd.h" as "D:\Cantera\include\cantera\ext\Eigen\src\OrderingMethods\Eigen_Colamd.h"
Install file: "include\cantera\ext\Eigen\src\OrderingMethods\Ordering.h" as "D:\Cantera\include\cantera\ext\Eigen\src\OrderingMethods\Ordering.h"
Install file: "include\cantera\ext\Eigen\src\PaStiXSupport\PaStiXSupport.h" as "D:\Cantera\include\cantera\ext\Eigen\src\PaStiXSupport\PaStiXSupport.h"
Install file: "include\cantera\ext\Eigen\src\PardisoSupport\PardisoSupport.h" as "D:\Cantera\include\cantera\ext\Eigen\src\PardisoSupport\PardisoSupport.h"
Install file: "include\cantera\ext\Eigen\src\QR\ColPivHouseholderQR.h" as "D:\Cantera\include\cantera\ext\Eigen\src\QR\ColPivHouseholderQR.h"
Install file: "include\cantera\ext\Eigen\src\QR\ColPivHouseholderQR_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\QR\ColPivHouseholderQR_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\QR\CompleteOrthogonalDecomposition.h" as "D:\Cantera\include\cantera\ext\Eigen\src\QR\CompleteOrthogonalDecomposition.h"
Install file: "include\cantera\ext\Eigen\src\QR\FullPivHouseholderQR.h" as "D:\Cantera\include\cantera\ext\Eigen\src\QR\FullPivHouseholderQR.h"
Install file: "include\cantera\ext\Eigen\src\QR\HouseholderQR.h" as "D:\Cantera\include\cantera\ext\Eigen\src\QR\HouseholderQR.h"
Install file: "include\cantera\ext\Eigen\src\QR\HouseholderQR_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\QR\HouseholderQR_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\SPQRSupport\SuiteSparseQRSupport.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SPQRSupport\SuiteSparseQRSupport.h"
Install file: "include\cantera\ext\Eigen\src\SVD\BDCSVD.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SVD\BDCSVD.h"
Install file: "include\cantera\ext\Eigen\src\SVD\JacobiSVD.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SVD\JacobiSVD.h"
Install file: "include\cantera\ext\Eigen\src\SVD\JacobiSVD_LAPACKE.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SVD\JacobiSVD_LAPACKE.h"
Install file: "include\cantera\ext\Eigen\src\SVD\SVDBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SVD\SVDBase.h"
Install file: "include\cantera\ext\Eigen\src\SVD\UpperBidiagonalization.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SVD\UpperBidiagonalization.h"
Install file: "include\cantera\ext\Eigen\src\SparseCholesky\SimplicialCholesky.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCholesky\SimplicialCholesky.h"
Install file: "include\cantera\ext\Eigen\src\SparseCholesky\SimplicialCholesky_impl.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCholesky\SimplicialCholesky_impl.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\AmbiVector.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\AmbiVector.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\CompressedStorage.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\CompressedStorage.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\ConservativeSparseSparseProduct.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\ConservativeSparseSparseProduct.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\MappedSparseMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\MappedSparseMatrix.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseAssign.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseAssign.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseBlock.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseBlock.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseColEtree.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseColEtree.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseCompressedBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseCompressedBase.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseCwiseBinaryOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseCwiseBinaryOp.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseCwiseUnaryOp.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseCwiseUnaryOp.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseDenseProduct.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseDenseProduct.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseDiagonalProduct.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseDiagonalProduct.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseDot.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseDot.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseFuzzy.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseFuzzy.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseMap.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseMap.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseMatrix.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseMatrixBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseMatrixBase.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparsePermutation.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparsePermutation.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseProduct.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseProduct.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseRedux.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseRedux.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseRef.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseRef.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseSelfAdjointView.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseSelfAdjointView.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseSolverBase.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseSolverBase.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseSparseProductWithPruning.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseSparseProductWithPruning.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseTranspose.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseTranspose.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseTriangularView.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseTriangularView.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseUtil.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseUtil.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseVector.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseVector.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\SparseView.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\SparseView.h"
Install file: "include\cantera\ext\Eigen\src\SparseCore\TriangularSolver.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseCore\TriangularSolver.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLUImpl.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLUImpl.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_Memory.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_Memory.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_Structs.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_Structs.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_SupernodalMatrix.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_SupernodalMatrix.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_Utils.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_Utils.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_column_bmod.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_column_bmod.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_column_dfs.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_column_dfs.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_copy_to_ucol.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_copy_to_ucol.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_gemm_kernel.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_gemm_kernel.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_heap_relax_snode.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_heap_relax_snode.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_kernel_bmod.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_kernel_bmod.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_panel_bmod.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_panel_bmod.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_panel_dfs.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_panel_dfs.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_pivotL.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_pivotL.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_pruneL.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_pruneL.h"
Install file: "include\cantera\ext\Eigen\src\SparseLU\SparseLU_relax_snode.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseLU\SparseLU_relax_snode.h"
Install file: "include\cantera\ext\Eigen\src\SparseQR\SparseQR.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SparseQR\SparseQR.h"
Install file: "include\cantera\ext\Eigen\src\StlSupport\StdDeque.h" as "D:\Cantera\include\cantera\ext\Eigen\src\StlSupport\StdDeque.h"
Install file: "include\cantera\ext\Eigen\src\StlSupport\StdList.h" as "D:\Cantera\include\cantera\ext\Eigen\src\StlSupport\StdList.h"
Install file: "include\cantera\ext\Eigen\src\StlSupport\StdVector.h" as "D:\Cantera\include\cantera\ext\Eigen\src\StlSupport\StdVector.h"
Install file: "include\cantera\ext\Eigen\src\StlSupport\details.h" as "D:\Cantera\include\cantera\ext\Eigen\src\StlSupport\details.h"
Install file: "include\cantera\ext\Eigen\src\SuperLUSupport\SuperLUSupport.h" as "D:\Cantera\include\cantera\ext\Eigen\src\SuperLUSupport\SuperLUSupport.h"
Install file: "include\cantera\ext\Eigen\src\UmfPackSupport\UmfPackSupport.h" as "D:\Cantera\include\cantera\ext\Eigen\src\UmfPackSupport\UmfPackSupport.h"
Install file: "include\cantera\ext\Eigen\src\misc\Image.h" as "D:\Cantera\include\cantera\ext\Eigen\src\misc\Image.h"
Install file: "include\cantera\ext\Eigen\src\misc\Kernel.h" as "D:\Cantera\include\cantera\ext\Eigen\src\misc\Kernel.h"
Install file: "include\cantera\ext\Eigen\src\misc\RealSvd2x2.h" as "D:\Cantera\include\cantera\ext\Eigen\src\misc\RealSvd2x2.h"
Install file: "include\cantera\ext\Eigen\src\misc\blas.h" as "D:\Cantera\include\cantera\ext\Eigen\src\misc\blas.h"
Install file: "include\cantera\ext\Eigen\src\misc\lapack.h" as "D:\Cantera\include\cantera\ext\Eigen\src\misc\lapack.h"
Install file: "include\cantera\ext\Eigen\src\misc\lapacke.h" as "D:\Cantera\include\cantera\ext\Eigen\src\misc\lapacke.h"
Install file: "include\cantera\ext\Eigen\src\misc\lapacke_mangling.h" as "D:\Cantera\include\cantera\ext\Eigen\src\misc\lapacke_mangling.h"
Install file: "include\cantera\ext\Eigen\src\plugins\ArrayCwiseBinaryOps.h" as "D:\Cantera\include\cantera\ext\Eigen\src\plugins\ArrayCwiseBinaryOps.h"
Install file: "include\cantera\ext\Eigen\src\plugins\ArrayCwiseUnaryOps.h" as "D:\Cantera\include\cantera\ext\Eigen\src\plugins\ArrayCwiseUnaryOps.h"
Install file: "include\cantera\ext\Eigen\src\plugins\BlockMethods.h" as "D:\Cantera\include\cantera\ext\Eigen\src\plugins\BlockMethods.h"
Install file: "include\cantera\ext\Eigen\src\plugins\CommonCwiseBinaryOps.h" as "D:\Cantera\include\cantera\ext\Eigen\src\plugins\CommonCwiseBinaryOps.h"
Install file: "include\cantera\ext\Eigen\src\plugins\CommonCwiseUnaryOps.h" as "D:\Cantera\include\cantera\ext\Eigen\src\plugins\CommonCwiseUnaryOps.h"
Install file: "include\cantera\ext\Eigen\src\plugins\MatrixCwiseBinaryOps.h" as "D:\Cantera\include\cantera\ext\Eigen\src\plugins\MatrixCwiseBinaryOps.h"
Install file: "include\cantera\ext\Eigen\src\plugins\MatrixCwiseUnaryOps.h" as "D:\Cantera\include\cantera\ext\Eigen\src\plugins\MatrixCwiseUnaryOps.h"
Install file: "include\cantera\kinetics\AqueousKinetics.h" as "D:\Cantera\include\cantera\kinetics\AqueousKinetics.h"
Install file: "include\cantera\kinetics\BulkKinetics.h" as "D:\Cantera\include\cantera\kinetics\BulkKinetics.h"
Install file: "include\cantera\kinetics\EdgeKinetics.h" as "D:\Cantera\include\cantera\kinetics\EdgeKinetics.h"
Install file: "include\cantera\kinetics\Falloff.h" as "D:\Cantera\include\cantera\kinetics\Falloff.h"
Install file: "include\cantera\kinetics\FalloffFactory.h" as "D:\Cantera\include\cantera\kinetics\FalloffFactory.h"
Install file: "include\cantera\kinetics\FalloffMgr.h" as "D:\Cantera\include\cantera\kinetics\FalloffMgr.h"
Install file: "include\cantera\kinetics\GasKinetics.h" as "D:\Cantera\include\cantera\kinetics\GasKinetics.h"
Install file: "include\cantera\kinetics\Group.h" as "D:\Cantera\include\cantera\kinetics\Group.h"
Install file: "include\cantera\kinetics\ImplicitSurfChem.h" as "D:\Cantera\include\cantera\kinetics\ImplicitSurfChem.h"
Install file: "include\cantera\kinetics\InterfaceKinetics.h" as "D:\Cantera\include\cantera\kinetics\InterfaceKinetics.h"
Install file: "include\cantera\kinetics\Kinetics.h" as "D:\Cantera\include\cantera\kinetics\Kinetics.h"
Install file: "include\cantera\kinetics\KineticsFactory.h" as "D:\Cantera\include\cantera\kinetics\KineticsFactory.h"
Install file: "include\cantera\kinetics\RateCoeffMgr.h" as "D:\Cantera\include\cantera\kinetics\RateCoeffMgr.h"
Install file: "include\cantera\kinetics\Reaction.h" as "D:\Cantera\include\cantera\kinetics\Reaction.h"
Install file: "include\cantera\kinetics\ReactionPath.h" as "D:\Cantera\include\cantera\kinetics\ReactionPath.h"
Install file: "include\cantera\kinetics\RxnRates.h" as "D:\Cantera\include\cantera\kinetics\RxnRates.h"
Install file: "include\cantera\kinetics\StoichManager.h" as "D:\Cantera\include\cantera\kinetics\StoichManager.h"
Install file: "include\cantera\kinetics\ThirdBodyCalc.h" as "D:\Cantera\include\cantera\kinetics\ThirdBodyCalc.h"
Install file: "include\cantera\kinetics\importKinetics.h" as "D:\Cantera\include\cantera\kinetics\importKinetics.h"
Install file: "include\cantera\kinetics\reaction_defs.h" as "D:\Cantera\include\cantera\kinetics\reaction_defs.h"
Install file: "include\cantera\kinetics\solveSP.h" as "D:\Cantera\include\cantera\kinetics\solveSP.h"
Install file: "include\cantera\kinetics.h" as "D:\Cantera\include\cantera\kinetics.h"
Install file: "include\cantera\numerics\BandMatrix.h" as "D:\Cantera\include\cantera\numerics\BandMatrix.h"
Install file: "include\cantera\numerics\CVodesIntegrator.h" as "D:\Cantera\include\cantera\numerics\CVodesIntegrator.h"
Install file: "include\cantera\numerics\DAE_Solver.h" as "D:\Cantera\include\cantera\numerics\DAE_Solver.h"
Install file: "include\cantera\numerics\DenseMatrix.h" as "D:\Cantera\include\cantera\numerics\DenseMatrix.h"
Install file: "include\cantera\numerics\Func1.h" as "D:\Cantera\include\cantera\numerics\Func1.h"
Install file: "include\cantera\numerics\FuncEval.h" as "D:\Cantera\include\cantera\numerics\FuncEval.h"
Install file: "include\cantera\numerics\GeneralMatrix.h" as "D:\Cantera\include\cantera\numerics\GeneralMatrix.h"
Install file: "include\cantera\numerics\IDA_Solver.h" as "D:\Cantera\include\cantera\numerics\IDA_Solver.h"
Install file: "include\cantera\numerics\Integrator.h" as "D:\Cantera\include\cantera\numerics\Integrator.h"
Install file: "include\cantera\numerics\ResidEval.h" as "D:\Cantera\include\cantera\numerics\ResidEval.h"
Install file: "include\cantera\numerics\ResidJacEval.h" as "D:\Cantera\include\cantera\numerics\ResidJacEval.h"
Install file: "include\cantera\numerics\ctlapack.h" as "D:\Cantera\include\cantera\numerics\ctlapack.h"
Install file: "include\cantera\numerics\eigen_dense.h" as "D:\Cantera\include\cantera\numerics\eigen_dense.h"
Install file: "include\cantera\numerics\funcs.h" as "D:\Cantera\include\cantera\numerics\funcs.h"
Install file: "include\cantera\numerics\polyfit.h" as "D:\Cantera\include\cantera\numerics\polyfit.h"
Install file: "include\cantera\oneD\Domain1D.h" as "D:\Cantera\include\cantera\oneD\Domain1D.h"
Install file: "include\cantera\oneD\Inlet1D.h" as "D:\Cantera\include\cantera\oneD\Inlet1D.h"
Install file: "include\cantera\oneD\IonFlow.h" as "D:\Cantera\include\cantera\oneD\IonFlow.h"
Install file: "include\cantera\oneD\MultiJac.h" as "D:\Cantera\include\cantera\oneD\MultiJac.h"
Install file: "include\cantera\oneD\MultiNewton.h" as "D:\Cantera\include\cantera\oneD\MultiNewton.h"
Install file: "include\cantera\oneD\OneDim.h" as "D:\Cantera\include\cantera\oneD\OneDim.h"
Install file: "include\cantera\oneD\Sim1D.h" as "D:\Cantera\include\cantera\oneD\Sim1D.h"
Install file: "include\cantera\oneD\StFlow.h" as "D:\Cantera\include\cantera\oneD\StFlow.h"
Install file: "include\cantera\oneD\refine.h" as "D:\Cantera\include\cantera\oneD\refine.h"
Install file: "include\cantera\onedim.h" as "D:\Cantera\include\cantera\onedim.h"
Install file: "include\cantera\reactionpaths.h" as "D:\Cantera\include\cantera\reactionpaths.h"
Install file: "include\cantera\thermo\AdsorbateThermo.h" as "D:\Cantera\include\cantera\thermo\AdsorbateThermo.h"
Install file: "include\cantera\thermo\ConstCpPoly.h" as "D:\Cantera\include\cantera\thermo\ConstCpPoly.h"
Install file: "include\cantera\thermo\ConstDensityThermo.h" as "D:\Cantera\include\cantera\thermo\ConstDensityThermo.h"
Install file: "include\cantera\thermo\DebyeHuckel.h" as "D:\Cantera\include\cantera\thermo\DebyeHuckel.h"
Install file: "include\cantera\thermo\EdgePhase.h" as "D:\Cantera\include\cantera\thermo\EdgePhase.h"
Install file: "include\cantera\thermo\Elements.h" as "D:\Cantera\include\cantera\thermo\Elements.h"
Install file: "include\cantera\thermo\FixedChemPotSSTP.h" as "D:\Cantera\include\cantera\thermo\FixedChemPotSSTP.h"
Install file: "include\cantera\thermo\GibbsExcessVPSSTP.h" as "D:\Cantera\include\cantera\thermo\GibbsExcessVPSSTP.h"
Install file: "include\cantera\thermo\HMWSoln.h" as "D:\Cantera\include\cantera\thermo\HMWSoln.h"
Install file: "include\cantera\thermo\IdealGasPhase.h" as "D:\Cantera\include\cantera\thermo\IdealGasPhase.h"
Install file: "include\cantera\thermo\IdealMolalSoln.h" as "D:\Cantera\include\cantera\thermo\IdealMolalSoln.h"
Install file: "include\cantera\thermo\IdealSolidSolnPhase.h" as "D:\Cantera\include\cantera\thermo\IdealSolidSolnPhase.h"
Install file: "include\cantera\thermo\IdealSolnGasVPSS.h" as "D:\Cantera\include\cantera\thermo\IdealSolnGasVPSS.h"
Install file: "include\cantera\thermo\IonsFromNeutralVPSSTP.h" as "D:\Cantera\include\cantera\thermo\IonsFromNeutralVPSSTP.h"
Install file: "include\cantera\thermo\LatticePhase.h" as "D:\Cantera\include\cantera\thermo\LatticePhase.h"
Install file: "include\cantera\thermo\LatticeSolidPhase.h" as "D:\Cantera\include\cantera\thermo\LatticeSolidPhase.h"
Install file: "include\cantera\thermo\MargulesVPSSTP.h" as "D:\Cantera\include\cantera\thermo\MargulesVPSSTP.h"
Install file: "include\cantera\thermo\MaskellSolidSolnPhase.h" as "D:\Cantera\include\cantera\thermo\MaskellSolidSolnPhase.h"
Install file: "include\cantera\thermo\MetalPhase.h" as "D:\Cantera\include\cantera\thermo\MetalPhase.h"
Install file: "include\cantera\thermo\MetalSHEelectrons.h" as "D:\Cantera\include\cantera\thermo\MetalSHEelectrons.h"
Install file: "include\cantera\thermo\MineralEQ3.h" as "D:\Cantera\include\cantera\thermo\MineralEQ3.h"
Install file: "include\cantera\thermo\MixedSolventElectrolyte.h" as "D:\Cantera\include\cantera\thermo\MixedSolventElectrolyte.h"
Install file: "include\cantera\thermo\MixtureFugacityTP.h" as "D:\Cantera\include\cantera\thermo\MixtureFugacityTP.h"
Install file: "include\cantera\thermo\MolalityVPSSTP.h" as "D:\Cantera\include\cantera\thermo\MolalityVPSSTP.h"
Install file: "include\cantera\thermo\MolarityIonicVPSSTP.h" as "D:\Cantera\include\cantera\thermo\MolarityIonicVPSSTP.h"
Install file: "include\cantera\thermo\Mu0Poly.h" as "D:\Cantera\include\cantera\thermo\Mu0Poly.h"
Install file: "include\cantera\thermo\MultiSpeciesThermo.h" as "D:\Cantera\include\cantera\thermo\MultiSpeciesThermo.h"
Install file: "include\cantera\thermo\Nasa9Poly1.h" as "D:\Cantera\include\cantera\thermo\Nasa9Poly1.h"
Install file: "include\cantera\thermo\Nasa9PolyMultiTempRegion.h" as "D:\Cantera\include\cantera\thermo\Nasa9PolyMultiTempRegion.h"
Install file: "include\cantera\thermo\NasaPoly1.h" as "D:\Cantera\include\cantera\thermo\NasaPoly1.h"
Install file: "include\cantera\thermo\NasaPoly2.h" as "D:\Cantera\include\cantera\thermo\NasaPoly2.h"
Install file: "include\cantera\thermo\PDSS.h" as "D:\Cantera\include\cantera\thermo\PDSS.h"
Install file: "include\cantera\thermo\PDSSFactory.h" as "D:\Cantera\include\cantera\thermo\PDSSFactory.h"
Install file: "include\cantera\thermo\PDSS_ConstVol.h" as "D:\Cantera\include\cantera\thermo\PDSS_ConstVol.h"
Install file: "include\cantera\thermo\PDSS_HKFT.h" as "D:\Cantera\include\cantera\thermo\PDSS_HKFT.h"
Install file: "include\cantera\thermo\PDSS_IdealGas.h" as "D:\Cantera\include\cantera\thermo\PDSS_IdealGas.h"
Install file: "include\cantera\thermo\PDSS_IonsFromNeutral.h" as "D:\Cantera\include\cantera\thermo\PDSS_IonsFromNeutral.h"
Install file: "include\cantera\thermo\PDSS_SSVol.h" as "D:\Cantera\include\cantera\thermo\PDSS_SSVol.h"
Install file: "include\cantera\thermo\PDSS_Water.h" as "D:\Cantera\include\cantera\thermo\PDSS_Water.h"
Install file: "include\cantera\thermo\Phase.h" as "D:\Cantera\include\cantera\thermo\Phase.h"
Install file: "include\cantera\thermo\PhaseCombo_Interaction.h" as "D:\Cantera\include\cantera\thermo\PhaseCombo_Interaction.h"
Install file: "include\cantera\thermo\PureFluidPhase.h" as "D:\Cantera\include\cantera\thermo\PureFluidPhase.h"
Install file: "include\cantera\thermo\RedlichKisterVPSSTP.h" as "D:\Cantera\include\cantera\thermo\RedlichKisterVPSSTP.h"
Install file: "include\cantera\thermo\RedlichKwongMFTP.h" as "D:\Cantera\include\cantera\thermo\RedlichKwongMFTP.h"
Install file: "include\cantera\thermo\ShomatePoly.h" as "D:\Cantera\include\cantera\thermo\ShomatePoly.h"
Install file: "include\cantera\thermo\SingleSpeciesTP.h" as "D:\Cantera\include\cantera\thermo\SingleSpeciesTP.h"
Install file: "include\cantera\thermo\Species.h" as "D:\Cantera\include\cantera\thermo\Species.h"
Install file: "include\cantera\thermo\SpeciesThermoFactory.h" as "D:\Cantera\include\cantera\thermo\SpeciesThermoFactory.h"
Install file: "include\cantera\thermo\SpeciesThermoInterpType.h" as "D:\Cantera\include\cantera\thermo\SpeciesThermoInterpType.h"
Install file: "include\cantera\thermo\StoichSubstance.h" as "D:\Cantera\include\cantera\thermo\StoichSubstance.h"
Install file: "include\cantera\thermo\SurfPhase.h" as "D:\Cantera\include\cantera\thermo\SurfPhase.h"
Install file: "include\cantera\thermo\ThermoFactory.h" as "D:\Cantera\include\cantera\thermo\ThermoFactory.h"
Install file: "include\cantera\thermo\ThermoPhase.h" as "D:\Cantera\include\cantera\thermo\ThermoPhase.h"
Install file: "include\cantera\thermo\VPStandardStateTP.h" as "D:\Cantera\include\cantera\thermo\VPStandardStateTP.h"
Install file: "include\cantera\thermo\WaterProps.h" as "D:\Cantera\include\cantera\thermo\WaterProps.h"
Install file: "include\cantera\thermo\WaterPropsIAPWS.h" as "D:\Cantera\include\cantera\thermo\WaterPropsIAPWS.h"
Install file: "include\cantera\thermo\WaterPropsIAPWSphi.h" as "D:\Cantera\include\cantera\thermo\WaterPropsIAPWSphi.h"
Install file: "include\cantera\thermo\WaterSSTP.h" as "D:\Cantera\include\cantera\thermo\WaterSSTP.h"
Install file: "include\cantera\thermo\electrolytes.h" as "D:\Cantera\include\cantera\thermo\electrolytes.h"
Install file: "include\cantera\thermo\speciesThermoTypes.h" as "D:\Cantera\include\cantera\thermo\speciesThermoTypes.h"
Install file: "include\cantera\thermo.h" as "D:\Cantera\include\cantera\thermo.h"
Install file: "include\cantera\tpx\Sub.h" as "D:\Cantera\include\cantera\tpx\Sub.h"
Install file: "include\cantera\tpx\utils.h" as "D:\Cantera\include\cantera\tpx\utils.h"
Install file: "include\cantera\transport\DustyGasTransport.h" as "D:\Cantera\include\cantera\transport\DustyGasTransport.h"
Install file: "include\cantera\transport\GasTransport.h" as "D:\Cantera\include\cantera\transport\GasTransport.h"
Install file: "include\cantera\transport\HighPressureGasTransport.h" as "D:\Cantera\include\cantera\transport\HighPressureGasTransport.h"
Install file: "include\cantera\transport\IonGasTransport.h" as "D:\Cantera\include\cantera\transport\IonGasTransport.h"
Install file: "include\cantera\transport\LTPspecies.h" as "D:\Cantera\include\cantera\transport\LTPspecies.h"
Install file: "include\cantera\transport\LiquidTranInteraction.h" as "D:\Cantera\include\cantera\transport\LiquidTranInteraction.h"
Install file: "include\cantera\transport\LiquidTransport.h" as "D:\Cantera\include\cantera\transport\LiquidTransport.h"
Install file: "include\cantera\transport\LiquidTransportData.h" as "D:\Cantera\include\cantera\transport\LiquidTransportData.h"
Install file: "include\cantera\transport\LiquidTransportParams.h" as "D:\Cantera\include\cantera\transport\LiquidTransportParams.h"
Install file: "include\cantera\transport\MixTransport.h" as "D:\Cantera\include\cantera\transport\MixTransport.h"
Install file: "include\cantera\transport\MultiTransport.h" as "D:\Cantera\include\cantera\transport\MultiTransport.h"
Install file: "include\cantera\transport\SimpleTransport.h" as "D:\Cantera\include\cantera\transport\SimpleTransport.h"
Install file: "include\cantera\transport\SolidTransport.h" as "D:\Cantera\include\cantera\transport\SolidTransport.h"
Install file: "include\cantera\transport\SolidTransportData.h" as "D:\Cantera\include\cantera\transport\SolidTransportData.h"
Install file: "include\cantera\transport\Tortuosity.h" as "D:\Cantera\include\cantera\transport\Tortuosity.h"
Install file: "include\cantera\transport\TransportBase.h" as "D:\Cantera\include\cantera\transport\TransportBase.h"
Install file: "include\cantera\transport\TransportData.h" as "D:\Cantera\include\cantera\transport\TransportData.h"
Install file: "include\cantera\transport\TransportFactory.h" as "D:\Cantera\include\cantera\transport\TransportFactory.h"
Install file: "include\cantera\transport\TransportParams.h" as "D:\Cantera\include\cantera\transport\TransportParams.h"
Install file: "include\cantera\transport\UnityLewisTransport.h" as "D:\Cantera\include\cantera\transport\UnityLewisTransport.h"
Install file: "include\cantera\transport\WaterTransport.h" as "D:\Cantera\include\cantera\transport\WaterTransport.h"
Install file: "include\cantera\transport.h" as "D:\Cantera\include\cantera\transport.h"
Install file: "include\cantera\zeroD\ConstPressureReactor.h" as "D:\Cantera\include\cantera\zeroD\ConstPressureReactor.h"
Install file: "include\cantera\zeroD\FlowDevice.h" as "D:\Cantera\include\cantera\zeroD\FlowDevice.h"
Install file: "include\cantera\zeroD\FlowReactor.h" as "D:\Cantera\include\cantera\zeroD\FlowReactor.h"
Install file: "include\cantera\zeroD\IdealGasConstPressureReactor.h" as "D:\Cantera\include\cantera\zeroD\IdealGasConstPressureReactor.h"
Install file: "include\cantera\zeroD\IdealGasReactor.h" as "D:\Cantera\include\cantera\zeroD\IdealGasReactor.h"
Install file: "include\cantera\zeroD\Reactor.h" as "D:\Cantera\include\cantera\zeroD\Reactor.h"
Install file: "include\cantera\zeroD\ReactorBase.h" as "D:\Cantera\include\cantera\zeroD\ReactorBase.h"
Install file: "include\cantera\zeroD\ReactorFactory.h" as "D:\Cantera\include\cantera\zeroD\ReactorFactory.h"
Install file: "include\cantera\zeroD\ReactorNet.h" as "D:\Cantera\include\cantera\zeroD\ReactorNet.h"
Install file: "include\cantera\zeroD\ReactorSurface.h" as "D:\Cantera\include\cantera\zeroD\ReactorSurface.h"
Install file: "include\cantera\zeroD\Reservoir.h" as "D:\Cantera\include\cantera\zeroD\Reservoir.h"
Install file: "include\cantera\zeroD\Wall.h" as "D:\Cantera\include\cantera\zeroD\Wall.h"
Install file: "include\cantera\zeroD\flowControllers.h" as "D:\Cantera\include\cantera\zeroD\flowControllers.h"
Install file: "include\cantera\zerodim.h" as "D:\Cantera\include\cantera\zerodim.h"
Install file: "build\data\KOH.cti" as "D:\Cantera\share\cantera\data\KOH.cti"
Install file: "build\data\air.cti" as "D:\Cantera\share\cantera\data\air.cti"
Install file: "build\data\airNASA9.cti" as "D:\Cantera\share\cantera\data\airNASA9.cti"
Install file: "build\data\argon.cti" as "D:\Cantera\share\cantera\data\argon.cti"
Install file: "build\data\diamond.cti" as "D:\Cantera\share\cantera\data\diamond.cti"
Install file: "build\data\graphite.cti" as "D:\Cantera\share\cantera\data\graphite.cti"
Install file: "build\data\gri30.cti" as "D:\Cantera\share\cantera\data\gri30.cti"
Install file: "build\data\gri30_highT.cti" as "D:\Cantera\share\cantera\data\gri30_highT.cti"
Install file: "build\data\gri30_ion.cti" as "D:\Cantera\share\cantera\data\gri30_ion.cti"
Install file: "build\data\h2o2.cti" as "D:\Cantera\share\cantera\data\h2o2.cti"
Install file: "build\data\liquidvapor.cti" as "D:\Cantera\share\cantera\data\liquidvapor.cti"
Install file: "build\data\methane_pox_on_pt.cti" as "D:\Cantera\share\cantera\data\methane_pox_on_pt.cti"
Install file: "build\data\nDodecane_Reitz.cti" as "D:\Cantera\share\cantera\data\nDodecane_Reitz.cti"
Install file: "build\data\nasa.cti" as "D:\Cantera\share\cantera\data\nasa.cti"
Install file: "build\data\nasa_condensed.cti" as "D:\Cantera\share\cantera\data\nasa_condensed.cti"
Install file: "build\data\nasa_gas.cti" as "D:\Cantera\share\cantera\data\nasa_gas.cti"
Install file: "build\data\ohn.cti" as "D:\Cantera\share\cantera\data\ohn.cti"
Install file: "build\data\ptcombust.cti" as "D:\Cantera\share\cantera\data\ptcombust.cti"
Install file: "build\data\silane.cti" as "D:\Cantera\share\cantera\data\silane.cti"
Install file: "build\data\silicon.cti" as "D:\Cantera\share\cantera\data\silicon.cti"
Install file: "build\data\silicon_carbide.cti" as "D:\Cantera\share\cantera\data\silicon_carbide.cti"
Install file: "build\data\water.cti" as "D:\Cantera\share\cantera\data\water.cti"
Install file: "build\data\KOH.xml" as "D:\Cantera\share\cantera\data\KOH.xml"
Install file: "build\data\air.xml" as "D:\Cantera\share\cantera\data\air.xml"
Install file: "build\data\airNASA9.xml" as "D:\Cantera\share\cantera\data\airNASA9.xml"
Install file: "build\data\argon.xml" as "D:\Cantera\share\cantera\data\argon.xml"
Install file: "build\data\diamond.xml" as "D:\Cantera\share\cantera\data\diamond.xml"
Install file: "build\data\elements.xml" as "D:\Cantera\share\cantera\data\elements.xml"
Install file: "build\data\graphite.xml" as "D:\Cantera\share\cantera\data\graphite.xml"
Install file: "build\data\gri30.xml" as "D:\Cantera\share\cantera\data\gri30.xml"
Install file: "build\data\gri30_highT.xml" as "D:\Cantera\share\cantera\data\gri30_highT.xml"
Install file: "build\data\gri30_ion.xml" as "D:\Cantera\share\cantera\data\gri30_ion.xml"
Install file: "build\data\h2o2.xml" as "D:\Cantera\share\cantera\data\h2o2.xml"
Install file: "build\data\liquidvapor.xml" as "D:\Cantera\share\cantera\data\liquidvapor.xml"
Install file: "build\data\methane_pox_on_pt.xml" as "D:\Cantera\share\cantera\data\methane_pox_on_pt.xml"
Install file: "build\data\nDodecane_Reitz.xml" as "D:\Cantera\share\cantera\data\nDodecane_Reitz.xml"
Install file: "build\data\nasa.xml" as "D:\Cantera\share\cantera\data\nasa.xml"
Install file: "build\data\nasa_condensed.xml" as "D:\Cantera\share\cantera\data\nasa_condensed.xml"
Install file: "build\data\nasa_gas.xml" as "D:\Cantera\share\cantera\data\nasa_gas.xml"
Install file: "build\data\ohn.xml" as "D:\Cantera\share\cantera\data\ohn.xml"
Install file: "build\data\ptcombust.xml" as "D:\Cantera\share\cantera\data\ptcombust.xml"
Install file: "build\data\silane.xml" as "D:\Cantera\share\cantera\data\silane.xml"
Install file: "build\data\silicon.xml" as "D:\Cantera\share\cantera\data\silicon.xml"
Install file: "build\data\silicon_carbide.xml" as "D:\Cantera\share\cantera\data\silicon_carbide.xml"
Install file: "build\data\water.xml" as "D:\Cantera\share\cantera\data\water.xml"
Install file: "build\ext\LICENSE.txt" as "D:\Cantera\share\cantera\doc\LICENSE.txt"
Install file: "build\lib\libcantera_fortran.a" as "D:\Cantera\lib\libcantera_fortran.a"
Install file: "build\src\fortran\cantera.mod" as "D:\Cantera\include\cantera\cantera.mod"
Install file: "build\src\fortran\cantera_funcs.mod" as "D:\Cantera\include\cantera\cantera_funcs.mod"
Install file: "build\src\fortran\cantera_iface.mod" as "D:\Cantera\include\cantera\cantera_iface.mod"
Install file: "build\src\fortran\cantera_kinetics.mod" as "D:\Cantera\include\cantera\cantera_kinetics.mod"
Install file: "build\src\fortran\cantera_thermo.mod" as "D:\Cantera\include\cantera\cantera_thermo.mod"
Install file: "build\src\fortran\cantera_transport.mod" as "D:\Cantera\include\cantera\cantera_transport.mod"
Install file: "build\src\fortran\cantera_xml.mod" as "D:\Cantera\include\cantera\cantera_xml.mod"
Install file: "build\src\fortran\fct.mod" as "D:\Cantera\include\cantera\fct.mod"
Install file: "build\src\fortran\fctxml.mod" as "D:\Cantera\include\cantera\fctxml.mod"
Install file: "build\lib\libcantera.a" as "D:\Cantera\lib\libcantera.a"
Install file: "build\lib\cantera_shared.dll" as "D:\Cantera\lib\cantera_shared.dll"
Install file: "build\lib\libcantera_shared.a" as "D:\Cantera\lib\libcantera_shared.a"
Install file: "build\lib\cantera_shared.def" as "D:\Cantera\lib\cantera_shared.def"
cd interfaces/python_minimal && "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\python.exe" setup2.py build --build-lib=../../build/python2 install --record=../../build/python2-installed-files.txt --single-version-externally-managed
running build
running build_py
running install
running install_lib
running install_egg_info
running egg_info
writing Cantera_minimal.egg-info\PKG-INFO
writing top-level names to Cantera_minimal.egg-info\top_level.txt
writing dependency_links to Cantera_minimal.egg-info\dependency_links.txt
writing entry points to Cantera_minimal.egg-info\entry_points.txt
reading manifest file 'Cantera_minimal.egg-info\SOURCES.txt'
writing manifest file 'Cantera_minimal.egg-info\SOURCES.txt'
removing 'D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\Lib\site-packages\Cantera_minimal-2.4.0-py2.7.egg-info' (and everything under it)
Copying Cantera_minimal.egg-info to D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\Lib\site-packages\Cantera_minimal-2.4.0-py2.7.egg-info
running install_scripts
Installing ck2cti-script.py script to D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\Scripts
Installing ck2cti.exe script to D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\Scripts
Installing ctml_writer-script.py script to D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\Scripts
Installing ctml_writer.exe script to D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\Scripts
writing list of installed files to '../../build/python2-installed-files.txt'
find_module_dir(["interfaces\python_minimal\dummy2"], ["build\python2\cantera\__init__.py"])
scons: *** [interfaces\python_minimal\dummy2] IndexError : list index out of range
Traceback (most recent call last):
  File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\Python27\scons-3.0.1\SCons\Action.py", line 1197, in execute
    result = self.execfunction(target=target, source=rsources, env=env)
  File "D:\Manik\McDENIS_Development\IDE_MCDENIS_64\workspace\Cantera24\interfaces\python_minimal\SConscript", line 54, in find_module_dir
    py_ver = str(source[0]).split('/')[1][-1]
IndexError: list index out of range
scons: building terminated because of errors.
Duration 550824 ms.

Manik Mayur

unread,
Sep 12, 2018, 9:09:34 AM9/12/18
to Cantera Users' Group
Continued...

Manik Mayur

unread,
Sep 12, 2018, 9:11:02 AM9/12/18
to Cantera Users' Group
continued...

Ray Speth

unread,
Sep 12, 2018, 2:36:26 PM9/12/18
to Cantera Users' Group
Manik,

It seems that the TDM-GCC compiler is now a dormant project, with no updates of any sort since 2015. So I think switching to one of the other MinGW projects is the right call.

I have pushed what I hope is a fix for the current error you're getting to the 2.4 branch on Github. Please let me know if that fixes the problem for you.

In the future, I would recommend including lengthy logs such as the output from "scons build" as attachments rather than as part of your message text.

Regards,
Ray
...

Steven DeCaluwe

unread,
Sep 12, 2018, 3:20:04 PM9/12/18
to canter...@googlegroups.com
Thanks, Ray - I’ll amend the feedback I usually give to people, re: pasting text directly instead of attaching a screenshot (and apologies to Manik for giving you bad advice). 

An attached log file like this would still be searchable, right?

Thanks,
Steven



Sent from my iPhone
--

Ray Speth

unread,
Sep 12, 2018, 4:42:37 PM9/12/18
to canter...@googlegroups.com
Steven,

Apologies, I didn't mean to contradict the advice you were offering. I also generally find it useful to see error messages included directly. The build logs are just a bit different, because they are so long and mostly uninteresting. The good news is that searching on Google Groups does seem to look at the contents of attachments, at least when it recognizes them as being text files. And of course, anything is preferable to screenshots.

Regards,
Ray

Manik Mayur

unread,
Sep 12, 2018, 4:43:43 PM9/12/18
to Cantera Users' Group
Ray and Steven,

Thanks for your inputs. I can now succesfully compile and install Cantera 2.4. However, I checked that while running the Cantera toolbox for MATLAB, I needed to put "libwinpthread-1.dll" in the same folder (..cantera\matlab\toolbox) as "ctmethods.mexw64". I think this is happening since I changed my compiler from TDM-GCC to MinGW. Can it be fixed on the SCons side so that "winpthread" is statically linked rather than the need to provide a separate .dll file?

Regards,

Manik

On Wednesday, 5 September 2018 16:53:44 UTC+2, Manik Mayur wrote:

Ray Speth

unread,
Sep 13, 2018, 11:11:56 PM9/13/18
to Cantera Users' Group
Manik,

You can link the pthread library (and any other libraries) by passing setting the SCons options `no_debug_linker_flags=-static` or `debug_linker_flags=-static` (depending on the setting of the `debug` option). I'm not sure whether or not that should be made the default behavior for MinGW builds.

Regards,
Ray
Reply all
Reply to author
Forward
0 new messages