summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-12-10 22:44:08 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-12-10 22:44:08 +0000
commit77945bb9d6884834d320c016dc421c367281a4a7 (patch)
treef12713bc37b027301f2092a90feedfd50a0bb607 /math
parentFix the build if there is no -O in the CFLAGS. To fix it by makes (diff)
Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208.
Notes
Notes: svn path=/head/; revision=179426
Diffstat (limited to 'math')
-rw-r--r--math/elmer-mathlibs/Makefile2
-rw-r--r--math/elmer-umfpack/Makefile2
-rw-r--r--math/mumps/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/math/elmer-mathlibs/Makefile b/math/elmer-mathlibs/Makefile
index d9eaba59aa85..2f484165468a 100644
--- a/math/elmer-mathlibs/Makefile
+++ b/math/elmer-mathlibs/Makefile
@@ -15,8 +15,6 @@ 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
diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile
index 073475b9991d..1b93ca935b60 100644
--- a/math/elmer-umfpack/Makefile
+++ b/math/elmer-umfpack/Makefile
@@ -15,8 +15,6 @@ 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+
diff --git a/math/mumps/Makefile b/math/mumps/Makefile
index ff16e3ffbe5f..28ca338a6a4c 100644
--- a/math/mumps/Makefile
+++ b/math/mumps/Makefile
@@ -17,8 +17,6 @@ DISTNAME= MUMPS_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MUltifrontal Massively Parallel sparse direct Solver
-BROKEN= Does not build
-
#-----------------------------------------------------------------------
# WARNING: Non-serviceable parts inside, can break other ports