From 4e65c33bae8a950d9aca0749f8edb3e119328ab1 Mon Sep 17 00:00:00 2001 From: Andrej Date: Thu, 29 May 2025 16:37:20 +0500 Subject: [PATCH] Bonsai make - use ifcjson master instead of fork https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3 got merged --- src/bonsai/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index 4e7e26f359..d0a4656ba4 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -201,8 +201,7 @@ endif cd build/bonsai/bim/data/gantt/ && wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css # Provides IFCJSON functionality - # TODO: replace with main repo if https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3 is merged. - cd build && wget -O ifc2json.zip https://github.com/Moult/IFC2JSON_python/archive/refs/heads/feature-ios-v0.8.0.zip + cd build && wget -O ifc2json.zip https://github.com/IFCJSON-Team/IFC2JSON_python/archive/refs/heads/master.zip cd build && unzip ifc2json.zip && rm ifc2json.zip # IFCJSON doesn't have pyproject.toml, so we use python command. cd build && . env/$(VENV_ACTIVATE) && cd IFC2JSON_python-*/file_converters && \