freebsd-ports/math/arpack-ng-mpich/Makefile
Thierry Thomas e0139b43c2 - Add an option MPI to build and install libparpack
- Create a slave port to build a package with this option

- Switch to an external plist, because many files are added.

PR:		ports/193810
Submitted by:	/me
Approved by:	bf (maintainer, by private mail)
2014-10-06 20:51:55 +00:00

12 lines
277 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= arpack-ng
COMMENT= Revised Argand library for solving large-scale eigenvalue problems with MPI support
MASTERDIR= ${.CURDIR}/../../math/arpack-ng
OPTIONS_DEFAULT+= MPI
.include "${MASTERDIR}/Makefile"