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

[beta] Update to Pivy 0.6.7 #82

Merged
merged 1 commit into from
Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions org.freecadweb.FreeCAD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,10 @@ modules:
build-commands:
- python3 setup.py build
- python3 setup.py install --prefix=/app
build-options:
env:
PREFIX: /app
sources:
- type: archive
url: https://github.com/coin3d/pivy/archive/0.6.5.tar.gz
sha256: 16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
url: https://github.com/coin3d/pivy/archive/0.6.7.tar.gz
sha256: 37e33d85117aac27640e011df74ddcd77f270428300df916b46ee5c50645d582
- type: shell
commands:
- sed -i 's|QUIET|REQUIRED|g' CMakeLists.txt
Expand Down