explosion / cython-blis

💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!
Other
219 stars 37 forks source link

setup is stuck #19

Closed 0mars closed 4 years ago

0mars commented 5 years ago

I'm with blis setup taking forever and not doing anything, using pip install -v, tried 0.4.0 also

last output:

    #ifndef __STDC_FORMAT_MACROS
    #define __STDC_FORMAT_MACROS 1
    #endif

    EOF
    ### Warning:  Using unoptimized lapack ###
    ### Warning:  Using unoptimized lapack ###
    no previously-included directories found matching 'doc/build'
    no previously-included directories found matching 'doc/source/generated'
    no previously-included directories found matching 'benchmarks/env'
    no previously-included directories found matching 'benchmarks/results'
    no previously-included directories found matching 'benchmarks/html'
    no previously-included directories found matching 'benchmarks/numpy'
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.pyd' found anywhere in distribution
    warning: no previously-included files matching '*.swp' found anywhere in distribution
    warning: no previously-included files matching '*.bak' found anywhere in distribution
    warning: no previously-included files matching '*~' found anywhere in distribution
    warning: no previously-included files found matching 'LICENSES_bundled.txt'

and it just stays like this

UPDATE: realized it's just slow, anyway this can be speeded up like 'make -j4'