Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

OpenBlas Native Install

presburger edited this page Dec 31, 2022 · 5 revisions
make NO_STATIC=1 NO_AFFINITY=1 NO_LAPACKE=1 NO_CBLAS=1 NO_WARMUP=1 \
        NUM_THREADS=64 MAJOR_VERSION=3 LIBPREFIX=libopenblas FCOMMON_OPT="-frecursive"
make PREFIX=/usr/local MAJOR_VERSION=3 NUM_THREADS=64 install
rm -rf /usr/local/include/lapacke*
Clone this wiki locally