Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda recipe for rte-rrtmgp #313

Open
wants to merge 4 commits into
base: makepath-cmake
Choose a base branch
from

Conversation

makepath-alex
Copy link
Collaborator

Command to build and install locally:

conda clean --all --yes
conda config --set channel_priority strict

conda remove -n env_build --all
conda create -n env_build python=3.10 -c conda-forge
conda activate env_build

conda install conda-forge::conda-build

conda build conda-forge/recipe/ --package-format=conda
# For some reason, it failes to find it, so i call it by hand
# conda install --use-local rte-rrtmgp
conda install ~/miniconda3/conda-bld/linux-64/rte_rrtmgp-cmake.dev-py313h3d0eb6f_0.conda

conda deactivate

@makepath-alex makepath-alex force-pushed the conda-recipe-dev branch 5 times, most recently from 028069c to ef90756 Compare December 20, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant