/COpenBLAS-Linux

(DEPRECATED) Swift package for Linux to wrap system library OpenBLAS

Primary LanguageSwiftMIT LicenseMIT

COpenBLAS-Linux

COpenBLAS-Linux is a Swift package for Linux (Ubuntu) that allows you to link against OpenBLAS library.

This package is a wrapper around OpenBLAS so you have to install it before hand:

sudo apt-get install libopenblas-dev