diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-06 07:17:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-06 07:17:18 +0000 |
commit | 7a022efdcff6be726a18c6ac21007d8f03bf02f9 (patch) | |
tree | ae69c730026ca35514c8e22f28641102eb20a27f /math/superlu_mt | |
parent | 3cd0e1bc769c9a436a211c1f4d197c12cdf4ee55 (diff) |
Notes
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 93f5a45f62c3..120caefa5301 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Routines for performing multithreaded sparse factorization +BROKEN= does not install + USE_FORTRAN= yes .include <bsd.port.pre.mk> |