Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile to include macos specific target #111

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

rw-bsi
Copy link
Contributor

@rw-bsi rw-bsi commented Oct 31, 2024

for the mac aficionados: added install-macos target (pulls in correct python package and uses correct unzip format)

install-macos: venv
	. $(VIRTUAL_ENV)/bin/activate && \
	pip install --upgrade pip && \
	pip install -r requirements.txt && \
	wget -O /tmp/ifcopenshell_python.zip "https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-311-v0.7.9-c18e4ea-macos64.zip" && \
	mkdir -p $(VIRTUAL_ENV)/lib/python3.11/site-packages && \
	unzip /tmp/ifcopenshell_python.zip -d .dev/venv/lib/python3.11/site-packages && \
	rm /tmp/ifcopenshell_python.zip

added install-macos target
@rw-bsi
Copy link
Contributor Author

rw-bsi commented Nov 1, 2024

Low risk, will approve it myself

@rw-bsi rw-bsi merged commit 4d35d69 into development Nov 1, 2024
3 checks passed
@rw-bsi rw-bsi deleted the fix/update_makefile branch November 1, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant