Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created January 5, 2015 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdeil/9408932b3cf8178d1886 to your computer and use it in GitHub Desktop.
Save cdeil/9408932b3cf8178d1886 to your computer and use it in GitHub Desktop.
>>> scipy.show_config()
atlas_blas_info:
NOT AVAILABLE
openblas_lapack_info:
NOT AVAILABLE
lapack_opt_info:
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-msse3', '-DAPPLE_ACCELERATE_SGEMV_PATCH']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
atlas_info:
NOT AVAILABLE
blas_mkl_info:
NOT AVAILABLE
lapack_mkl_info:
NOT AVAILABLE
atlas_blas_threads_info:
NOT AVAILABLE
mkl_info:
NOT AVAILABLE
openblas_info:
NOT AVAILABLE
blas_opt_info:
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-msse3', '-DAPPLE_ACCELERATE_SGEMV_PATCH', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
atlas_threads_info:
NOT AVAILABLE
>>> scipy.show_numpy_config()
atlas_blas_info:
NOT AVAILABLE
atlas_threads_info:
NOT AVAILABLE
lapack_opt_info:
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-msse3', '-DAPPLE_ACCELERATE_SGEMV_PATCH']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
atlas_info:
NOT AVAILABLE
blas_mkl_info:
NOT AVAILABLE
lapack_mkl_info:
NOT AVAILABLE
atlas_blas_threads_info:
NOT AVAILABLE
mkl_info:
NOT AVAILABLE
openblas_info:
NOT AVAILABLE
blas_opt_info:
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-msse3', '-DAPPLE_ACCELERATE_SGEMV_PATCH', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
openblas_lapack_info:
NOT AVAILABLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment