From owner-cvs-ports@FreeBSD.ORG Sat Jun 3 12:35:44 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC15016A46F; Sat, 3 Jun 2006 12:35:44 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B387243D45; Sat, 3 Jun 2006 12:35:44 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k53CY94h025462; Sat, 3 Jun 2006 12:34:09 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k53CY9pk025461; Sat, 3 Jun 2006 12:34:09 GMT (envelope-from thierry) Message-Id: <200606031234.k53CY9pk025461@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jun 2006 12:34:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/mumps Makefile distinfo pkg-descr pkg-plist ports/math/mumps/files patch-Make.inc+Makefile.inc.generic patch-Make.inc+Makefile.inc.generic.SEQ X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 12:35:45 -0000 thierry 2006-06-03 12:34:09 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/mumps Makefile distinfo pkg-descr pkg-plist math/mumps/files patch-Make.inc+Makefile.inc.generic patch-Make.inc+Makefile.inc.generic.SEQ Log: MUMPS, the MUltifrontal Massively Parallel sparse direct Solver, is the fastest matrix solver available for FreeBSD. It requires a F90 compiler so it's built with gfortran, however care was taken to ensure it will work with g77 while a the default compiler is changed. PR: ports/98107 Submitted by: Pedro Giffuni Revision Changes Path 1.397 +1 -0 ports/math/Makefile 1.1 +108 -0 ports/math/mumps/Makefile (new) 1.1 +3 -0 ports/math/mumps/distinfo (new) 1.1 +86 -0 ports/math/mumps/files/patch-Make.inc+Makefile.inc.generic (new) 1.1 +70 -0 ports/math/mumps/files/patch-Make.inc+Makefile.inc.generic.SEQ (new) 1.1 +16 -0 ports/math/mumps/pkg-descr (new) 1.1 +25 -0 ports/math/mumps/pkg-plist (new)