Search Criteria
Package Details: cantera-git 3.1.0a4.r137.gafa45f417-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 |
Provides: | libcantera_shared.so |
Submitter: | tmb |
Maintainer: | tmb (TiD91) |
Last Packager: | TiD91 |
Votes: | 2 |
Popularity: | 0.31 |
First Submitted: | 2020-04-16 10:30 (UTC) |
Last Updated: | 2024-11-02 01:34 (UTC) |
Dependencies (19)
- boost-libs
- fmt (fmt-gitAUR)
- openmp
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- sundials (sundials-seqAUR)
- yaml-cpp
- boost (boost-gitAUR) (make)
- cython (cython-gitAUR, cython0AUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- eigen (eigen-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (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
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