Skip to content

Commit

Permalink
Fix builds for OpenBLAS on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Oct 10, 2024
1 parent aebfd24 commit db056f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
@Platform(define = {"__OPENBLAS 1", "LAPACK_COMPLEX_CPP"},
include = {"openblas_config.h", "cblas.h"},
link = "[email protected]", resource = {"include", "lib"},
preload = {"[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]#[email protected]"},
preload = {"[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]#[email protected]"},
preloadpath = {"/opt/intel/oneapi/mkl/latest/lib/", "/opt/intel/oneapi/compiler/latest/mac/compiler/lib/"}),
@Platform(value = "android", link = "openblas", preload = ""),
@Platform(value = "macosx-x86_64", preloadpath = {"/usr/local/lib/gcc/12/", "/usr/local/lib/gcc/11/", "/usr/local/lib/gcc/10/", "/usr/local/lib/gcc/9/",
@Platform(value = "macosx-x86_64", preloadpath = {"/usr/local/lib/gcc/13/", "/usr/local/lib/gcc/12/", "/usr/local/lib/gcc/11/", "/usr/local/lib/gcc/10/", "/usr/local/lib/gcc/9/",
"/usr/local/lib/gcc/8/", "/usr/local/lib/gcc/7/", "/usr/local/lib/gcc/6/", "/usr/local/lib/gcc/5/"}),
@Platform(value = "windows", preload = "libopenblas#libopenblas_nolapack"),
@Platform(value = "windows-x86", preloadpath = {"C:/Program Files (x86)/Intel/oneAPI/mkl/latest/redist/ia32/",
Expand Down

0 comments on commit db056f4

Please sign in to comment.