Problem description
While the post-install message claims to install applications in
[...]
postInstallMessage(["finish_install"], [])
Cantera has been successfully installed.
File locations:
applications C:\Users\<user>\cantera\bin
library files C:\Users\<user>\cantera\lib
C++ headers C:\Users\<user>\cantera\include
samples C:\Users\<user>\cantera\samples
data files C:\Users\<user>\cantera\data
Python package (cantera) C:\Users\<user>\miniconda3\envs\cantera-dev\Lib\site-packages
Python samples C:\Users\<user>\miniconda3\envs\cantera-dev\Lib\site-packages\cantera\examples
scons: done building targets.
nothing is installed in cantera\bin (the folder is actually not even created). While this may be a limitation of the OS, the post-install message is pointing at an issue.
Steps to reproduce
Compile & install Cantera from source.
System information
- Cantera version: 2.6.0a4
- OS: Windows 10
- Python/MATLAB/other software versions: Python 3.9 from miniconda (see toolchain)
Attachments
Initial SCons output
scons: Reading SConscript files ...
INFO: SCons is using the following Python interpreter: C:\Users\<user>\miniconda3\envs\cantera-dev\python.exe
Compiling with MSVC 14.2
Compiling for architecture: amd64
Compiling using the following toolchain(s): ['default']
INFO: Building Cantera from git commit '63b7d27de'
Configuration variables read from 'cantera.conf' and command line:
prefix = 'C:\\Users\\<user>\\cantera'
boost_inc_dir = 'C:/Users/<user>/miniconda3/envs/cantera-dev/Library/include'
verbose_tests = True
Problem description
While the post-install message claims to install applications in
nothing is installed in
cantera\bin(the folder is actually not even created). While this may be a limitation of the OS, the post-install message is pointing at an issue.Steps to reproduce
Compile & install Cantera from source.
System information
Attachments
Initial SCons output