Compare commits

...

3 Commits

Author SHA1 Message Date
Andrej730 b6e48991c9 Bump IOS url version to 0.8.3 2025-04-21 13:12:15 +05:00
Andrej730 709d7e438d Bump IOS build in Bonsai 2025-04-21 12:56:51 +05:00
Andrej730 7592b9d097 bonsai Makefile - specify shell explicitly
To avoid Windows trying to use cmd
2025-04-21 12:56:51 +05:00
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
SHELL := sh
PYTHON:=python3.11
PIP:=pip3.11
PATCH:=patch
@@ -86,7 +87,7 @@ BLENDER_PLATFORM:=windows-x64
endif
# Current build commit hash.
OLD:=c49ca69
OLD:=2db6b86
.PHONY: bump
bump:
ifndef NEW
+2 -2
View File
@@ -54,8 +54,8 @@ ifeq ($(PLATFORM), win64)
PLATFORMTAG:=win_amd64
endif
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v0.8.1-c49ca69-$(PLATFORM).zip
IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.1-c49ca69-$(PLATFORM).zip
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v0.8.3-2db6b86-$(PLATFORM).zip
IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.3-2db6b86-$(PLATFORM).zip
.PHONY: test
test: