aboutsummaryrefslogtreecommitdiff
path: root/ports/openblas/github_2481.patch
diff options
context:
space:
mode:
authorBilly Robert O'Neal III <bion@microsoft.com>2020-04-29 19:33:41 -0700
committerBilly O'Neal <billy.oneal@gmail.com>2020-04-30 21:51:31 -0700
commit6aab6e0d3dfece6c1f457671c5b3688435e5f3f0 (patch)
tree6a4b42c273b9e48650e9a6bc2fb16eb05ad2b57f /ports/openblas/github_2481.patch
parent7ebf6648d8c8ee64e0219834e84da7d6d4c454d3 (diff)
downloadvcpkg-6aab6e0d3dfece6c1f457671c5b3688435e5f3f0.tar.gz
vcpkg-6aab6e0d3dfece6c1f457671c5b3688435e5f3f0.zip
[OpenBLAS] Upgrade to 0.3.9 + a patch to fix AVX512 (which is now present on the VMs)
Diffstat (limited to 'ports/openblas/github_2481.patch')
-rw-r--r--ports/openblas/github_2481.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/ports/openblas/github_2481.patch b/ports/openblas/github_2481.patch
new file mode 100644
index 000000000..bedffc36c
--- /dev/null
+++ b/ports/openblas/github_2481.patch
@@ -0,0 +1,23 @@
+From 21f6c4b5a972683f7228e5ad446bc940947c2d2b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?=
+ =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= <chinoune.mehdi@gmail.com>
+Date: Mon, 2 Mar 2020 17:22:28 +0100
+Subject: [PATCH] fixes #2480
+
+---
+ cmake/cc.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/cc.cmake b/cmake/cc.cmake
+index 22217575c..d5551147c 100644
+--- a/cmake/cc.cmake
++++ b/cmake/cc.cmake
+@@ -99,7 +99,7 @@ endif ()
+ if (${CORE} STREQUAL "SKYLAKEX")
+ if (NOT DYNAMIC_ARCH)
+ if (NOT NO_AVX512)
+- set (CCOMMON_OPT = "${CCOMMON_OPT} -march=skylake-avx512")
++ set (CCOMMON_OPT "${CCOMMON_OPT} -march=skylake-avx512")
+ endif ()
+ endif ()
+ endif ()