File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
stdlib/libblastrampoline_jll/src Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 186
186
include (strcat ((length (Core. ARGS )>= 2 ? Core. ARGS [2 ] : " " ), " build_h.jl" )) # include($BUILDROOT/base/build_h.jl)
187
187
include (strcat ((length (Core. ARGS )>= 2 ? Core. ARGS [2 ] : " " ), " version_git.jl" )) # include($BUILDROOT/base/version_git.jl)
188
188
189
- # These used to be in build_h.jl and are retained for backwards compatibility
190
- const libblas_name = " libblastrampoline"
191
- const liblapack_name = " libblastrampoline"
189
+ # These used to be in build_h.jl and are retained for backwards compatibility.
190
+ # NOTE: keep in sync with `libblastrampoline_jll.libblastrampoline`.
191
+ const libblas_name = " libblastrampoline" * (Sys. iswindows () ? " -5" : " " )
192
+ const liblapack_name = libblas_name
192
193
193
194
# numeric operations
194
195
include (" hashing.jl" )
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ artifact_dir = ""
18
18
libblastrampoline_handle = C_NULL
19
19
libblastrampoline_path = " "
20
20
21
+ # NOTE: keep in sync with `Base.libblas_name` and `Base.liblapack_name`.
21
22
const libblastrampoline = if Sys. iswindows ()
22
23
" libblastrampoline-5.dll"
23
24
elseif Sys. isapple ()
You can’t perform that action at this time.
0 commit comments