mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
fix: daily builds of conda
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
This commit is contained in:
+16
-31
@@ -24,46 +24,31 @@ requirements:
|
||||
|
||||
host:
|
||||
- python
|
||||
- occt >={{ occt_version }}
|
||||
- hdf5 >={{ hdf5_version }}
|
||||
- cgal-cpp >={{ cgal_cpp_version }}
|
||||
- nlohmann_json
|
||||
- boost-cpp <=1.74.0
|
||||
- occt
|
||||
- libxml2
|
||||
- cgal-cpp
|
||||
- hdf5
|
||||
- mpfr
|
||||
- gmp # [unix]
|
||||
- mpir # [win]
|
||||
- nlohmann_json
|
||||
|
||||
run:
|
||||
- python
|
||||
- occt >={{ occt_version }}
|
||||
- cgal-cpp >={{ cgal_cpp_version }}
|
||||
- hdf5 >={{ hdf5_version }}
|
||||
- lark-parser
|
||||
- deepdiff
|
||||
- requests
|
||||
- boost-cpp <=1.74.0
|
||||
- occt
|
||||
- libxml2
|
||||
- cgal-cpp
|
||||
- hdf5
|
||||
- mpfr
|
||||
- gmp # [unix]
|
||||
- mpir # [win]
|
||||
- nlohmann_json
|
||||
- isodate
|
||||
- numpy >=1.17
|
||||
|
||||
test:
|
||||
imports:
|
||||
- ifcopenshell
|
||||
requires:
|
||||
- pytest
|
||||
- pytest-cov
|
||||
- numpy
|
||||
- lxml
|
||||
- isodate
|
||||
- lark
|
||||
- networkx
|
||||
- xmlschema
|
||||
#source_files:
|
||||
# - src/ifcopenshell-python/test/api
|
||||
# - src/ifcopenshell-python/test/util
|
||||
# - src/ifcopenshell-python/test/bootstrap.py
|
||||
# - src/ifcopenshell-python/test/test_file.py
|
||||
# - src/ifcopenshell-python/test/test_wall_opening.py
|
||||
# - src/ifcopenshell-python/test/__init__.py
|
||||
#commands:
|
||||
# #- pip install bcf-client
|
||||
# - cd ../src/ifcopenshell-python/test && pytest -p no:pytest-blender
|
||||
|
||||
about:
|
||||
home: http://ifcopenshell.org
|
||||
|
||||
Reference in New Issue
Block a user