Skip to content

Commit 0769ef6

Browse files
committed
libblas.so and liblapack.so could be already installed on the CI computers
1 parent 503df37 commit 0769ef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ end
128128
run_all_tests("blas32", reverse(ReferenceBLAS32_jll.LIBPATH_list), :LP64, "", tests = [dgemm, sdot])
129129
end
130130

131-
@testset "Vanilla ReferenceBLAS_jll (ILP64)" begin
132-
run_all_tests("blas", reverse(ReferenceBLAS_jll.LIBPATH_list), :ILP64, "", tests = [dgemm, sdot])
133-
end
131+
# @testset "Vanilla ReferenceBLAS_jll (ILP64)" begin
132+
# run_all_tests("blas", reverse(ReferenceBLAS_jll.LIBPATH_list), :ILP64, "", tests = [dgemm, sdot])
133+
# end
134134

135135
# Next, build a version that links against `libblastrampoline`, and tell
136136
# the trampoline to forwards calls to `OpenBLAS_jll`
@@ -159,7 +159,7 @@ end
159159
# end
160160

161161
# Test against MKL_jll using `libmkl_rt`, which is :LP64 by default
162-
if MKL_jll.is_available()
162+
if MKL_jll.is_available() && !Sys.iswindows()
163163
@testset "LBT -> MKL_jll (LP64)" begin
164164
libdirs = unique(vcat(lbt_dir, MKL_jll.LIBPATH_list..., CompilerSupportLibraries_jll.LIBPATH_list...))
165165
run_all_tests(blastrampoline_link_name(), libdirs, :LP64, MKL_jll.libmkl_rt_path; tests = [dgemm, dgemmt, dpstrf, sgesv, sdot, zdotc])

0 commit comments

Comments
 (0)