Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 12:34:15 +0900 (JST)
From:      chat95@mbox.kyoto-inet.or.jp (Nakata Maho)
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
Message-ID:  <20020717.123415.884045463.maho@scarlatti.synchem.kyoto-u.ac.jp>
In-Reply-To: <20020717024506.GA1554@gforce.johnson.home>
References:  <200207160654.g6G6s8eo017503@freefall.freebsd.org> <20020717024506.GA1554@gforce.johnson.home>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020717.123415.884045463.maho>