diff options
Diffstat (limited to 'math/openblas/Makefile')
-rw-r--r-- | math/openblas/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/openblas/Makefile b/math/openblas/Makefile index e70706747051..d4a5c079ae71 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -1,7 +1,6 @@ PORTNAME= openblas DISTVERSIONPREFIX= v -DISTVERSION= 0.3.29 -PORTREVISION= 1 +DISTVERSION= 0.3.30 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg @@ -9,10 +8,6 @@ DISTFILES= large.tgz:lapack_tmg \ timing.tgz:lapack_tmg DIST_SUBDIR= openblas -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= e8b11a126bbbcabdfa0ca06bbf4dcca44b8e650f.patch:-p1 \ - 643966d9c7eba16de75da14e60c3e554d4019595.patch:-p1 - MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Optimized BLAS library based on GotoBLAS2 WWW= https://github.com/OpenMathLib/OpenBLAS |