---
name: eispack
version: 1.0_3
origin: math/eispack
comment: Eigenvalue system package
arch: freebsd:9:x86:64
www: http://www.netlib.org/eispack/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 402896
desc: |
  This is eispack from research.att.com. I've cleaned up the Makefile, but
  it is otherwise the same. The package is described in:

  1. Smith, B.T, Boyle, J.M, Dongerra, J.J., Garbow, B.S., Ikebe, Y.,
     Klema, V.C., and Moler, C.B., Matrix Eigensystem Routines -- EISPACK
     Guide, Lecture Notes in Computer Science, Vol. 6, Second Edition,
     Springer-Verlag, New York, Heidelberg, Berlin, 1976

  2. Garbow, B.S., Boyle J.M., Dongerra, J.J, and Moler C.B., Matrix
     Eigensystem Routines -- EISPACK Guide Extension, Lecture Notes in
     Computer Science, Vol. 51, Springer-Verlag, New York, Heidelberg,
     Berlin, 1977

  As the package is in FORTRAN there are no include files for the library,
  and the only thing to install is the library itself.

  WWW: http://www.netlib.org/eispack/
deps:
  mpfr: {origin: math/mpfr, version: 3.1.2}
  mpc: {origin: math/mpc, version: 0.9}
  gmp: {origin: math/gmp, version: 5.1.2}
  gcc: {origin: lang/gcc, version: 4.6.3}
  gettext: {origin: devel/gettext, version: 0.18.3}
  binutils: {origin: devel/binutils, version: 2.23.2}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- math
shlibs_provided:
- libeispack.so.2
options: {PROFILE: off}
files:
  /usr/local/lib/libeispack.a: ddd4c1911bd1c737ccd92980efa190bd96c3d38085c9d0113e36fbc94255cbc3
  /usr/local/lib/libeispack.so: '-'
  /usr/local/lib/libeispack.so.2: bcea211faf5ef8bb18ca9bebc411cb7f6c9704fb0daf9acfba7d4a21e7666734
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  post-deinstall: |
    /sbin/ldconfig -R
