math/flopc++: change USE_GCC to 'yes' to fix build on powerpc64/12:
/usr/local/include/coin/CoinTypes.hpp:15:19: error: cstdint: No such file or directory
This commit is contained in:
parent
c505ebee45
commit
a0f149843a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libCoinUtils.so:math/coinmp \
|
|||
USES= gmake libtool pkgconfig tar:tgz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GCC= any # clang breaks: no matching conversion for functional-style cast from 'const flopc::SUBSETREF' to 'flopc::MP_domain' https://github.com/coin-or/FlopCpp/issues/28
|
||||
USE_GCC= yes # clang breaks: no matching conversion for functional-style cast from 'const flopc::SUBSETREF' to 'flopc::MP_domain' https://github.com/coin-or/FlopCpp/issues/28
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue