--
You received this message because you are subscribed to a topic in the Google Groups "Cantera Users' Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cantera-users/qh6rfUVgIzM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cantera-user...@googlegroups.com.
To post to this group, send email to canter...@googlegroups.com.
Visit this group at http://groups.google.com/group/cantera-users.
For more options, visit https://groups.google.com/d/optout.
path('/usr/local/lib/cantera/matlab/toolbox', path)
path('/usr/local/lib/cantera/matlab/toolbox/1D', path)
setenv('PYTHON_CMD', '/usr/local/bin/python3')
setenv('PYTHONPATH', [getenv('PYTHONPATH'), ':/usr/local/lib/python3.3/site-packages/cantera'])
setenv('PYTHONPATH', [getenv('PYTHONPATH'), ':/usr/local/lib/python3.3/site-packages'])
Ray, thanks so much for putting this together! I had no issues downloading and installing Cantera, but I'm having issues with the Matlab installation. After installing with brew install cantera --with-matlab=/Applications/MATLAB_R2014a.app/ there appears to be no additions to the matlab toolboxes in the Matlab app bundle.
--
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.
1. Run: cd /usr/local/lib/python2.7/site-packages
2. Open or create Extras.pth in this location and add the following line
a. /usr/local/Cellar/cantera/2.1.2/lib/python2.7/site-packages/cantera
Hi Ray,
my name is Alberto and I’m new on this group. I have decided to write over here because I would like to install Cantera on my Mac (Mavericks OSX 10.9.5) in order to use it with MatlabR2013a. Unfortunately, I’m not an expert in using the terminal (actually I’m a pretty new user of a Mac OSX as well) and I would need some help.
I searched something on the web trying to understand how to get Cantera and install it but so far I have found only some confusing instructions. Actually, I have realized I would need some step-by-step guidelines to figure out with the installation.
In particular, I have found this google group where you posted a sequence of steps that should be useful in order to finalize Cantera installation. Even though I followed your instructions, I was not able to complete the sequence. Specifically, I’m not sure about the definition of the paths/directories; basically, what I mean is that I think my problems are related to the correct use/set of the directories.
In conclusion, I would kindly ask if you could send me a detailed description of the steps that I have to follow, specifying the commands that I have to write on the terminal window as well as underling the name of the path/s I have to put.
I hope you could help me.
Thank you very much
Best Regards
Alberto
https://github.com/Cantera/cantera/blob/doc-work/doc/sphinx/install.rst
Hope this helps,
-ingmar-
scons: building terminated because of errors.
find / -name libsundials_cvodes* 2>/dev/null
iMac-di-Alberto:~ Alberto$ find / -name libsundials_cvodes* 2>/dev/null
/Applications/MATLAB_R2013a.app/bin/maci64/libsundials_cvodes.2.0.0.dylib
/Applications/MATLAB_R2013a.app/bin/maci64/libsundials_cvodes.2.dylib
/Applications/MATLAB_R2013a.app/bin/maci64/libsundials_cvodes.dylib
/usr/local/Cellar/sundials/2.5.0/lib/libsundials_cvodes.2.0.0.dylib
/usr/local/Cellar/sundials/2.5.0/lib/libsundials_cvodes.2.dylib
/usr/local/Cellar/sundials/2.5.0/lib/libsundials_cvodes.a
/usr/local/Cellar/sundials/2.5.0/lib/libsundials_cvodes.dylib
/usr/local/lib/libsundials_cvodes.2.0.0.dylib
/usr/local/lib/libsundials_cvodes.2.dylib
/usr/local/lib/libsundials_cvodes.a
/usr/local/lib/libsundials_cvodes.dylib
iMac-di-Alberto:~ Alberto$
otool -L /usr/local/lib/libsundials_cvodes.2.dylib
otool -L /Applications/MATLAB_R2013a.app/bin/maci64/libsundials_cvodes.2.dylib
iMac-di-Alberto:~ Alberto$ otool -L /usr/local/lib/libsundials_cvodes.2.dylib
/usr/local/lib/libsundials_cvodes.2.dylib:
/usr/local/lib/libsundials_cvodes.2.dylib (compatibility version 3.0.0, current version 3.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
iMac-di-Alberto:~ Alberto$ otool -L /Applications/MATLAB_R2014b.app/bin/maci64/libsundials_cvodes.2.dylib
/Applications/MATLAB_R2014b.app/bin/maci64/libsundials_cvodes.2.dylib:
@rpath/libsundials_cvodes.2.dylib (compatibility version 2.0.0, current version 2.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
iMac-di-Alberto:~ Alberto$
rm /usr/local/lib/libsundials_*.dylib
brew unlink sundials && brew link sundials
homebrew/science/cantera-HEAD already installed. It seems I have to uninstall and then install it again.
How should I solve the Matlab toolbox problem? Thank you!
Sincerely,
Guangying
==> Installing cantera from homebrew/homebrew-science
==> Cloning https://github.com/cantera/cantera.git
Updating /Library/Caches/Homebrew/cantera--git
==> Checking out branch master
Synchronizing submodule url for 'breathe'
Synchronizing submodule url for 'doc/sphinx-bootstrap-theme'
==> Downloading https://pypi.python.org/packages/source/C/Cython/cython-0.22.tar.gz
Already downloaded: /Library/Caches/Homebrew/cantera--Cython-0.22.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/private/tmp/cantera20151023-26332-1jaqj1a/cython --single-version-externally-managed --record=installed.txt
==> /usr/local/opt/scons/bin/scons build prefix=/usr/local/Cellar/cantera/HEAD python_package=full CC=/usr/bin/clang CXX=/usr/bin/clang++ f90_interface=n matlab_path=/Applications/MATLAB_R2015a.app/ python3_package=n
The fortran option'f90_interface=n' is always N. How can I change it?
Thank you!