mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Inlcude audio library for BlenderBIM costing chaching sound
This commit is contained in:
@@ -95,6 +95,7 @@ jobs:
|
|||||||
sudo /usr/bin/python -m pip install isodate
|
sudo /usr/bin/python -m pip install isodate
|
||||||
sudo /usr/bin/python -m pip install lark
|
sudo /usr/bin/python -m pip install lark
|
||||||
sudo /usr/bin/python -m pip install networkx
|
sudo /usr/bin/python -m pip install networkx
|
||||||
|
sudo /usr/bin/python -m pip install aud
|
||||||
sudo /usr/bin/python -m pip install tabulate
|
sudo /usr/bin/python -m pip install tabulate
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
@@ -277,6 +277,13 @@ endif
|
|||||||
cp -r dist/working/decorator-5.0.9/src/decorator.py dist/blenderbim/libs/site/packages/
|
cp -r dist/working/decorator-5.0.9/src/decorator.py dist/blenderbim/libs/site/packages/
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
|
# Provides audio playback for costing
|
||||||
|
mkdir dist/working
|
||||||
|
cd dist/working && wget https://files.pythonhosted.org/packages/e4/4f/b40aaedfd24543e1d2aad69f6ed73f8cd3a13982c01ef4ed22145d06cff9/aud-0.8.6.tar.gz
|
||||||
|
cd dist/working && tar -xzvf aud*
|
||||||
|
cp -r dist/working/aud-0.8.6/aud dist/blenderbim/libs/site/packages/
|
||||||
|
rm -rf dist/working
|
||||||
|
|
||||||
# Provides jsgantt-improved supports for web-based construction sequencing gantt charts
|
# Provides jsgantt-improved supports for web-based construction sequencing gantt charts
|
||||||
mkdir dist/working
|
mkdir dist/working
|
||||||
cd dist/working && wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.js
|
cd dist/working && wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.js
|
||||||
|
|||||||
@@ -221,6 +221,7 @@ Required Python modules to be stored in ``libs/site/packages/`` are:
|
|||||||
dateutil
|
dateutil
|
||||||
isodate
|
isodate
|
||||||
networkx
|
networkx
|
||||||
|
aud
|
||||||
deepdiff
|
deepdiff
|
||||||
jsonpickle
|
jsonpickle
|
||||||
ordered_set
|
ordered_set
|
||||||
|
|||||||
Reference in New Issue
Block a user