Skip to content

Commit

Permalink
math/couenne: Fix build on 14 by adding c++11
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jul 8, 2023
1 parent 09b8713 commit e82fb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/couenne/Makefile
Expand Up @@ -25,6 +25,7 @@ LIB_DEPENDS= libbonmin.so:math/bonmin \

USES= blaslapack:netlib fortran gmake libtool pkgconfig
USE_LDCONFIG= yes
USE_CXXSTD= c++11 # fix compilation failure: error: ISO C++17 does not allow 'register' storage class specifier, see https://github.com/coin-or/Couenne/issues/75

USE_GITHUB= yes
GH_ACCOUNT= coin-or
Expand Down

0 comments on commit e82fb21

Please sign in to comment.