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 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
- # NOTE: keep in sync with `libblastrampoline_jll.libblastrampoline`.
191
- const libblas_name = " libblastrampoline" * (Sys. iswindows () ? " -5" : " " )
192
- const liblapack_name = libblas_name
193
-
194
189
# numeric operations
195
190
include (" hashing.jl" )
196
191
include (" rounding.jl" )
@@ -291,6 +286,11 @@ include("sysinfo.jl")
291
286
include (" libc.jl" )
292
287
using . Libc: getpid, gethostname, time
293
288
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
+
294
294
# Logging
295
295
include (" logging.jl" )
296
296
using . CoreLogging
You can’t perform that action at this time.
0 commit comments