Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 9521c40

Browse files
committed
21963: disable Giac because of problems with versions outside Sage
1 parent d219c67 commit 9521c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/pynac/spkg-install

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build_pynac()
3535
{
3636
cd ${PYNACDIR}
3737
PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
38-
./configure --disable-static --prefix=${SAGE_LOCAL} --libdir="$SAGE_LOCAL/lib"
38+
./configure --disable-static --prefix=${SAGE_LOCAL} --with-giac=no --libdir="$SAGE_LOCAL/lib"
3939
$MAKE
4040
if [ $? -ne 0 ]; then
4141
echo "Error building pynac."

0 commit comments

Comments
 (0)