pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
OpenBLAS: standardize github usage and some cleanups.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Oct 18 23:25:48 2016 +0200
Changeset: ac3a298454d11ec62d0b3bdc82fc7c8746cf3cac
Modified Files:
OpenBLAS/Makefile
OpenBLAS/distinfo
Log Message:
OpenBLAS: standardize github usage and some cleanups.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac3a298454d11ec62d0b3bdc82fc7c8746cf3cac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
OpenBLAS/Makefile | 20 +++++++-------------
OpenBLAS/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 17 deletions(-)
diffs:
diff --git a/OpenBLAS/Makefile b/OpenBLAS/Makefile
index d0aef37..384d2b5 100644
--- a/OpenBLAS/Makefile
+++ b/OpenBLAS/Makefile
@@ -1,21 +1,16 @@
# $NetBSD$
+DISTNAME= OpenBLAS-0.2.19
CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GITHUB:=xianyi/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= kuehro%posteo.de@localhost
+HOMEPAGE= http://www.openblas.net/
COMMENT= OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD
LICENSE= modified-bsd
-OPENBLAS_VER= 0.2.19
-DISTNAME= v${OPENBLAS_VER}
-PKGNAME= OpenBLAS-${OPENBLAS_VER}
-MASTER_SITES= ${MASTER_SITE_GITHUB:=xinayi/}
-GITHUB_TAG= ${DISTNAME}
-
-HOMEPAGE= http://www.openblas.net/
-
-EXTRACT_USING= gtar
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+EXTRACT_USING= bsdtar
ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
@@ -25,9 +20,6 @@ GCC_REQD+= 6.2
NO_CONFIGURE= yes
-.include "../../mk/bsd.pkg.mk"
-
-
MAKE_ENV= PREFIX=${PREFIX}
MAKE_ENV+= CC=${CCPATH}
MAKE_ENV+= FC=${FCPATH}
@@ -45,3 +37,5 @@ MAKE_ENV+= DYNAMIC_ARCH=1
MAKE_ENV+= USE_OPENMP=1 NO_AFFINITY=1
INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/OpenBLAS/distinfo b/OpenBLAS/distinfo
index af11621..f8cdb4d 100644
--- a/OpenBLAS/distinfo
+++ b/OpenBLAS/distinfo
@@ -1,7 +1,7 @@
$NetBSD$
-SHA1 (v0.2.19.tar.gz) = df4ceb25d2529748ad0f2715e62fefb348477edd
-RMD160 (v0.2.19.tar.gz) = 8472d90075a8c1d357b896eba7ce293be508bca0
-SHA512 (v0.2.19.tar.gz) = 7081a8540b8037c0d4d6db0ec4b51277856c0e0f4e2575671984e5deb3482102da8936c43691087c8475d67070f89ac6925e4867ead60802aa2a29e8517e7495
-Size (v0.2.19.tar.gz) = 10834034 bytes
+SHA1 (OpenBLAS-0.2.19.tar.gz) = df4ceb25d2529748ad0f2715e62fefb348477edd
+RMD160 (OpenBLAS-0.2.19.tar.gz) = 8472d90075a8c1d357b896eba7ce293be508bca0
+SHA512 (OpenBLAS-0.2.19.tar.gz) = 7081a8540b8037c0d4d6db0ec4b51277856c0e0f4e2575671984e5deb3482102da8936c43691087c8475d67070f89ac6925e4867ead60802aa2a29e8517e7495
+Size (OpenBLAS-0.2.19.tar.gz) = 10834034 bytes
SHA1 (patch-driver_others_memory.c) = 3f0d6014782810cc89c6fe0d0c1684e5ffdc2000
Home |
Main Index |
Thread Index |
Old Index