mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
BLIS: bump (#4045)
This commit is contained in:
@@ -9,11 +9,11 @@ application developers access to BLIS implementations via traditional BLAS \
|
|||||||
routine calls. An object-based API unique to BLIS is also available."
|
routine calls. An object-based API unique to BLIS is also available."
|
||||||
HOMEPAGE="https://github.com/flame/blis"
|
HOMEPAGE="https://github.com/flame/blis"
|
||||||
COPYRIGHT="2014 The University of Texas at Austin
|
COPYRIGHT="2014 The University of Texas at Austin
|
||||||
2018 Advanced Micro Devices, Inc."
|
2019 Advanced Micro Devices, Inc."
|
||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="2"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/flame/blis/archive/$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/flame/blis/archive/$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="7816a1f6085b1d779f074bca2435c195c524582edbb04d9cd399dade9187a72d"
|
CHECKSUM_SHA256="ad5765cc3f492d0c663f494850dafc4d72f901c332eb442f404814ff2995e5a9"
|
||||||
PATCHES="blis-$portVersion.patchset"
|
PATCHES="blis-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
From bea97e74334ee7239226d09adaa91ad75e296f86 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
|
||||||
Date: Sun, 9 Sep 2018 14:36:22 +0200
|
|
||||||
Subject: Add Haiku to the known OS list
|
|
||||||
|
|
||||||
|
|
||||||
diff --git a/frame/include/bli_system.h b/frame/include/bli_system.h
|
|
||||||
index 3e85515..e3e7947 100644
|
|
||||||
--- a/frame/include/bli_system.h
|
|
||||||
+++ b/frame/include/bli_system.h
|
|
||||||
@@ -67,7 +67,7 @@
|
|
||||||
#elif defined(__bg__)
|
|
||||||
#define BLIS_OS_BGP 1
|
|
||||||
#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
|
|
||||||
- defined(__bsdi__) || defined(__DragonFly__)
|
|
||||||
+ defined(__bsdi__) || defined(__DragonFly__) || defined(__HAIKU__)
|
|
||||||
#define BLIS_OS_BSD 1
|
|
||||||
#elif defined(EMSCRIPTEN)
|
|
||||||
#define BLIS_OS_EMSCRIPTEN
|
|
||||||
--
|
|
||||||
2.16.4
|
|
||||||
|
|
||||||
23
sci-libs/blis/patches/blis-0.6.0.patchset
Normal file
23
sci-libs/blis/patches/blis-0.6.0.patchset
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
From c3b6652d8144fd186a66ccde05af5682c6ef0d25 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||||
|
Date: Thu, 25 Jul 2019 21:29:02 +0200
|
||||||
|
Subject: Add Haiku to the known OS list
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/frame/include/bli_system.h b/frame/include/bli_system.h
|
||||||
|
index c772208..b728267 100644
|
||||||
|
--- a/frame/include/bli_system.h
|
||||||
|
+++ b/frame/include/bli_system.h
|
||||||
|
@@ -85,7 +85,8 @@
|
||||||
|
#elif defined(__bg__)
|
||||||
|
#define BLIS_OS_BGP 1
|
||||||
|
#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
|
||||||
|
- defined(__bsdi__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__)
|
||||||
|
+ defined(__bsdi__) || defined(__DragonFly__) || \
|
||||||
|
+ defined(__FreeBSD_kernel__) || defined(__HAIKU__)
|
||||||
|
#define BLIS_OS_BSD 1
|
||||||
|
#elif defined(EMSCRIPTEN)
|
||||||
|
#define BLIS_OS_EMSCRIPTEN
|
||||||
|
--
|
||||||
|
2.21.0
|
||||||
|
|
||||||
Reference in New Issue
Block a user