File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ class Julia < Formula
2
2
desc "Fast, Dynamic Programming Language"
3
3
homepage "https://julialang.org/"
4
4
license all_of : [ "MIT" , "BSD-3-Clause" , "Apache-2.0" , "BSL-1.0" ]
5
+ revision 1
5
6
6
7
stable do
7
8
# Use the `-full` tarball to avoid having to download during the build.
@@ -53,7 +54,7 @@ class Julia < Formula
53
54
depends_on "libnghttp2"
54
55
depends_on "libssh2"
55
56
depends_on "mpfr"
56
- depends_on "openblas "
57
+ depends_on "openblas64 "
57
58
depends_on "openlibm"
58
59
depends_on "p7zip"
59
60
depends_on "pcre2"
@@ -99,11 +100,11 @@ def install
99
100
USE_SYSTEM_UTF8PROC=1
100
101
USE_SYSTEM_ZLIB=1
101
102
VERBOSE=1
102
- LIBBLAS=-lopenblas
103
- LIBBLASNAME=libopenblas
104
- LIBLAPACK=-lopenblas
105
- LIBLAPACKNAME=libopenblas
106
- USE_BLAS64=0
103
+ LIBBLAS=-lopenblas64_
104
+ LIBBLASNAME=libopenblas64_
105
+ LIBLAPACK=-lopenblas64_
106
+ LIBLAPACKNAME=libopenblas64_
107
+ USE_BLAS64=1
107
108
WITH_TERMINFO=0
108
109
]
109
110
You can’t perform that action at this time.
0 commit comments