From owner-freebsd-ports Tue Jul 16 20:36:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE3A37B400; Tue, 16 Jul 2002 20:36:52 -0700 (PDT) Received: from quanta.synchem.kyoto-u.ac.jp (quanta.synchem.kyoto-u.ac.jp [130.54.33.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876BF43E3B; Tue, 16 Jul 2002 20:36:51 -0700 (PDT) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (quanth.synchem.kyoto-u.ac.jp [130.54.33.130]) by quanta.synchem.kyoto-u.ac.jp (8.12.5/3.7W/00091819) with ESMTP id g6H3a7Ox065234; Wed, 17 Jul 2002 12:36:07 +0900 (JST) Date: Wed, 17 Jul 2002 12:34:15 +0900 (JST) Message-Id: <20020717.123415.884045463.maho@scarlatti.synchem.kyoto-u.ac.jp> To: glennpj@charter.net Cc: ijliao@FreeBSD.ORG, chat95@mbox.kyoto-inet.or.jp, freebsd-ports@FreeBSD.ORG Subject: Re: ports/40631: Update port science/mpqc and new slave port science/mpqc-mpich From: chat95@mbox.kyoto-inet.or.jp (Nakata Maho) Reply-To: chat95@mbox.kyoto-inet.or.jp In-Reply-To: <20020717024506.GA1554@gforce.johnson.home> References: <200207160654.g6G6s8eo017503@freefall.freebsd.org> <20020717024506.GA1554@gforce.johnson.home> X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks for your info. > The mpqc-mpich port is installing everything into ${PREFIX}/mpqc/2.1.1. > The config.status file contains the following line: Try these patches: diff -ur /work/cvsup/ports/science/mpqc/Makefile mpqc/Makefile --- /work/cvsup/ports/science/mpqc/Makefile Tue Jul 16 18:26:32 2002 +++ mpqc/Makefile Wed Jul 17 12:26:08 2002 @@ -17,7 +17,8 @@ USE_BISON= yes USE_AUTOCONF= yes -CONFIGURE_ARGS= --with-libdirs=-L${PREFIX}/lib \ +CONFIGURE_ARGS= --prefix="${PREFIX}" \ + --with-libdirs="-L${PREFIX}/lib" \ --with-blas="-lf77blas -latlas" \ --with-lapack="-lalapack -lcblas" \ --with-coptflags="${CFLAGS}" \ diff -ur /work/cvsup/ports/science/mpqc-mpich/Makefile mpqc-mpich/Makefile --- /work/cvsup/ports/science/mpqc-mpich/Makefile Tue Jul 16 20:57:07 2002 +++ mpqc-mpich/Makefile Wed Jul 17 12:25:41 2002 @@ -14,7 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich # MPICH implimentation is not thread safe -CONFIGURE_ARGS= --with-libdirs="-L${PREFIX}/lib -L${PREFIX}/mpich/lib" \ +CONFIGURE_ARGS= --prefix="${PREFIX}" \ + --with-libdirs="-L${PREFIX}/lib -L${PREFIX}/mpich/lib" \ --with-blas="-lf77blas -latlas" \ --with-lapack="-lalapack -lcblas" \ --with-coptflags="${CFLAGS}" \ If it is possible please comitte, ijliao-san! Sincerely, Nakata Maho To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message