-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version comes with extra Linux tmp files; reported upstream as SciRuby/rb-gsl#34 Changes: Support for gsl-2.1.0. Support for nmatrix (not in pkgsrc yet)
- Loading branch information
wiz
committed
Mar 12, 2016
1 parent
db2426f
commit 213d8e3
Showing
3 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.16 2015/09/13 14:37:10 taca Exp $ | ||
# $NetBSD: Makefile,v 1.17 2016/03/12 13:38:33 wiz Exp $ | ||
|
||
DISTNAME= gsl-1.16.0.6 | ||
DISTNAME= gsl-2.1.0 | ||
CATEGORIES= math | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.11 2015/11/03 23:33:43 agc Exp $ | ||
$NetBSD: distinfo,v 1.12 2016/03/12 13:38:33 wiz Exp $ | ||
|
||
SHA1 (gsl-1.16.0.6.gem) = d5fb6ac373c11628358f1260344644e74f66dffa | ||
RMD160 (gsl-1.16.0.6.gem) = c3d6b5e62059c2c7331a3c0e0d9f2f542f9f5b57 | ||
SHA512 (gsl-1.16.0.6.gem) = 99610ef7e9b57c29f1972c4cb2853642157660b885a0a9761876c649badeb02dace7f0191453ce63d1a7f59bc3ee89fb61a73ae71522b5430f7916a60c4d1490 | ||
Size (gsl-1.16.0.6.gem) = 594944 bytes | ||
SHA1 (gsl-2.1.0.gem) = 2d07865174b524539965773a78f002344d5a24e7 | ||
RMD160 (gsl-2.1.0.gem) = 8ef6e58151b0103e1c2e4b945b354841ec66556f | ||
SHA512 (gsl-2.1.0.gem) = b6632429160dff2f8cbe2ad929e2c56ba18a3922ed441411b805c14df52ff7cdecb41951fe6b061a746cae32f90af0c108f1ce08df64c197947e395d02fb5861 | ||
Size (gsl-2.1.0.gem) = 729600 bytes |