From owner-cvs-all Mon Jul 15 23:44:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184CE37B400; Mon, 15 Jul 2002 23:44:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D247643E4A; Mon, 15 Jul 2002 23:44:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6G6itJU016399; Mon, 15 Jul 2002 23:44:55 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6G6itT5016398; Mon, 15 Jul 2002 23:44:55 -0700 (PDT) Message-Id: <200207160644.g6G6itT5016398@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Jul 2002 23:44:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/mpqc Makefile ports/science/mpqc/files patch-::configure.in patch-misc::scint.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/07/15 23:44:55 PDT Modified files: science/mpqc Makefile Added files: science/mpqc/files patch-::configure.in patch-misc::scint.h Log: fix broken and make some enhancement 1. using math/atlas(added lapack, blas flags for other choices of lapack, blas package) It improves the performance for few percent. 2. override CFLAGS, FFLAGS for C++, C, FORTRAN compiler 3. override CC, F77, C++ for other choices of C++, C, FORTRAN compiler 4. support for parallel computing using MPI. pass maintainership to submitter PR: 40631 Submitted by: Nakata Maho (new maintainer) No Response from: original maintainer (mail bounce) Revision Changes Path 1.4 +14 -7 ports/science/mpqc/Makefile 1.1 +150 -0 ports/science/mpqc/files/patch-::configure.in (new) 1.1 +11 -0 ports/science/mpqc/files/patch-misc::scint.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message