mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 05:46:51 +00:00
Install GitPython *before* removing the working folder
This commit is contained in:
@@ -236,9 +236,9 @@ endif
|
|||||||
cp -r dist/working/IfcOpenShell-0.7.0/src/ifc5d/ifc5d dist/blenderbim/libs/site/packages/
|
cp -r dist/working/IfcOpenShell-0.7.0/src/ifc5d/ifc5d dist/blenderbim/libs/site/packages/
|
||||||
# Provides IFCCityJSON functionality
|
# Provides IFCCityJSON functionality
|
||||||
cp -r dist/working/IfcOpenShell-0.7.0/src/ifccityjson dist/blenderbim/libs/site/packages/
|
cp -r dist/working/IfcOpenShell-0.7.0/src/ifccityjson dist/blenderbim/libs/site/packages/
|
||||||
rm -rf dist/working
|
|
||||||
# Provides IfcGit functionality
|
# Provides IfcGit functionality
|
||||||
cd dist/working && . env/bin/activate && $(PIP) install GitPython --target=./site-packages
|
cd dist/working && . env/bin/activate && $(PIP) install GitPython --target=./site-packages
|
||||||
|
rm -rf dist/working
|
||||||
|
|
||||||
# Provides Mustache templating in construction documentation
|
# Provides Mustache templating in construction documentation
|
||||||
# TODO: remove this dependency, it seems overkill and we seem to get by with str replaces
|
# TODO: remove this dependency, it seems overkill and we seem to get by with str replaces
|
||||||
|
|||||||
Reference in New Issue
Block a user