BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.03k stars 18.7k forks source link

openblas / blas #6834

Open AlexandrParkhomenko opened 4 years ago

AlexandrParkhomenko commented 4 years ago

Issue summary

dependence from openblas is hardcoded. Can you implement a switchover when setting up an assembly?

Steps to reproduce

https://www.archlinux.org/download/ https://wiki.archlinux.org/index.php/Installation_guide

git clone https://aur.archlinux.org/caffe.git cd caffe makepkg -sri

Tried solutions

hard: grep -lyr openblas | xargs sed -i 's/openblas/blas/gI' blas with opencv: https://github.com/AlexandrParkhomenko/aur/blob/master/caffe/readmeFix!!!.patch

System configuration

Issue checklist