1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/science/mpqc-mpich/Makefile
Maho Nakata c336a88dcd Fix the problem mpqc and mpqc-mpich port
both produces packages have identical name.

Reviewed by:	knu(mentor)
2002-11-18 06:58:42 +00:00

23 lines
608 B
Makefile

# New ports collection makefile for: mpqc-mpich
# Date created: 27 April 2001
# Whom: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../mpqc/
.include "${.CURDIR}/../mpqc/Makefile"
PKGNAMESUFFIX= -mpich
LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \
atlas:${PORTSDIR}/math/atlas
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" \
--with-include="-I${PREFIX}/mpich/include" \
--enable-always-use-mpi \
--enable-threads=no