Lines 34-39
Link Here
|
34 |
|
34 |
|
35 |
OPTIONS= MPI "Enable mpich-support" off \ |
35 |
OPTIONS= MPI "Enable mpich-support" off \ |
36 |
METIS "Enable metis-support" off \ |
36 |
METIS "Enable metis-support" off \ |
|
|
37 |
CHACO "Enable chaco-support" off \ |
37 |
GINAC "Enable GiNaC-support (not implemented yet)" off \ |
38 |
GINAC "Enable GiNaC-support (not implemented yet)" off \ |
38 |
TCL "Enable tcl-support (not implemented yet)" off |
39 |
TCL "Enable tcl-support (not implemented yet)" off |
39 |
|
40 |
|
Lines 64-70
Link Here
|
64 |
.endif |
65 |
.endif |
65 |
|
66 |
|
66 |
.if defined(WITH_METIS) |
67 |
.if defined(WITH_METIS) |
67 |
BROKEN= Does not compile with metis enabled |
|
|
68 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis |
68 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis |
69 |
CONFIGURE_ARGS+= --with-metis=yes |
69 |
CONFIGURE_ARGS+= --with-metis=yes |
70 |
CPPFLAGS+= -I${LOCALBASE}/include/metis |
70 |
CPPFLAGS+= -I${LOCALBASE}/include/metis |
Lines 72-77
Link Here
|
72 |
CONFIGURE_ARGS+= --with-metis=no |
72 |
CONFIGURE_ARGS+= --with-metis=no |
73 |
.endif |
73 |
.endif |
74 |
|
74 |
|
|
|
75 |
.if defined(WITH_CHACO) |
76 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libchaco.a:${PORTSDIR}/math/chaco |
77 |
CONFIGURE_ARGS+= --with-chaco=yes |
78 |
.else |
79 |
CONFIGURE_ARGS+= --with-chaco=no |
80 |
.endif |
81 |
|
75 |
.if defined(WITH_GINAC) |
82 |
.if defined(WITH_GINAC) |
76 |
IGNORE= you enabled GiNaC-support, which is not implemented yet |
83 |
IGNORE= you enabled GiNaC-support, which is not implemented yet |
77 |
#BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis |
84 |
#BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis |
Lines 94-101
Link Here
|
94 |
BROKEN= Does not compile |
101 |
BROKEN= Does not compile |
95 |
.endif |
102 |
.endif |
96 |
|
103 |
|
97 |
.if ${OSVERSION} < 500000 |
|
|
98 |
BROKEN= Does not compile |
99 |
.endif |
100 |
|
101 |
.include <bsd.port.post.mk> |
104 |
.include <bsd.port.post.mk> |