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:
Mark Linimon 2021-05-02 00:16:41 -05:00
parent c505ebee45
commit a0f149843a

View file

@ -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