129
129
run_all_tests (" blas32" , reverse (ReferenceBLAS32_jll. LIBPATH_list), :LP64 , " " , tests = [dgemm, sdot])
130
130
end
131
131
132
- @testset " Vanilla ReferenceBLAS_jll (ILP64)" begin
133
- run_all_tests (" blas" , reverse (ReferenceBLAS_jll. LIBPATH_list), :ILP64 , " " , tests = [dgemm, sdot])
134
- end
132
+ # @testset "Vanilla ReferenceBLAS_jll (ILP64)" begin
133
+ # run_all_tests("blas", reverse(ReferenceBLAS_jll.LIBPATH_list), :ILP64, "", tests = [dgemm, sdot])
134
+ # end
135
135
136
136
# Next, build a version that links against `libblastrampoline`, and tell
137
137
# the trampoline to forwards calls to `OpenBLAS_jll`
184
184
run_all_tests (blastrampoline_link_name (), libdirs, :LP64 , string (ReferenceBLAS32_jll. libblas32_path, " ;" , LAPACK32_jll. liblapack32_path); tests = [dgemm, dpstrf, sgesv, sdot])
185
185
end
186
186
187
+ # Disabling these tests for now, until we rename `libblas.so` and `liblapack.so` to `libblas64.so` and `liblapack64.so` in Yggdrasil.
187
188
# @testset "LBT -> ReferenceBLAS_jll / LAPACK_jll (ILP64)" begin
188
189
# libdirs = unique(vcat(lbt_dir, ReferenceBLAS_jll.LIBPATH_list..., LAPACK_jll.LIBPATH_list..., CompilerSupportLibraries_jll.LIBPATH_list...))
189
190
# run_all_tests(blastrampoline_link_name(), libdirs, :ILP64, string(ReferenceBLAS_jll.libblas_path, ";", LAPACK_jll.liblapack_path); tests = [dgemm, dpstrf, sgesv, sdot])
@@ -197,6 +198,7 @@ if MKL_jll.is_available()
197
198
if Sys. ARCH == :i686
198
199
extra_env[" LBT_FORCE_RETSTYLE" ] = " ARGUMENT"
199
200
end
201
+
200
202
@testset " LBT -> MKL_jll (LP64)" begin
201
203
libdirs = unique (vcat (lbt_dir, MKL_jll. LIBPATH_list... , CompilerSupportLibraries_jll. LIBPATH_list... ))
202
204
run_all_tests (blastrampoline_link_name (), libdirs, :LP64 , MKL_jll. libmkl_rt_path; tests = [dgemm, dgemmt, dpstrf, sgesv, sdot, cdotc], extra_env)
0 commit comments