More IfcDiff optimisations (461s->247s), bump DeepDiff version, less false positives with more accurate number comparisons

This commit is contained in:
Dion Moult
2022-08-04 17:49:18 +10:00
parent 1629205c3f
commit a4d0378405
2 changed files with 133 additions and 113 deletions
+3 -3
View File
@@ -210,9 +210,9 @@ endif
# Required by IFCDiff
mkdir dist/working
cd dist/working && wget https://github.com/Moult/deepdiff/archive/master.zip
cd dist/working && unzip master.zip
cp -r dist/working/deepdiff-master/deepdiff dist/blenderbim/libs/site/packages/
cd dist/working && wget https://files.pythonhosted.org/packages/0f/ca/caead2949fbb824c7142e3774fa841aa853bb4d4331b440da8c8514dfc6f/deepdiff-5.8.1.tar.gz
cd dist/working && tar -xzvf deepdiff*
cp -r dist/working/deepdiff-5.8.1/deepdiff dist/blenderbim/libs/site/packages/
rm -rf dist/working
# Required by deepdiff