mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 02:59:59 +00:00
Add additional quantity calculations to QtoCalculator (#2405)
This commit is contained in:
@@ -316,6 +316,13 @@ endif
|
||||
cp -r dist/working/PyP6Xer-1.13.0/xerparser dist/blenderbim/libs/site/packages/
|
||||
rm -rf dist/working
|
||||
|
||||
# Required by QTOCalculator
|
||||
mkdir dist/working
|
||||
cd dist/working && wget https://files.pythonhosted.org/packages/b5/9a/625d4fc91ef85873801a16700840786117df4c016162a4532c998a7fe6bc/Shapely-1.8.4.tar.gz
|
||||
cd dist/working && tar -xzvf shapely*
|
||||
cp -r dist/working/Shapely-1.8.4/shapely dist/blenderbim/libs/site/packages/
|
||||
rm -rf dist/working
|
||||
|
||||
# Required by xerparser and IFC4D
|
||||
# TODO: remove this dependency. It's only used to show a progress bar.
|
||||
mkdir dist/working
|
||||
|
||||
Reference in New Issue
Block a user