fansport.blogg.se

Installing boost on anaconda for windows
Installing boost on anaconda for windows













installing boost on anaconda for windows
  1. #Installing boost on anaconda for windows install
  2. #Installing boost on anaconda for windows windows 7

To build any of the Cantera modules, you will need to installīe sure to choose the appropriate architecture for your system - either

#Installing boost on anaconda for windows windows 7

Windows 7 or later either 32-bit or 64-bit

#Installing boost on anaconda for windows install

In order to use SCons to install Cantera to a system folder (for example,Ĭ:\Program Files\Cantera) you must run the scons install command in aĬommand prompt that has been launched by selecting the Run as Administrator Make sure that the installation of Python that has SCons comes first on your The PATH is accessible from: Control Panel > System and Security > System > Advanced System Settings > Environment Variables Installation of Python or can be accomplished by adding the top-level Pythonĭirectory and the Scripts subdirectory (for example,Ĭ:\Python36 C:\Python36\Scripts) to your PATH.

installing boost on anaconda for windows

This can be done by checking the appropriate box during the It is generally helpful to have SCons and Python in your PATH environment That you use a 64-bit version of Python to handle this automatically. If you want to build the Matlab toolbox and you have a 64-bit copy of Windows,īy default you will be using a 64-bit copy of Matlab, and therefore you need , but alternate installations such as theĪnaconda distribution of Python can be used as well. The following instructions use the versions of Python downloaded from Versions of Python, you will need to install those versions of Python and The build process will produce a Python module compatible with the version of

installing boost on anaconda for windows

The environment is then created and activated using Name : ct-build channels : - conda-forge dependencies : - python # Cantera supports Python 3.7 and up - scons # build system - boost-cpp # C++ dependency # - sundials # uncomment to override Cantera default # - fmt # uncomment to override Cantera default # - eigen # uncomment to override Cantera default # - yaml-cpp # uncomment to override Cantera default # - libgomp # optional (OpenMP implementation when using GCC) - cython # needed to build Python package - numpy # needed to build Python package - pytest # needed for the Python test suite # - pytest-cov # optional (needed if running with test coverage enabled) - ruamel.yaml # needed for converter scripts # - h5py # optional (needed for HDF/H5 output) # - pandas # optional (needed for pandas interface) # - scipy # optional (needed for some examples) # - matplotlib # optional (needed for plots) # - python-graphviz # optional (needed for reaction path diagrams) - ipython # optional (needed for nicer interactive command line) # - jupyter # optional (needed for Jupyter Notebook) # - sphinx # optional (needed for documentation) # - doxygen # optional (needed for documentation) # - graphviz # optional (needed for documentation) # - pip # optional (needed if PyPI managed packages are used) # - pip: # optional (list of PyPI managed packages) # - sphinxcontrib-matlabdomain # optional (needed for documentation) # - sphinxcontrib-katex # optional (needed for documentation) # - sphinxcontrib-doxylink # optional (needed for documentation)















Installing boost on anaconda for windows