diff options
Diffstat (limited to 'mosviz/build.sh')
-rw-r--r-- | mosviz/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mosviz/build.sh b/mosviz/build.sh new file mode 100644 index 0000000..2291246 --- /dev/null +++ b/mosviz/build.sh @@ -0,0 +1,5 @@ +# Remove reference to glueviz from setup script, since this breaks the build +# as there is no file containing 'glueviz' produced for that package since +# glueviz has become a metapackage. +sed -i -e "/'glueviz.*',$/d" setup.py +$PYTHON setup.py install |