Created
March 31, 2015 02:43
-
-
Save matpalm/a81ee7f848c3f7db2ad8 to your computer and use it in GitHub Desktop.
numpy.__config__.show()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> numpy.__config__.show() | |
| atlas_threads_info: | |
| libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas'] | |
| library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base'] | |
| define_macros = [('ATLAS_INFO', '"\\"3.8.4\\""')] | |
| language = f77 | |
| include_dirs = ['/usr/include/atlas'] | |
| blas_opt_info: | |
| libraries = ['ptf77blas', 'ptcblas', 'atlas'] | |
| library_dirs = ['/usr/lib/atlas-base'] | |
| define_macros = [('ATLAS_INFO', '"\\"3.8.4\\""')] | |
| language = c | |
| include_dirs = ['/usr/include/atlas'] | |
| atlas_blas_threads_info: | |
| libraries = ['ptf77blas', 'ptcblas', 'atlas'] | |
| library_dirs = ['/usr/lib/atlas-base'] | |
| define_macros = [('ATLAS_INFO', '"\\"3.8.4\\""')] | |
| language = c | |
| include_dirs = ['/usr/include/atlas'] | |
| openblas_info: | |
| NOT AVAILABLE | |
| lapack_opt_info: | |
| libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas'] | |
| library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base'] | |
| define_macros = [('ATLAS_INFO', '"\\"3.8.4\\""')] | |
| language = f77 | |
| include_dirs = ['/usr/include/atlas'] | |
| openblas_lapack_info: | |
| NOT AVAILABLE | |
| lapack_mkl_info: | |
| NOT AVAILABLE | |
| blas_mkl_info: | |
| NOT AVAILABLE | |
| mkl_info: | |
| NOT AVAILABLE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment