e0139b43c2
- 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)
12 lines
277 B
Makefile
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"
|