Skip to content

Commit 6850940

Browse files
authored
[OpenBLAS_jll] Update to v0.3.20 (#44321)
1 parent df81bf9 commit 6850940

File tree

6 files changed

+108
-207
lines changed

6 files changed

+108
-207
lines changed

deps/checksums/openblas

Lines changed: 94 additions & 94 deletions
Large diffs are not rendered by default.

deps/openblas.mk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,7 @@ $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied: $(BUILDDIR)/
9090
patch -p1 -f < $(SRCDIR)/patches/openblas-ofast-power.patch
9191
echo 1 > $@
9292

93-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia42415-lapack625-openblas3392.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
94-
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
95-
patch -p1 -f < $(SRCDIR)/patches/openblas-julia42415-lapack625-openblas3392.patch
96-
echo 1 > $@
97-
98-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/neoverse-generic-kernels.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia42415-lapack625-openblas3392.patch-applied
93+
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/neoverse-generic-kernels.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
9994
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
10095
patch -p1 -f < $(SRCDIR)/patches/neoverse-generic-kernels.patch
10196
echo 1 > $@

deps/openblas.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
OPENBLAS_BRANCH=v0.3.17
2-
OPENBLAS_SHA1=d909f9f3d4fc4ccff36d69f178558df154ba1002
1+
OPENBLAS_BRANCH=v0.3.20
2+
OPENBLAS_SHA1=0b678b19dc03f2a999d6e038814c4c50b9640a4e

deps/patches/openblas-julia42415-lapack625-openblas3392.patch

Lines changed: 0 additions & 95 deletions
This file was deleted.

deps/patches/openblas-ofast-power.patch

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
diff --git a/Makefile.power b/Makefile.power
2-
index 946f5523..19593050 100644
2+
index 28a0bae0..b4869fbd 100644
33
--- a/Makefile.power
44
+++ b/Makefile.power
5-
@@ -11,14 +11,14 @@ endif
6-
5+
@@ -11,7 +11,7 @@ endif
6+
77
ifeq ($(CORE), POWER10)
88
ifneq ($(C_COMPILER), PGI)
99
-CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
1010
+CCOMMON_OPT += -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
11-
FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math
12-
endif
13-
endif
14-
11+
ifeq ($(F_COMPILER), IBM)
12+
FCOMMON_OPT += -O2 -qrecur -qnosave
13+
else
14+
@@ -22,7 +22,7 @@ endif
15+
1516
ifeq ($(CORE), POWER9)
1617
ifneq ($(C_COMPILER), PGI)
1718
-CCOMMON_OPT += -Ofast -mvsx -fno-fast-math
1819
+CCOMMON_OPT += -mvsx -fno-fast-math
1920
ifeq ($(C_COMPILER), GCC)
2021
ifneq ($(GCCVERSIONGT4), 1)
2122
$(warning your compiler is too old to fully support POWER9, getting a newer version of gcc is recommended)
22-
@@ -51,7 +51,7 @@ endif
23-
23+
@@ -59,7 +59,7 @@ endif
24+
2425
ifeq ($(CORE), POWER8)
2526
ifneq ($(C_COMPILER), PGI)
2627
-CCOMMON_OPT += -Ofast -mcpu=power8 -mtune=power8 -mvsx -fno-fast-math

stdlib/OpenBLAS_jll/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OpenBLAS_jll"
22
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
3-
version = "0.3.17+2"
3+
version = "0.3.20+0"
44

55
[deps]
66
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"

0 commit comments

Comments
 (0)