8112a86e60
MPICH2 is an all-new implementation of MPI from the group at Argonne National Laboratory. It shares many goals with the original MPICH but no actual code. It is a portable, high-performance implementation of the entire MPI-2 standard. This release has all MPI-2 functions and features required by the standard with the exception of support for the "external32" portable I/O format.
59 lines
2.1 KiB
Makefile
59 lines
2.1 KiB
Makefile
# $NetBSD: Makefile,v 1.55 2008/05/29 20:25:53 tnn Exp $
|
|
|
|
DISTNAME= mpich2-1.0.7
|
|
CATEGORIES= parallel
|
|
MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://www.mcs.anl.gov/research/projects/mpich2/
|
|
COMMENT= Open source MPI and MPI-2 implementation from Univ. of Chicago
|
|
|
|
CONFLICTS+= musicpd-[0-9]* # installs bin/mpd
|
|
CONFLICTS+= mpich-[0-9]* # installs bin/mpicc & other wrappers
|
|
CONFLICTS+= openmpi-[0-9]* # installs bin/mpicc & other wrappers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++ fortran
|
|
|
|
PKG_SYSCONFSUBDIR= mpich
|
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE}
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGBASE}
|
|
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/${PKGBASE}/html
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PYTHON+= src/pm/mpd/*.py src/pm/mpd/test/*.py
|
|
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_callstack_ldflags.conf \
|
|
${PKG_SYSCONFDIR}/mpe_callstack_ldflags.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_f77env.conf \
|
|
${PKG_SYSCONFDIR}/mpe_f77env.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_help.conf \
|
|
${PKG_SYSCONFDIR}/mpe_help.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_log.conf \
|
|
${PKG_SYSCONFDIR}/mpe_log.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_log_postlib.conf \
|
|
${PKG_SYSCONFDIR}/mpe_log_postlib.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_mpicheck.conf \
|
|
${PKG_SYSCONFDIR}/mpe_mpicheck.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_mpilog.conf \
|
|
${PKG_SYSCONFDIR}/mpe_mpilog.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_mpitrace.conf \
|
|
${PKG_SYSCONFDIR}/mpe_mpitrace.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpe_nolog.conf \
|
|
${PKG_SYSCONFDIR}/mpe_nolog.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpicc.conf \
|
|
${PKG_SYSCONFDIR}/mpicc.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpicxx.conf \
|
|
${PKG_SYSCONFDIR}/mpicxx.conf
|
|
CONF_FILES+= share/${PKGBASE}/examples/mpif77.conf \
|
|
${PKG_SYSCONFDIR}/mpif77.conf
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|