aboutsummaryrefslogtreecommitdiff
path: root/ports/openblas/github_2481.patch
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-10-09 14:00:18 +0800
committerGitHub <noreply@github.com>2020-10-08 23:00:18 -0700
commit256d8a497a77f000168fe5a5b7c90a1962fa76ff (patch)
tree6525501b2298119bbaa79e4042f83f1f9a4e4695 /ports/openblas/github_2481.patch
parent63cc8c0d8a83bf1efb6b0e92cf1f0c7b589e5e1c (diff)
downloadvcpkg-256d8a497a77f000168fe5a5b7c90a1962fa76ff.tar.gz
vcpkg-256d8a497a77f000168fe5a5b7c90a1962fa76ff.zip
[openblas] Update to the 0.3.10 (#13587)
* [Many ports] Update to the latest version * [rhash] Update ci.baseline.txt * [update] Remove change of rhash * [update] Revert ci.baseline.txt * [update] Revert ci.baseline.txt * [update] Remove change of poco and paho-mqtt * [sqlpp11] Revert change * [openblas] Fix uwp error * Update CONTROL Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/openblas/github_2481.patch')
-rw-r--r--ports/openblas/github_2481.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/ports/openblas/github_2481.patch b/ports/openblas/github_2481.patch
deleted file mode 100644
index bedffc36c..000000000
--- a/ports/openblas/github_2481.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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 ()