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

Commit e675ad2

Browse files
author
Matthias Koeppe
committed
If polymake is to be installed, install gcc if systen gcc < 5.1
1 parent baff1c4 commit e675ad2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SAGE_SPKG_CONFIGURE([polymake], [
2+
sage_spkg_install_polymake=yes
3+
AC_REQUIRE([SAGE_SPKG_CONFIGURE_GCC])
4+
if test $IS_REALLY_GCC = yes ; then
5+
AC_MSG_NOTICE([checking if gcc version is at least 5.1 for polymake])
6+
AS_CASE(["$GXX_VERSION.0"],
7+
[[[0-4]].*|5.0.*], [
8+
SAGE_MUST_INSTALL_GCC([you have $CXX version $GXX_VERSION, which is too old to build polymake])
9+
])
10+
fi])

0 commit comments

Comments
 (0)