Index: head/math/elmer-mathlibs/Makefile =================================================================== --- head/math/elmer-mathlibs/Makefile (revision 178391) +++ head/math/elmer-mathlibs/Makefile (revision 178392) @@ -1,48 +1,50 @@ # New ports collection makefile for: Elmer-mathlibs # Date created: 5 Jan 2006 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= mathlibs PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= Math libraries build with F90 for used in ELMER FEM +BROKEN= Configure fails + .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]* .ifdef WITH_MPI CONFLICTS+= scalapack-[0-9]* .endif USE_GCC= 4.1+ WITH_FORTRAN= yes F77= ${FC} .ifdef WITH_OPTIMIZED_FLAGS FFLAGS+= -O3 -ffast-math .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 .ifdef WITH_MPI PLIST_FILES+= lib/libparpack.a .endif .include Property changes on: head/math/elmer-mathlibs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/math/elmer-umfpack/Makefile =================================================================== --- head/math/elmer-umfpack/Makefile (revision 178391) +++ head/math/elmer-umfpack/Makefile (revision 178392) @@ -1,36 +1,38 @@ # New ports collection makefile for: elmer-umfpack # Date created: 5 Jan 2006 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= umfpack PORTVERSION= 4.4 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= UMFPACK library used by ELMER FEM package +BROKEN= Configure fails + CONFLICTS= umfpack-[0-9].[0-9]* suitesparse-[0-9].[0-9]* USE_GCC= 4.1+ WITH_FORTRAN= yes F77= ${FC} CONFIGURE_ENV+= FC=${FC} F77=${FC} GNU_CONFIGURE= yes ALL_TARGET= # This should be looked up by autoconf CFLAGS+= -DGETRUSAGE .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif .include Property changes on: head/math/elmer-umfpack/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/science/elmer-eio/Makefile =================================================================== --- head/science/elmer-eio/Makefile (revision 178391) +++ head/science/elmer-eio/Makefile (revision 178392) @@ -1,34 +1,36 @@ # New ports collection makefile for: elmer-eio # Date created: 5 Jan 2006 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= eio PORTVERSION= 5.2.0 CATEGORIES= science MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= ELMER FEM Package Data base Interface +BROKEN= Configure fails + USE_GCC= 4.1+ WITH_FORTRAN= yes F77= ${FC} CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} GNU_CONFIGURE= yes ALL_TARGET= PLIST_FILES= include/eio_api.h lib/libeioc.a lib/libeiof.a .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC FCFLAGS+= -fPIC .endif .include Property changes on: head/science/elmer-eio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/science/elmerpost/Makefile =================================================================== --- head/science/elmerpost/Makefile (revision 178391) +++ head/science/elmerpost/Makefile (revision 178392) @@ -1,43 +1,45 @@ # New ports collection makefile for: elmerpost # Date created: 5 Jan 2006 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= elmerpost PORTVERSION= 5.2.0 CATEGORIES= science MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ MAINTAINER= ports@FreeBSD.org COMMENT= Visualization of Numerical Results in the ELMER FEM package BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ wish8.4:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +BROKEN= Configure fails + # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated USE_GL= yes GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= USE_GCC= 4.1+ WITH_FORTRAN= yes F77= ${FC} CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} PLIST_SUB= ARCH=${MACHINE_ARCH} .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC FFLAGS+= -fPIC .endif .include Property changes on: head/science/elmerpost/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property