diff --git a/sci-libs/blis/blis-0.5.1.recipe b/sci-libs/blis/blis-0.6.0.recipe similarity index 94% rename from sci-libs/blis/blis-0.5.1.recipe rename to sci-libs/blis/blis-0.6.0.recipe index 86f30791c..05c141b54 100644 --- a/sci-libs/blis/blis-0.5.1.recipe +++ b/sci-libs/blis/blis-0.6.0.recipe @@ -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." HOMEPAGE="https://github.com/flame/blis" COPYRIGHT="2014 The University of Texas at Austin - 2018 Advanced Micro Devices, Inc." + 2019 Advanced Micro Devices, Inc." LICENSE="BSD (3-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/flame/blis/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="7816a1f6085b1d779f074bca2435c195c524582edbb04d9cd399dade9187a72d" +CHECKSUM_SHA256="ad5765cc3f492d0c663f494850dafc4d72f901c332eb442f404814ff2995e5a9" PATCHES="blis-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" diff --git a/sci-libs/blis/patches/blis-0.5.1.patchset b/sci-libs/blis/patches/blis-0.5.1.patchset deleted file mode 100644 index e7aec9ec2..000000000 --- a/sci-libs/blis/patches/blis-0.5.1.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From bea97e74334ee7239226d09adaa91ad75e296f86 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= -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 - diff --git a/sci-libs/blis/patches/blis-0.6.0.patchset b/sci-libs/blis/patches/blis-0.6.0.patchset new file mode 100644 index 000000000..56e3cbd17 --- /dev/null +++ b/sci-libs/blis/patches/blis-0.6.0.patchset @@ -0,0 +1,23 @@ +From c3b6652d8144fd186a66ccde05af5682c6ef0d25 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= +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 +