updated sage build
Some checks failed
CI / Build Jupyter Sage docker images (push) Failing after 12s

This commit is contained in:
2025-12-24 03:22:40 +08:00
parent 6170b6a223
commit 0c861ddd77
3 changed files with 40 additions and 34 deletions

View File

@@ -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