Skip to content

openblas.net

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.

Package Information

  • Domain: openblas.net
  • Name: openblas.net
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +openblas.net -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 8 versions
  • 0.3.30, 0.3.29, 0.3.28, 0.3.27, 0.3.26
  • 0.3.25, 0.3.24, 0.3.23

Latest Version: 0.3.30

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +openblas.net@0.3.30 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.openblasnet

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.