FreeBSD Bugzilla – Attachment 89704 Details for
Bug 126696
science/mbdyn: add option for Chaco
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.18 KB, created by
Pedro F. Giffuni
on 2008-08-20 22:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2008-08-20 22:20:02 UTC
Size:
1.18 KB
patch
obsolete
>diff -ruN mbdyn.orig/Makefile mbdyn/Makefile >--- mbdyn.orig/Makefile 2008-08-19 21:57:37.000000000 -0500 >+++ mbdyn/Makefile 2008-08-19 22:50:56.000000000 -0500 >@@ -34,6 +34,7 @@ > > OPTIONS= MPI "Enable mpich-support" off \ > METIS "Enable metis-support" off \ >+ CHACO "Enable chaco-support" off \ > GINAC "Enable GiNaC-support (not implemented yet)" off \ > TCL "Enable tcl-support (not implemented yet)" off > >@@ -64,7 +65,6 @@ > .endif > > .if defined(WITH_METIS) >-BROKEN= Does not compile with metis enabled > BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis > CONFIGURE_ARGS+= --with-metis=yes > CPPFLAGS+= -I${LOCALBASE}/include/metis >@@ -72,6 +72,13 @@ > CONFIGURE_ARGS+= --with-metis=no > .endif > >+.if defined(WITH_CHACO) >+BUILD_DEPENDS+= ${LOCALBASE}/lib/libchaco.a:${PORTSDIR}/math/chaco >+CONFIGURE_ARGS+= --with-chaco=yes >+.else >+CONFIGURE_ARGS+= --with-chaco=no >+.endif >+ > .if defined(WITH_GINAC) > IGNORE= you enabled GiNaC-support, which is not implemented yet > #BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis >@@ -94,8 +101,4 @@ > BROKEN= Does not compile > .endif > >-.if ${OSVERSION} < 500000 >-BROKEN= Does not compile >-.endif >- > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126696
: 89704