FreeBSD Bugzilla – Attachment 66378 Details for
Bug 98109
Cleanup the math/elmer-mathlibs port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.21 KB, created by
giffunip
on 2006-05-29 22:50:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
giffunip
Created:
2006-05-29 22:50:12 UTC
Size:
1.21 KB
patch
obsolete
>diff -ruN elmer-mathlibs.orig/Makefile elmer-mathlibs/Makefile >--- elmer-mathlibs.orig/Makefile Mon May 29 12:27:32 2006 >+++ elmer-mathlibs/Makefile Mon May 29 16:38:42 2006 >@@ -15,25 +15,35 @@ > COMMENT= Math libraries build with F90 for used in ELMER FEM > > BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran >+.ifdef WITH_MPI >+BUILD_DEPENDS+= ${LOCALBASE}/mpich/include/mpif.h:${PORTSDIR}/net/mpich >+.endif > >-CONFLICTS= atlas-[0-9]* blas-[0-9]* arpack-[0-9]* lapack-[0-9]* scalapack-[0-9]* >+CONFLICTS= atlas-[0-9]* blas-[0-9]* arpack-[0-9]* lapack-[0-9]* >+.ifdef WITH_MPI >+CONFLICTS+= scalapack-[0-9]* >+.endif > > USE_GCC= 4.1+ > WITH_FORTRAN= yes > FC= ${LOCALBASE}/bin/gfortran41 > F77= ${FC} > >-CONFIGURE_ENV+= F77=${FC} >+.ifdef WITH_OPTIMIZED_FLAGS >+FFLAGS+= -O3 -ffast-math -funroll-loops >+.endif > >+CONFIGURE_ENV+= F77=${FC} FFLAGS="${FFLAGS}" > GNU_CONFIGURE= yes >+.ifdef WITH_MPI >+CONFIGURE_ARGS+= --with-mpi=yes --with-mpi-dir=${LOCALBASE}/mpich >+.endif >+ > ALL_TARGET= > > PLIST_FILES= lib/libarpack.a lib/libblas.a lib/liblapack.a >- >-.include <bsd.port.pre.mk> >- >-.if ${ARCH} == "amd64" || ${ARCH} == "ia64" >-FFLAGS+= -fPIC >+.ifdef WITH_MPI >+PLIST_FILES+= lib/libparpack.a > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.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 98109
: 66378