summaryrefslogtreecommitdiff
path: root/math/ruby-gsl/Makefile
diff options
context:
space:
mode:
authortaca <taca>2017-03-20 13:27:02 +0000
committertaca <taca>2017-03-20 13:27:02 +0000
commit3e2a8ef5093fd566badcd1727326fcab8b1c673d (patch)
tree23a3046ea3aec26daf09c7322afe43f81456eea2 /math/ruby-gsl/Makefile
parent63a16ed49bd4a52889eef8d856689a2991efe0ef (diff)
downloadpkgsrc-3e2a8ef5093fd566badcd1727326fcab8b1c673d.tar.gz
Update ruby-gsl to 2.1.0.2.
2.1.0.2 - Enhancements * Support for assigning Ruby Complex types to GSL::Matrix::Complex. (@v0dro) * Support for 2D interpolation by exposing GSLs interp2d and spline2d. (@v0dro) * Support for Ruby 2.4. (@badlamer) - Fixes * Fix NArray superclass mismatch problem. (@v0dro)
Diffstat (limited to 'math/ruby-gsl/Makefile')
-rw-r--r--math/ruby-gsl/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index 11e07b6c8b5..04f80004064 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.18 2016/10/15 14:42:10 taca Exp $
+# $NetBSD: Makefile,v 1.19 2017/03/20 13:27:02 taca Exp $
-DISTNAME= gsl-2.1.0.1
+DISTNAME= gsl-2.1.0.2
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://github.com/SciRuby/rb-gsl
+HOMEPAGE= https://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"