rust-math / intel-mkl-src

Redistribute Intel MKL as a crate
Other
81 stars 22 forks source link

Regenerate intel-mkl-sys FFI using bindgen 0.60.1 #78

Closed termoshtt closed 2 years ago

termoshtt commented 2 years ago
   = note: /usr/bin/ld: /__w/intel-mkl-src/intel-mkl-src/target/debug/deps/intel_mkl_sys-d8f5512584e3d073.3jahjbh9tjao4roj.rcgu.o: in function `intel_mkl_sys::tests::cos':
          /__w/intel-mkl-src/intel-mkl-src/intel-mkl-sys/src/lib.rs:48: undefined reference to `vdCos'
          /usr/bin/ld: /__w/intel-mkl-src/intel-mkl-src/target/debug/deps/intel_mkl_sys-d8f5512584e3d073.3jahjbh9tjao4roj.rcgu.o: in function `intel_mkl_sys::tests::new_stream':
          /__w/intel-mkl-src/intel-mkl-src/intel-mkl-sys/src/lib.rs:59: undefined reference to `vslNewStream'
          collect2: error: ld returned 1 exit status

Contents of libmkl_vml_avx.so look changed from initial intel-mkl-sys implementation (This has done with MKL 2019.5) in https://github.com/rust-math/intel-mkl-src/pull/26