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 d8cf537 commit 62dae33Copy full SHA for 62dae33
build/pkgs/polymake/spkg-install.in
@@ -21,6 +21,10 @@ if [ -x $SAGE_LOCAL/bin/lrs1 ]; then
21
more_configure_options="$more_configure_options --with-lrs=$SAGE_LOCAL"
22
fi
23
24
+# Put these includes on the front, to avoid shadowing by installed headers
25
+# from a previous version. (polymake 4.8 puts these includes to the end.)
26
+export CXXFLAGS="-I$(pwd)/include/core-wrappers -I$(pwd)/include/core $CXXFLAGS"
27
+
28
./configure --without-java \
29
--without-javaview \
30
--without-soplex \
0 commit comments