80b2c6aec7
This project started as a joint project between Debian, Octave and Scilab in order to provide a common and maintained version of arpack, as no single release has been published by Rice university for the last few years and many software (Octave, Scilab, R, Matlab...) forked it and implemented their own modifications.
12 lines
325 B
Makefile
12 lines
325 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/02/28 21:51:40 plunky Exp $
|
|
|
|
BUILDLINK_TREE+= arpack-ng
|
|
|
|
.if !defined(ARPACK_NG_BUILDLINK3_MK)
|
|
ARPACK_NG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.arpack-ng+= arpack-ng>=3.7.0
|
|
BUILDLINK_PKGSRCDIR.arpack-ng?= ../../math/arpack-ng
|
|
.endif # ARPACK_NG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -arpack-ng
|