updated sage build
Some checks failed
CI / Build Jupyter Sage docker images (push) Failing after 12s
Some checks failed
CI / Build Jupyter Sage docker images (push) Failing after 12s
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
pkgs=(standard
|
||||
bliss
|
||||
@@ -8,7 +9,7 @@ pkgs=(standard
|
||||
sirocco
|
||||
tdlib)
|
||||
|
||||
prepare(){
|
||||
prepare() {
|
||||
cd sage
|
||||
# use correct latte-count binary name
|
||||
# patch -p1 -i ../latte-count.patch
|
||||
@@ -49,3 +50,7 @@ package() {
|
||||
# rm "$pkgdir"$_pythonpath/sage/ext_data/threejs/threejs-version.txt
|
||||
# ln -s /usr/share/threejs-sage/version "$pkgdir"$_pythonpath/sage/ext_data/threejs/threejs-version.txt
|
||||
}
|
||||
|
||||
prepare
|
||||
|
||||
build
|
||||
|
||||
Reference in New Issue
Block a user