pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
blis: Update to 1.1
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Wed May 21 20:27:59 2025 -0700
Changeset: ce52aae882dd7b6aad93fc297fa14b104cdf1c68
Modified Files:
blis/Makefile
blis/distinfo
Log Message:
blis: Update to 1.1
This release contains several new features and optimizations related to
threaded execution, as well as internal changes that improve
maintainability and lay the groundwork for future refactoring. The build
system and kernel sets saw lots of new code and tweaks to old code, and
of course there were many bugfixes.
Full Changelog: https://github.com/flame/blis/releases
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ce52aae882dd7b6aad93fc297fa14b104cdf1c68
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
blis/Makefile | 4 ++--
blis/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/blis/Makefile b/blis/Makefile
index abf4d02b72..5603a47f7b 100644
--- a/blis/Makefile
+++ b/blis/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
#
-BLIS_VERSION= 1.0
-DISTNAME= blis
+BLIS_VERSION= 1.1
+DISTNAME= blis-${BLIS_VERSION}
PKGNAME= blis-${BLIS_VERSION}
GITHUB_TAG= ${BLIS_VERSION}
MASTER_SITES= ${MASTER_SITE_GITHUB:=flame/}
diff --git a/blis/distinfo b/blis/distinfo
index dd766b8040..93aa023edd 100644
--- a/blis/distinfo
+++ b/blis/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.21 2017/09/11 20:56:28 wiz Exp $
-BLAKE2s (blis.tar.gz) = b71fc5e811f4cced67a73b9dcbf897aa68fb2cf1e7bf7e825f729a5b46285e9c
-SHA512 (blis.tar.gz) = 91cd2a2944762e584f11cb931ba11c4b296e93040b553f105ba8579d748a49cfcb6db8ae2ce1b5a537c0ae88182c9d212a4a5daa757ca4d0a7beee552d2eb55c
-Size (blis.tar.gz) = 15714356 bytes
+BLAKE2s (blis-1.1.tar.gz) = f26808980e9899d49b3e5c7cc02466ae1b3ade4a164828b5214501634de896c6
+SHA512 (blis-1.1.tar.gz) = 59d55f4731c97c92e4c3a09da33c8d45f57a000d035c3539bd5ed52ff9711903ecc5231cea0feb465b3fd9a80675a2237260947c09e6723f475e7b085a680527
+Size (blis-1.1.tar.gz) = 15706349 bytes
SHA1 (patch-Makefile) = df30063e87bdd5faa55f23506519d8ed3cc39b27
Home |
Main Index |
Thread Index |
Old Index