Search Criteria
Package Details: cantera-git 3.1.0.r511.g1d63b0ccf-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cantera-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cantera-git |
| Description: | suite of tools for kinetics, thermodynamics, and transport processes |
| Upstream URL: | https://cantera.org/ |
| Licenses: | custom:Cantera Developers, custom:Sandia Corporation Contract AC04-94AL85000, custom:California Institute of Technology |
| Conflicts: | cantera |
| Provides: | libcantera_shared.so |
| Submitter: | tmb |
| Maintainer: | tmb (TiD91) |
| Last Packager: | TiD91 |
| Votes: | 2 |
| Popularity: | 0.000035 |
| First Submitted: | 2020-04-16 10:30 (UTC) |
| Last Updated: | 2025-08-11 21:23 (UTC) |
Dependencies (18)
- boost-libs
- fmt (fmt-gitAUR)
- openmp
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- yaml-cpp
- boost (boost-gitAUR) (make)
- cython (cython-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-pip (make)
- python-setuptools (make)
- scons (make)
- gmock (googletest-gitAUR, gtest) (check)
- gtest (googletest-gitAUR) (check)
- python-pytest (check)
- python-ruamel-yaml (python-ruamel-yaml-hgAUR) (check)
Latest Comments
Shinmen commented on 2025-08-12 13:50 (UTC)
@TiD91 I`ll add you as co-maintainer, thanks for help
TiD91 commented on 2025-08-11 21:25 (UTC)
@Shinmen Added the conflict. If you want, you can add me as co-maintainer of the non-git package.
Shinmen commented on 2025-08-11 02:13 (UTC)
I add Stable Release as a package, maybe add as conflict to avoid issues, and used you pkgbuild with some alterations.
bastimo commented on 2022-01-27 20:40 (UTC)
Hello! Could you please add the packages boost and eigen to makedepends since these are neccessary to build Cantera. Thanks!
TiD91 commented on 2022-01-22 21:09 (UTC) (edited on 2022-01-22 21:09 (UTC) by TiD91)
@aheays
I pushed a fix for the python detection. Let me know if it works as expected.
aheays commented on 2022-01-20 11:28 (UTC) (edited on 2022-01-20 11:29 (UTC) by aheays)
Hiya.
I ran into an error when installing with system python3.10 because the PKGBUILD line
chmod 755 "$pkgdir/usr/lib/python${_python_v:0:3}/site-packages"incorrectly truncates this to python3.1 and fails to chmod.Cheers
TiD91 commented on 2020-12-27 04:46 (UTC) (edited on 2020-12-27 04:47 (UTC) by TiD91)
Hello @tmb,
I was trying to build the cantera-git package but I was hitting lots of errors in the
check()method. I simplified a bit the logic and removed some hard-coded stuff, and the attached patch here below allows the package correct install on my system. What do you think?http://ix.io/2JGk