We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871ba9d commit cd41829Copy full SHA for cd41829
build/pkgs/lidia/spkg-install.in
@@ -4,6 +4,9 @@ if [ -n "$SAGE_GMP_PREFIX" ]; then
4
GMP_CONFIGURE="--with-extra-includes=$SAGE_GMP_PREFIX/include --with-extra-libs=$SAGE_GMP_PREFIX/lib"
5
fi
6
7
+# Need std::auto_ptr removed in C++17
8
+export CXXFLAGS="$CXXFLAGS -std=c++11"
9
+
10
sdh_configure --with-arithmetic=gmp \
11
$GMP_CONFIGURE \
12
--enable-shared=yes --enable-static=no
0 commit comments