We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f48c3b commit 724a1cdCopy full SHA for 724a1cd
intel-mkl-tool/src/entry.rs
@@ -282,31 +282,3 @@ impl Library {
282
Ok(())
283
}
284
285
-
286
-#[cfg(test)]
287
-mod tests {
288
- use super::*;
289
290
- /// Seek /opt/intel in Linux system
291
- #[ignore]
292
- #[test]
293
- fn seek_opt_intel() {
294
- for cfg in Config::possibles() {
295
- let lib = Library::seek_directory(cfg, "/opt/intel").unwrap().unwrap();
296
- dbg!(lib.version().unwrap());
297
- }
298
299
300
301
302
- fn pkg_config() {
303
304
- // pkg-config will not work for `mkl-*-*-iomp` cases
305
- if cfg.parallel == Threading::OpenMP {
306
- continue;
307
308
- let lib = Library::pkg_config(cfg).unwrap().unwrap();
309
310
311
312
-}
0 commit comments