Top Level Namespace

Defined Under Namespace

Modules: Numo

Constant Summary collapse

OPENBLAS_VER =
'0.3.33'
OPENBLAS_KEY =
'96c5cd9013013faefc294bc57830c77d'
OPENBLAS_URI =
"https://github.com/OpenMathLib/OpenBLAS/archive/v#{OPENBLAS_VER}.tar.gz"
OPENBLAS_DIR =
File.expand_path("#{__dir__}/../../../vendor")