https://github.com/cantera/conda-recipes
Anaconda recipes for Cantera
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.7%) to scientific vocabulary
Repository
Anaconda recipes for Cantera
Basic Info
Statistics
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
This repository hosts the recipe to build the Python interface for Cantera into a conda package. The package is built on GitHub Actions and uploaded to Anaconda.org automatically.
Cheatsheet
Prerequisites
- Create and activate a
condaenvironment withconda-buildinstalled
Default build
The following instructions will build:
- The latest version of the main branch from https://github.com/Cantera/cantera
- For the version of Python installed in the base environment
- For some unspecified default version of NumPy
bash
git clone https://github.com/Cantera/conda-recipes
cd conda-recipes
conda build cantera
Building for a different version of Python and NumPy
bash
conda build --python=X.Y --numpy=U.V
Building for a local development branch of Cantera
bash
export CANTERA_GIT=/path/to/cantera/repo
export INCOMING_REF=branch-name-or-commit-hash
conda build ./cantera
conda build ./cantera-matlab
Building the MATLAB toolbox
bash
export MW_HEADERS_DIR=/Applications/MATLAB_R2023a.app
conda build ./cantera-matlab
Owner
- Name: Cantera
- Login: Cantera
- Kind: organization
- Website: https://cantera.org
- Twitter: CanteraSoftware
- Repositories: 36
- Profile: https://github.com/Cantera
A suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Bryan W. Weber | b****r@g****m | 153 |
| Ray Speth | s****h@m****u | 79 |
| Ingmar Schoegl | i****l@l****u | 5 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 22
- Total pull requests: 28
- Average time to close issues: 8 months
- Average time to close pull requests: about 2 months
- Total issue authors: 10
- Total pull request authors: 3
- Average comments per issue: 6.64
- Average comments per pull request: 2.5
- Merged pull requests: 17
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ischoegl (8)
- speth (4)
- Naikless (2)
- bryanwweber (2)
- inducer (1)
- SiddhaSharma (1)
- dylanrubini (1)
- ghost (1)
- rddaz2013 (1)
- ProfLeao (1)
Pull Request Authors
- bryanwweber (16)
- speth (7)
- ischoegl (5)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ./.github/actions/setup_macos * composite
- actions/checkout v3 composite
- actions/download-artifact v2 composite
- actions/upload-artifact v3 composite
- conda-incubator/setup-miniconda v2.1.1 composite
- shimataro/ssh-key-action v2 composite