aboutsummaryrefslogtreecommitdiff
path: root/biology/gemma
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2021-01-02 22:05:58 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2021-01-02 22:05:58 +0000
commitad36c9cb17e2bea1a94a06920d107bf18996142c (patch)
treeb5fa30062f7e7113c3ff1c52169d3b8296d7ccbb /biology/gemma
parent667246c1a7368bbba6b658b6d3519993d8920e57 (diff)
downloadports-ad36c9cb17e2bea1a94a06920d107bf18996142c.tar.gz
ports-ad36c9cb17e2bea1a94a06920d107bf18996142c.zip
biology/gemma: Upgrade to 0.98.3
Minor bug fixes and enhancements Reported by: portscout
Notes
Notes: svn path=/head/; revision=559975
Diffstat (limited to 'biology/gemma')
-rw-r--r--biology/gemma/Makefile3
-rw-r--r--biology/gemma/distinfo6
-rw-r--r--biology/gemma/files/patch-src_fastopenblas.h15
3 files changed, 4 insertions, 20 deletions
diff --git a/biology/gemma/Makefile b/biology/gemma/Makefile
index 716406573c16..aad0bc2e6196 100644
--- a/biology/gemma/Makefile
+++ b/biology/gemma/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gemma
-DISTVERSION= 0.98.1
-PORTREVISION= 6
+DISTVERSION= 0.98.3
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
diff --git a/biology/gemma/distinfo b/biology/gemma/distinfo
index 8974b901c7c5..dde8eb92ac25 100644
--- a/biology/gemma/distinfo
+++ b/biology/gemma/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558018021
-SHA256 (genetics-statistics-GEMMA-0.98.1_GH0.tar.gz) = 6beeed4a9e727a96fdea9e86e39bbe9cbc9f0540ad3a1053814e95b0863a7e6b
-SIZE (genetics-statistics-GEMMA-0.98.1_GH0.tar.gz) = 49569015
+TIMESTAMP = 1609514940
+SHA256 (genetics-statistics-GEMMA-0.98.3_GH0.tar.gz) = 8c27874634269f52a194a41048e70c17e2128563f56bb8ef59338a93147c61ba
+SIZE (genetics-statistics-GEMMA-0.98.3_GH0.tar.gz) = 49572695
diff --git a/biology/gemma/files/patch-src_fastopenblas.h b/biology/gemma/files/patch-src_fastopenblas.h
deleted file mode 100644
index 32d2c4b1b94c..000000000000
--- a/biology/gemma/files/patch-src_fastopenblas.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/fastopenblas.h.orig 2018-12-11 05:34:29 UTC
-+++ src/fastopenblas.h
-@@ -23,10 +23,12 @@
-
- #include <assert.h>
- #include <iostream>
-+/* Conflicts with gsl_cblas.h, included from gsl_matrix.h
- extern "C"
- {
- #include <cblas.h> // For OpenBlas / Atlas
- }
-+*/
- #include "gsl/gsl_matrix.h"
-
- void fast_cblas_dgemm(const enum CBLAS_ORDER Order,