Skip to content

Commit 4ed383e

Browse files
committed
julia: depend on openblas64
1 parent 7f787b6 commit 4ed383e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Formula/j/julia.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ class Julia < Formula
22
desc "Fast, Dynamic Programming Language"
33
homepage "https://julialang.org/"
44
license all_of: ["MIT", "BSD-3-Clause", "Apache-2.0", "BSL-1.0"]
5+
revision 1
56

67
stable do
78
# Use the `-full` tarball to avoid having to download during the build.
@@ -53,7 +54,7 @@ class Julia < Formula
5354
depends_on "libnghttp2"
5455
depends_on "libssh2"
5556
depends_on "mpfr"
56-
depends_on "openblas"
57+
depends_on "openblas64"
5758
depends_on "openlibm"
5859
depends_on "p7zip"
5960
depends_on "pcre2"
@@ -99,11 +100,11 @@ def install
99100
USE_SYSTEM_UTF8PROC=1
100101
USE_SYSTEM_ZLIB=1
101102
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
107108
WITH_TERMINFO=0
108109
]
109110

0 commit comments

Comments
 (0)