(ct-build) PS C:\Users\bertb\cantera\cantera> scons build toolchain=msvc boost_inc_dir="C:\Boost\boost_1_82_0\boost"
scons: Reading SConscript files ...
SCons 4.5.2 is using the following Python interpreter:
C:\Users\bertb\anaconda3\envs\ct-build\python.exe (Python 3.10)
Compiling with MSVC version 14.2
Compiling with MSVC toolset 14.2 (default)
Compiling for architecture: amd64
Compiling using the following toolchain(s): ['default']
INFO: Compiling on 'Intel64 Family 6 Model 142 Stepping 12, GenuineIntel'
INFO: Building Cantera from git commit '806842dac'
INFO: Configuration variables read from 'cantera.conf' and command line:
boost_inc_dir = 'C:\\Boost\\boost_1_82_0\\boost'
INFO: Adding conda include and library paths: C:\Users\bertb\anaconda3\envs\ct-build
Checking for C++ header file cmath... (cached) yes
INFO: Using private installation of fmt library.
INFO: Using fmt version 9.1.0
Checking for YAML::Node().Mark()... (cached) no
INFO: Using private installation of yaml-cpp library.
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 eigen3/Eigen/Dense... (cached) no
Checking for C++ header file Eigen/Dense... (cached) no
INFO: Using private installation of Eigen.
INFO: Found Eigen version 3.4.0
Checking whether __GLIBCXX__ is declared... (cached) no
Checking whether _LIBCPP_VERSION is declared... (cached) no
Checking whether __clang__ is declared... (cached) no
Checking for C++ library iomp5... (cached) no
Checking for C++ library omp... (cached) no
Checking for C++ library gomp... (cached) no
INFO: Found Boost version 1.82
Checking for C library mkl_rt... (cached) no
Checking for C library openblas... (cached) no
Checking for C library lapack... (cached) no
INFO: No system BLAS/LAPACK libraries detected.
Checking for CVodeCreate(CV_BDF, CV_NEWTON) in C++ library sundials_cvodes... (cached) no
Checking for CVodeCreate(CV_BDF) in C++ library sundials_cvodes... (cached) no
Checking for SUNContext ctx; SUNContext_Create(0, &ctx) 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 5.3.
Checking for C library hdf5... (cached) no
INFO: Skipping compilation of the Fortran 90 interface.
INFO: Using NumPy version 1.25.0
INFO: Using Cython version 0.29.35 (uses legacy NumPy API)
INFO: Building the full Python package for Python 3.10
INFO: Using conda environment as default 'prefix': C:/Users/bertb/anaconda3/envs/ct-build
INFO: Skipping sample 'openmp_ignition' because 'omp.h' was not found.
scons: done reading SConscript files.
scons: Building targets ...
cl /Fobuild\ext\googletest\googletest\src\gtest-all.obj /c ext\googletest\googletest\src\gtest-all.cc /TP /EHsc /std:c++17 /MD /nologo /D_SCL_SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext\googletest\googletest\src\gtest-all.obj.pdb /DGTEST_HAS_PTHREAD=0 /DNDEBUG /Iext\googletest\googletest /Iext\googletest\googletest\include /IC:\Users\bertb\anaconda3\envs\ct-build\Library\include /IC:\Boost\boost_1_82_0\boost
gtest-all.cc
lib /nologo /OUT:build\lib\gtest.lib build\ext\googletest\googletest\src\gtest-all.obj
cl /Fobuild\ext\googletest\googlemock\src\gmock-all.obj /c ext\googletest\googlemock\src\gmock-all.cc /TP /EHsc /std:c++17 /MD /nologo /D_SCL_SECURE_NO_WARNINGS /D_CRT_SECURE_NO_WARNINGS /O2 /Zi /Fdbuild\ext\googletest\googlemock\src\gmock-all.obj.pdb /DGTEST_HAS_PTHREAD=0 /DNDEBUG /Iext\googletest\googletest\include /Iext\googletest\googlemock /Iext\googletest\googlemock\include /IC:\Users\bertb\anaconda3\envs\ct-build\Library\include /IC:\Boost\boost_1_82_0\boost
gmock-all.cc
lib /nologo /OUT:build\lib\gmock.lib build\ext\googletest\googlemock\src\gmock-all.obj
ConfigBuilder(["build\ext\sundials_config.h.build"], ["ext\
sundials_config.h.in"])
INFO: Generating build\ext\sundials_config.h.build with the following settings:
SUNDIALS_BLAS_LAPACK *undefined*
SUNDIALS_USE_GENERIC_MATH *undefined*
ConfigBuilder(["build\src\config.h.build"], ["include\cantera\base\
config.h.in"])
INFO: Generating build\src\config.h.build with the following settings:
CANTERA_SHORT_VERSION "3.0"
CANTERA_VERSION "3.0.0"
CT_SUNDIALS_USE_LAPACK 0
CT_SUNDIALS_VERSION 53
FTN_TRAILING_UNDERSCORE 1
LAPACK_FTN_STRING_LEN_AT_END 1
LAPACK_FTN_TRAILING_UNDERSCORE 1
CT_USE_HDF5 *undefined*
CT_USE_HIGHFIVE_BOOLEAN *undefined*
CT_USE_LAPACK *undefined*
CT_USE_SYSTEM_EIGEN *undefined*
CT_USE_SYSTEM_EIGEN_PREFIXED *undefined*
CT_USE_SYSTEM_FMT *undefined*
CT_USE_SYSTEM_HIGHFIVE *undefined*
CT_USE_SYSTEM_YAMLCPP *undefined*
postBuildMessage(["finish_build"], [])
********************** Compilation completed successfully **********************
- To run the test suite, type 'scons test'.
- To list available tests, type 'scons test-help'.
- To install, type 'scons install'.
- To create a Windows MSI installer, type 'scons msi'.
********************************************************************************
scons: done building targets.