Advertisement
Guest User

Untitled

a guest
Mar 11th, 2019
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. lapack_opt_info:
  2. libraries = ['openblas', 'openblas']
  3. library_dirs = ['/usr/local/lib']
  4. define_macros = [('HAVE_CBLAS', None)]
  5. language = c
  6. blas_opt_info:
  7. libraries = ['openblas', 'openblas']
  8. library_dirs = ['/usr/local/lib']
  9. define_macros = [('HAVE_CBLAS', None)]
  10. language = c
  11. openblas_info:
  12. libraries = ['openblas', 'openblas']
  13. library_dirs = ['/usr/local/lib']
  14. define_macros = [('HAVE_CBLAS', None)]
  15. language = c
  16. blis_info:
  17. NOT AVAILABLE
  18. openblas_lapack_info:
  19. libraries = ['openblas', 'openblas']
  20. library_dirs = ['/usr/local/lib']
  21. define_macros = [('HAVE_CBLAS', None)]
  22. language = c
  23. lapack_mkl_info:
  24. NOT AVAILABLE
  25. blas_mkl_info:
  26. NOT AVAILABLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement