Skip to content

Instantly share code, notes, and snippets.

@lseongjoo
Created February 13, 2024 14:00
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 lseongjoo/aee8d898d0bd0d8da610f7191d648e8d to your computer and use it in GitHub Desktop.
Save lseongjoo/aee8d898d0bd0d8da610f7191d648e8d to your computer and use it in GitHub Desktop.
BLIS build for numpy
./configure --enable-cblas --enable-threading=openmp auto
make
make check
sudo make install
@lseongjoo
Copy link
Author

--enable-cblas is a must for numpy link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment