File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 186186include (strcat ((length (Core. ARGS )>= 2 ? Core. ARGS [2 ] : " " ), " build_h.jl" )) # include($BUILDROOT/base/build_h.jl)
187187include (strcat ((length (Core. ARGS )>= 2 ? Core. ARGS [2 ] : " " ), " version_git.jl" )) # include($BUILDROOT/base/version_git.jl)
188188
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
193-
194189# numeric operations
195190include (" hashing.jl" )
196191include (" rounding.jl" )
@@ -291,6 +286,11 @@ include("sysinfo.jl")
291286include (" libc.jl" )
292287using . Libc: getpid, gethostname, time
293288
289+ # These used to be in build_h.jl and are retained for backwards compatibility.
290+ # NOTE: keep in sync with `libblastrampoline_jll.libblastrampoline`.
291+ const libblas_name = " libblastrampoline" * (Sys. iswindows () ? " -5" : " " )
292+ const liblapack_name = libblas_name
293+
294294# Logging
295295include (" logging.jl" )
296296using . CoreLogging
You can’t perform that action at this time.
0 commit comments