Files
IfcOpenShell/conda/Makefile
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
236 B
Makefile
Raw Normal View History

compile:
2022-09-30 17:49:55 +02:00
conda activate conda-build && conda-build -c conda-forge . --keep-old-work --python 3.10.5
debug:
conda activate conda-build && conda-debug -c conda-forge . --python 3.10.4
2022-09-30 17:49:55 +02:00
env:
conda env update --f environment.yml --prune