summaryrefslogtreecommitdiff
path: root/lang/julia10/files/extra-patch-openblas-fix-arch.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/julia10/files/extra-patch-openblas-fix-arch.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/julia10/files/extra-patch-openblas-fix-arch.patch b/lang/julia10/files/extra-patch-openblas-fix-arch.patch
deleted file mode 100644
index cc965ecbe18d..000000000000
--- a/lang/julia10/files/extra-patch-openblas-fix-arch.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.system.orig 2019-02-06 00:50:04.658572000 +0800
-+++ Makefile.system 2019-02-06 00:51:30.598745000 +0800
-@@ -9,6 +9,16 @@
- TOPDIR = .
- endif
-
-+ifeq ($(ARCH), amd64)
-+override ARCH=x86_64
-+else ifeq ($(ARCH), powerpc64)
-+override ARCH=power
-+else ifeq ($(ARCH), i386)
-+override ARCH=x86
-+else ifeq ($(ARCH), aarch64)
-+override ARCH=arm64
-+endif
-+
- NETLIB_LAPACK_DIR = $(TOPDIR)/lapack-netlib
-
- # Default C compiler