36e838b18a
This version comes with extra Linux tmp files; reported upstream as https://github.com/SciRuby/rb-gsl/issues/34 Changes: Support for gsl-2.1.0. Support for nmatrix (not in pkgsrc yet)
17 lines
450 B
Makefile
17 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.17 2016/03/12 13:38:33 wiz Exp $
|
|
|
|
DISTNAME= gsl-2.1.0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/SciRuby/rb-gsl
|
|
COMMENT= Ruby interface to GNU Scientific Library
|
|
LICENSE= gnu-gpl-v2 # OR later
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|