File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11using BinDeps
2- using Compat
32
43vers = " 20U1"
54
65url= " https://bintray.com/artifact/download/julialang/generic/"
76tagfile = " installed_vers"
87target = " libbid$(Sys. WORD_SIZE) .$(Libdl. dlext) "
98if ! isfile (tagfile) || ! isfile (target) || readchomp (tagfile) != " $vers :$(Sys. WORD_SIZE) "
10- if Compat . KERNEL == :NT
9+ if Sys . KERNEL == :NT
1110 # binary for Windows was cross-compiled with mingw using:
1211 # 32-bit: CC_NAME_INDEX=3 CC_INDEX=3 _HOST_OS=Windows_NT _HOST_ARCH=x86 _NUM_CPUS=1 CC=i686-w64-mingw32-gcc CFLAGS_OPT="-O2 -DBID_THREAD= -DBID_MS_FLAGS" CALL_BY_REF=0 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=1
1312 # 64-bit: CC_NAME_INDEX=3 CC_INDEX=3 _HOST_OS=Windows_NT _HOST_ARCH=x86_64 _NUM_CPUS=1 CC=x86_64-w64-mingw32-gcc CFLAGS_OPT="-O2 -DBID_THREAD= -DBID_MS_FLAGS" CALL_BY_REF=0 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=1
@@ -16,7 +15,7 @@ if !isfile(tagfile) || !isfile(target) || readchomp(tagfile) != "$vers:$(Sys.WOR
1615 # libbid.dll: $(ALL_BID_OBJS)
1716 # $(CC) -shared -o $@ $(ALL_BID_OBJS)
1817 run (download_cmd (url* " libbid$(Sys. WORD_SIZE) -$vers .dll" , target))
19- elseif Compat . KERNEL == :Darwin
18+ elseif Sys . KERNEL == :Darwin
2019 run (download_cmd (url* " libbid$(Sys. WORD_SIZE) -$vers .dylib" , target))
2120 else
2221 tarball = " IntelRDFPMathLib$vers .tar.gz"
You can’t perform that action at this time.
0 commit comments