Lines 25-30
LIB_DEPENDS= libblas.so:math/blas \
Link Here
|
25 |
USES= compiler:c++11-lang fortran gmake libtool pkgconfig |
25 |
USES= compiler:c++11-lang fortran gmake libtool pkgconfig |
26 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
27 |
|
27 |
|
|
|
28 |
OPTIONS_DEFINE= DEBUG PARALLEL |
29 |
DEBUG_DESC= Compile CBC with debug support |
30 |
PARALLEL_DESC= Compile CBC with parallel (multi-threaded solver) support |
31 |
DEBUG_CONFIGURE_ENABLE= debug |
32 |
PARALLEL_CONFIGURE_ENABLE= cbc-parallel |
33 |
|
28 |
USE_GITHUB= yes |
34 |
USE_GITHUB= yes |
29 |
GH_ACCOUNT= coin-or |
35 |
GH_ACCOUNT= coin-or |
30 |
GH_PROJECT= Cbc |
36 |
GH_PROJECT= Cbc |