mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
75645a837a
Ran into a lot of `build not compiled for windows` errors on windows. So using the host and dependencies from conda-forge meta.yaml and pin boost-cpp to <=1.74 to at least allow windows builds of ifcopenshell to be created while we figure out how to support boost-cpp >=1.78
8 lines
236 B
Makefile
8 lines
236 B
Makefile
compile:
|
|
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
|
|
|
|
env:
|
|
conda env update --f environment.yml --prune
|