Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= mbdyn |
8 |
PORTNAME= mbdyn |
9 |
PORTVERSION= 1.2.4 |
9 |
PORTVERSION= 1.2.6 |
10 |
CATEGORIES= science |
10 |
CATEGORIES= science |
11 |
MASTER_SITES= http://mbdyn.aero.polimi.it/~masarati/Download/mbdyn/ |
11 |
MASTER_SITES= http://mbdyn.aero.polimi.it/~masarati/Download/mbdyn/ |
12 |
|
12 |
|
Lines 37-42
Link Here
|
37 |
.include <bsd.port.pre.mk> |
37 |
.include <bsd.port.pre.mk> |
38 |
|
38 |
|
39 |
.if defined(WITH_MPI) |
39 |
.if defined(WITH_MPI) |
|
|
40 |
BROKEN= does not build with mpi enabled |
40 |
BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich |
41 |
BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich |
41 |
CONFIGURE_ARGS+= --with-mpi=pmpi |
42 |
CONFIGURE_ARGS+= --with-mpi=pmpi |
42 |
CPPFLAGS+= -I${LOCALBASE}/mpich/include -I${LOCALBASE}/mpich/include/mpi2c++ |
43 |
CPPFLAGS+= -I${LOCALBASE}/mpich/include -I${LOCALBASE}/mpich/include/mpi2c++ |
Lines 54-60
Link Here
|
54 |
.endif |
55 |
.endif |
55 |
|
56 |
|
56 |
.if defined(WITH_GINAC) |
57 |
.if defined(WITH_GINAC) |
57 |
IGNORE= "You enabled GiNaC-support, which isn't implemented yet" |
58 |
IGNORE= you enabled GiNaC-support, which is not implemented yet |
58 |
#BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis |
59 |
#BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis |
59 |
CONFIGURE_ARGS+= --with-ginac=yes |
60 |
CONFIGURE_ARGS+= --with-ginac=yes |
60 |
CPPFLAGS+= -I${LOCALBASE}/include/metis |
61 |
CPPFLAGS+= -I${LOCALBASE}/include/metis |
Lines 63-69
Link Here
|
63 |
.endif |
64 |
.endif |
64 |
|
65 |
|
65 |
.if defined(WITH_TCL) |
66 |
.if defined(WITH_TCL) |
66 |
IGNORE= "You enabled Tcl-support, which isn't implemented yet" |
67 |
IGNORE= you enabled Tcl-support, which is not implemented yet |
67 |
LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84 |
68 |
LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84 |
68 |
CONFIGURE_ARGS+= --with-tcl=yes |
69 |
CONFIGURE_ARGS+= --with-tcl=yes |
69 |
CPPFLAGS+= -I${LOCALBASE}/include/tcl8.4 |
70 |
CPPFLAGS+= -I${LOCALBASE}/include/tcl8.4 |
Lines 72-82
Link Here
|
72 |
.endif |
73 |
.endif |
73 |
|
74 |
|
74 |
.if ${ARCH} == "sparc64" |
75 |
.if ${ARCH} == "sparc64" |
75 |
BROKEN= "Does not compile" |
76 |
BROKEN= Does not compile |
76 |
.endif |
77 |
.endif |
77 |
|
78 |
|
78 |
.if ${OSVERSION} < 500000 |
79 |
.if ${OSVERSION} < 500000 |
79 |
BROKEN= "Does not compile" |
80 |
BROKEN= Does not compile |
80 |
.endif |
81 |
.endif |
81 |
|
82 |
|
82 |
.include <bsd.port.post.mk> |
83 |
.include <bsd.port.post.mk> |