File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ install_compiled_pkg()
92
92
#
93
93
# These packages have an old ./configure that take the GAP_ROOT as a positional
94
94
# argument
95
- for pkg in cohomolo crypting grape guava orb datastructures
95
+ for pkg in cohomolo crypting grape orb datastructures
96
96
do
97
97
echo "Building GAP package $pkg"
98
98
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
104
104
cd "$PKG_SRC_DIR"
105
105
done
106
106
107
+ echo "Building GAP package guava"
108
+ export CFLAGS="-std=gnu17 $CFLAGS -Wno-implicit-function-declaration"
109
+ cd "$PKG_SRC_DIR/guava"
110
+ ./configure "$GAP_ROOT"
111
+ sdh_make
112
+ install_compiled_pkg "guava"
113
+ cd "$PKG_SRC_DIR"
114
+
107
115
# These packages have a new-style autoconf ./configure
108
116
# that takes --with-gaproot
109
117
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ the third option to "export" them will not make sense.
54
54
The legacy SageNB has been retired in Sage 9.1.
55
55
Please use the Jupyter notebook.
56
56
Old SageNB worksheets can be converted to Jupyter notebooks
57
- using the `sage --notebook=export `_ command or to RST
57
+ using the `sage --notebook=export ` command or to RST
58
58
using the `sage-sws2rst <https://pypi.org/project/sage-sws2rst/ >`_ package.
59
59
60
60
Jupyter will bring you to a screen
You can’t perform that action at this time.
0 commit comments