diff options
Diffstat (limited to 'math/ipopt/Makefile')
-rw-r--r-- | math/ipopt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index 0df5d0e9a0a1..c37b873abe1b 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -17,7 +17,8 @@ COMMENT= Software package for large-scale nonlinear optimization LICENSE= EPL -USES= blaslapack fortran libtool pathfix pkgconfig tar:tgz +USES= blaslapack compiler:c++11-lang fortran libtool pathfix \ + pkgconfig tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= test |