Lines 25-31
Link Here
|
25 |
CONFIGURE_ARGS+= --program-prefix='' |
25 |
CONFIGURE_ARGS+= --program-prefix='' |
26 |
INSTALL_TARGET= install-strip |
26 |
INSTALL_TARGET= install-strip |
27 |
|
27 |
|
28 |
OPTIONS_DEFINE= MPI METIS CHACO GINAC |
28 |
OPTIONS_DEFINE= METIS CHACO GINAC |
29 |
OPTIONS_RADIO= BLAS |
29 |
OPTIONS_RADIO= BLAS |
30 |
OPTIONS_RADIO_BLAS= REFERENCE GOTOBLAS ATLAS |
30 |
OPTIONS_RADIO_BLAS= REFERENCE GOTOBLAS ATLAS |
31 |
OPTIONS_DEFAULT= REFERENCE |
31 |
OPTIONS_DEFAULT= REFERENCE |
Lines 42-53
Link Here
|
42 |
GOTOBLAS_USES= blaslapack:gotoblas |
42 |
GOTOBLAS_USES= blaslapack:gotoblas |
43 |
GOTOBLAS_CONFIGURE_ON= --with-blas=goto --with-goto=goto2 |
43 |
GOTOBLAS_CONFIGURE_ON= --with-blas=goto --with-goto=goto2 |
44 |
|
44 |
|
45 |
MPI_DESC= Enable mpich-support (Requires Metis or Chaco, broken) |
45 |
CONFIGURE_ARGS+= --enable-multithread |
46 |
MPI_IGNORE= you enabled MPI support, which is broken |
|
|
47 |
MPI_BUILD_DEPENDS_OFF= libatomic_ops>0:devel/libatomic_ops |
48 |
MPI_LIB_DEPENDS= libmpich.so:net/mpich2 |
49 |
MPI_CONFIGURE_ON= --with-mpi=yes --enable-schur |
50 |
MPI_CONFIGURE_OFF= --with-mpi=no --enable-multithread |
51 |
|
46 |
|
52 |
METIS_DESC= Enable metis-support |
47 |
METIS_DESC= Enable metis-support |
53 |
METIS_LIB_DEPENDS= libmetis.so:math/metis4 |
48 |
METIS_LIB_DEPENDS= libmetis.so:math/metis4 |
Lines 61-67
Link Here
|
61 |
CHACO_CONFIGURE_OFF= --with-chaco=no |
56 |
CHACO_CONFIGURE_OFF= --with-chaco=no |
62 |
|
57 |
|
63 |
GINAC_DESC= Enable GiNaC-support (not implemented yet) |
58 |
GINAC_DESC= Enable GiNaC-support (not implemented yet) |
64 |
GINAC_IGNORE= you enabled GiNaC-support, which is broken |
|
|
65 |
GINAC_LIB_DEPENDS= libmetis.so:math/metis4 \ |
59 |
GINAC_LIB_DEPENDS= libmetis.so:math/metis4 \ |
66 |
libginac.so:math/GiNaC |
60 |
libginac.so:math/GiNaC |
67 |
GINAC_CONFIGURE_ON= --with-ginac=yes |
61 |
GINAC_CONFIGURE_ON= --with-ginac=yes |