---
name: xblas
version: 1.0.248
origin: math/xblas
comment: Extra Precise Basic Linear Algebra Subroutines (BLAS)
arch: freebsd:9:x86:64
www: http://www.netlib.org/xblas/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 11830036
desc: "This library of routines is part of a reference implementation for the Dense\nand
  Banded BLAS routines, along with their Extended and Mixed Precision\nversions, as
  documented in Chapters 2 and 4 of the new BLAS Standard.\n\nEXTENDED PRECISION is
  only used internally; the input and output arguments\nremain the same as in the
  existing BLAS.  At present, we only allow Single,\nDouble, or Extra internal precision.
  \ Extra precision is implemented as\ndouble-double precision (128-bit total, 106-bit
  significand).  The routines\nfor the double-double precision basic arithmetic operations
  +, -, *, / were\ndeveloped by David Bailey.\n\nWe have designed all our routines
  assuming that single precision arithmetic\nis actually done in IEEE single precision
  (32 bits) and that double precision\narithmetic is actually done in IEEE double
  precision (64 bits). The routines\nalso pass our tests on an Intel machine with
  80-bit floating point registers.\n\nMIXED PRECISION permits some input/output arguments
  to be of different types\n(mixing real and complex) or precisions (mixing single
  and double).\n\nWWW:\thttp://www.netlib.org/xblas/\n"
categories: [math]
options: {SHARED: on, STATIC: off}
files:
  /usr/local/include/xblas/blas_dense_proto.h: 2db8f97484eacd6f1ebdaea4f3bec1b3a4fb1d90d12aabf596d799fd8177ced6
  /usr/local/include/xblas/blas_enum.h: bed163d0cdcac37e20c8fa638be91b114efde84f25d97f22eb5590340ced6dc6
  /usr/local/include/xblas/blas_extended.h: f4b19458e3ddccc1babd391ef730194e9265fa29b4e01127f80fbf173c0670b7
  /usr/local/include/xblas/blas_extended_private.h: 917ac68a75c62fb2e9168de1e704f9c2ec2936e3a808f68184371ca6f249cb50
  /usr/local/include/xblas/blas_extended_proto.h: 14683662d3084b7b95345c42ca31ed533f52d6a9d282049907186c81153e8ed3
  /usr/local/include/xblas/blas_fpu.h: 4bcc6df572a9a8667e29b66418a43ad2fc330a43dd9c614934ef02627c006af1
  /usr/local/include/xblas/blas_malloc.h: a72c2d9e3af05f001ff92bbf2e8bbe62aa2892627b544bc1ccada87298da5c6f
  /usr/local/include/xblas/f2c-bridge.h: a432c80398d75f9809f80f5e526af5a077eb6a352e73925933f25042774213fc
  /usr/local/lib/libxblas.so: '-'
  /usr/local/lib/libxblas.so.0: 1d3a7443985e9b625f6a4305c4725d6deb4ab2fe306baa8a3c2299a1e9aa88a8
  /usr/local/lib/libxblas_pic.a: c2f654c497624cb645673e586d8d9576b99990d99ac88862c90595fa4c7ea4a0
  /usr/local/share/doc/xblas/report.ps: e21a7dbf42f1a8715fede741e1b10f209380e5c6dde64cf2dee82405c6fca0d0
  /usr/local/share/licenses/xblas-1.0.248/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/xblas-1.0.248/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/xblas-1.0.248/catalog.mk: 27a9bc274569f46999e2f1084d99d88036c49572222f6f1e97c9cb522122a886
directories:
  /usr/local/share/licenses/xblas-1.0.248/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/xblas/: n
  /usr/local/include/xblas/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
