---
name: spblas
version: 1.02
origin: math/spblas
comment: NIST Sparse Basic Linear Algebra Subprograms (BLAS)
arch: freebsd:9:x86:64
www: http://math.nist.gov/spblas/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 2782946
desc: |
  This is an ANSI C++ implementation of the complete ANSI C specification of
  Chapter 3 of the BLAS Technical Forum Standard. The distribution is quite
  small and it is meant as a starting point for developing an optimized and
  architecture-dependent version. (C++ was used, rather than C, as it has support
  for complex arithmetic and templates to facilitate to creation of various
  precision codes.) The library includes support for all four precision types
  (single, double precision, real, and complex) and Level 1, 2, and 3 operations.

  WWW: http://math.nist.gov/spblas/
categories: [math]
options: {PROFILE: off}
files:
  /usr/local/include/spblas/blas_enum.h: c9df00ed591e150df3260f6d5f9d56d57e00e4a4a36059e4b681e54c91b2937c
  /usr/local/include/spblas/blas_sparse.h: e5b205eda5d524249457088a4dcc4b6cbb2457a58d15e16af5fbfacbafb8b003
  /usr/local/include/spblas/blas_sparse_proto.h: 824870f0f70d1d7b96c4cbefc05ddbaa98b934b2bad4ded27b50231c5fbde122
  /usr/local/lib/libspblas.a: 946a39b743e085fc8edf6185400b186f74d6f2bca4b9922ea980c8413ed1ae7c
  /usr/local/lib/libspblas.so: '-'
  /usr/local/lib/libspblas.so.1: 5d918dba6e85ff90993085ccea550670ae712a190f5668106ec292589379873a
  /usr/local/share/doc/spblas/blas-report.pdf: 7874962ae4dc753fcdd483ff0c69931227846632251f79a68f4f879348f321a6
  /usr/local/share/examples/spblas/nist_spblas.cc: 76c7a253182bdc38f04fb618870a8ebb50f4b874799a2e471d1ddf833cce4fd2
directories:
  /usr/local/share/examples/spblas/: n
  /usr/local/share/doc/spblas/: n
  /usr/local/include/spblas/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
