---
name: fftw3
version: 3.3.3_1
origin: math/fftw3
comment: Fast C routines to compute the Discrete Fourier Transform
arch: freebsd:9:x86:64
www: http://www.fftw.org/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 5672070
desc: "FFTW is a C subroutine library for computing the Discrete Fourier Transform\n(DFT)
  in one or more dimensions, of both real and complex data, and of\narbitrary input
  size. We believe that FFTW, which is free software, should\nbecome the FFT library
  of choice for most applications. Our benchmarks,\nperformed on a variety of platforms,
  show that FFTW's performance is\ntypically superior to that of other publicly available
  FFT software.\nMoreover, FFTW's performance is portable: the program will perform
  well on\nmost architectures without modification.\n\nThe FFTW package was developed
  at MIT by Matteo Frigo and Steven G.\nJohnson.  Please send email to fftw@theory.lcs.mit.edu
  so that we can keep\ntrack of users and send you information about new releases.
  \ The latest \nversion of FFTW, benchmarks, links, and other information can be
  found at\nthe FFTW home page.\n\nWWW: http://www.fftw.org/\n"
categories: [math]
options: {G77_WRAPPERS: off, OPENMP: off, OPTIMIZED_CFLAGS: on}
files:
  /usr/local/bin/fftw-wisdom: cb4160d38afb95ae9805be81c94cd8d92f2acd12ef155df7c92eac31849c61c9
  /usr/local/bin/fftw-wisdom-to-conf: a75ba21568f825912d991b692e0c8d9794c7f476dd2632a1e52d9a76fc91ec7c
  /usr/local/include/fftw3.f: 1f8a5c9a48f3e3726b667970907d22e3cb0cb9fdf8ec8be7521fb798fd3befc6
  /usr/local/include/fftw3.f03: 261f8b308e7c29aeca8090ef631575792e6f06090f552f5cb835ea5c3c56e649
  /usr/local/include/fftw3.h: 2ad69b83074acf2e526a4b24b4472e48920be404959aaa98ae1e1fe2faae8b5f
  /usr/local/include/fftw3l.f03: e204d55bfc3f0b3a109c1be68d73a7129fb656659de465d78d91155e7be2066f
  /usr/local/include/fftw3q.f03: 0fd3e359651f6d777f50805aba8c02156fb5ef6af1f4062016a0a76e930ffedd
  /usr/local/info/fftw3.info: 543860bb3f0562c67572feb6921e03d134444689f8bc4343773943ee364f9ced
  /usr/local/info/fftw3.info-1: adf9a9ede9da76ab77c9fd602629108c99d0be27d61ae558e7acc178d7fff92a
  /usr/local/info/fftw3.info-2: bb03514d3e08fa5c649ff76665698af30218b192c9aa49e545a8097ab2d6d6cb
  /usr/local/lib/libfftw3.a: fc5792975591d9264801799a2a7ed5f0ab6d66cff4163568fd60796b6029e641
  /usr/local/lib/libfftw3.la: 51cb35f33f3bf955186df321625a0add45d737e788813833418875b14347b1dd
  /usr/local/lib/libfftw3.so: '-'
  /usr/local/lib/libfftw3.so.6: 430d22448c954ec0cd8be21019709161ab57e24751b0ad80d26f85612c916bec
  /usr/local/lib/libfftw3_threads.a: 9d1685e84c70f5fab68f1ecb302306a1d48f29eea5d75e25ccc0db5a9491e545
  /usr/local/lib/libfftw3_threads.la: cd69f06639d059dbb36634c2f9369674b400ab0ce869260971d52205c7ae388d
  /usr/local/lib/libfftw3_threads.so: '-'
  /usr/local/lib/libfftw3_threads.so.6: fa7f47c218bf9017405a2c04a800e28e5e1a69c3ccb50deb69e6a23028f4f513
  /usr/local/libdata/pkgconfig/fftw3.pc: 5bb0f32d09dd691de433ae4c3b9607c915937c79cb07a32c26fb983be792ca2a
  /usr/local/man/man1/fftw-wisdom-to-conf.1.gz: 52ecb1dfe9269f09ddccaf63115d22630f219470645485a4a6c971528efda99a
  /usr/local/man/man1/fftw-wisdom.1.gz: 26925dbbcbf065765b2bf392d3ae4508abecfc035ff0c554787aa0043cd611e8
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    file=/usr/local/info/fftw3.info
    install-info --quiet /usr/local/info/fftw3.info ${file%25/*}/dir
    file=/usr/local/info/fftw3.info-1
    install-info --quiet /usr/local/info/fftw3.info-1 ${file%25/*}/dir
    file=/usr/local/info/fftw3.info-2
    install-info --quiet /usr/local/info/fftw3.info-2 ${file%25/*}/dir
  pre-deinstall: |
    /sbin/ldconfig -R
    if [ -f /usr/local/info/dir ]; then if sed -e '1,/Menu:/d' /usr/local/info/dir | grep -q '^[*] '; then true; else rm /usr/local/info/dir; fi; fi
  post-deinstall: |
    file=/usr/local/info/fftw3.info
    install-info --quiet --delete /usr/local/info/fftw3.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
    file=/usr/local/info/fftw3.info-1
    install-info --quiet --delete /usr/local/info/fftw3.info-1 ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
    file=/usr/local/info/fftw3.info-2
    install-info --quiet --delete /usr/local/info/fftw3.info-2 ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
