Skip to content

Commit 496831b

Browse files
committed
by Artal
1 parent 746cd6b commit 496831b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

build/pkgs/gap_packages/spkg-install.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ install_compiled_pkg()
9292
#
9393
# These packages have an old ./configure that take the GAP_ROOT as a positional
9494
# argument
95-
for pkg in cohomolo crypting grape guava orb datastructures
95+
for pkg in cohomolo crypting grape orb datastructures
9696
do
9797
echo "Building GAP package $pkg"
9898
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
@@ -104,6 +104,14 @@ do
104104
cd "$PKG_SRC_DIR"
105105
done
106106

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+
107115
# These packages have a new-style autoconf ./configure
108116
# that takes --with-gaproot
109117

src/doc/en/prep/Logging-On.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ the third option to "export" them will not make sense.
5454
The legacy SageNB has been retired in Sage 9.1.
5555
Please use the Jupyter notebook.
5656
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
5858
using the `sage-sws2rst <https://pypi.org/project/sage-sws2rst/>`_ package.
5959

6060
Jupyter will bring you to a screen

0 commit comments

Comments
 (0)