diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 965f64da91..8bc9e0113a 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -195,14 +195,15 @@ endif cd build/blenderbim/bim/data/gantt/ && wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css # Provides IFCJSON functionality - cd build && wget https://github.com/IFCJSON-Team/IFC2JSON_python/archive/master.zip + # TODO: replace with main repo if https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3 is merged. + cd build && wget -O master.zip https://github.com/Moult/IFC2JSON_python/archive/refs/heads/feature-ios-v0.8.0.zip cd build && unzip master.zip && rm master.zip # IFCJSON doesn't have pyproject.toml, so we use python command. cd build && . env/$(VENV_ACTIVATE) && cd IFC2JSON_python-master/file_converters && \ $(PYTHON) -c "from setuptools import setup; \ setup( \ name='ifcjson', \ - version='0.0.0', \ + version='0.0.1', \ author='Jan Brouwer', \ author_email='jan@brewsky.nl', \ packages=['ifcjson'], \