mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/couenne: Fix build on 14 by adding c++11
Reported by: fallout
This commit is contained in:
parent
09b871358b
commit
e82fb2169c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue