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

adding a more minimal conda install #195

Open
shimwell opened this issue Apr 12, 2023 · 0 comments
Open

adding a more minimal conda install #195

shimwell opened this issue Apr 12, 2023 · 0 comments

Comments

@shimwell
Copy link
Member

shimwell commented Apr 12, 2023

could make a conda install for the whole package now that cadquery is on pip and the environment can be resolved.

curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-x86_64.sh
bash Miniforge-pypy3-Linux-x86_64.sh

conda create --name openmc_0.13.3 python=3.10
conda activate openmc_0.13.3

conda install -c conda-forge openmc=0.13.3

pip install openmc_data
download_nndc -r b8.0
download_nndc_chain -r b8.0

echo 'export OPENMC_CHAIN_FILE=/home/jshimwell/chain-nndc-b8.0.xml' >> ~/.bashrc 
echo 'export OPENMC_CROSS_SECTIONS=/home/jshimwell/nndc-b8.0-hdf5/endfb-viii.0-hdf5/cross_sections.xml' >> ~/.bashrc 
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

No branches or pull requests

1 participant