File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 find_header ( "omp.h" , "#{ brew_prefix } /opt/libomp/include" )
1010end
1111
12- abort "BLAS not found" unless have_library ( "blas" )
13- abort "LAPACK not found" unless have_library ( "lapack" )
14- abort "OpenMP not found" unless have_library ( "omp" ) || have_library ( "gomp" )
12+ # abort "BLAS not found" unless have_library("blas")
13+ # abort "LAPACK not found" unless have_library("lapack")
14+ # abort "OpenMP not found" unless have_library("omp") || have_library("gomp")
1515
1616numo = File . join ( Gem . loaded_specs [ "numo-narray" ] . require_path , "numo" )
1717abort "Numo not found" unless find_header ( "numo/narray.h" , numo )
18+ abort "Numo library not found" if Gem . win_platform? && !find_library ( "narray" , nil , numo )
1819
1920# for https://bugs.ruby-lang.org/issues/19005
2021$LDFLAGS += " -Wl,-undefined,dynamic_lookup" if RbConfig ::CONFIG [ "host_os" ] =~ /darwin/i
You can’t perform that action at this time.
0 commit comments