Changeset 1891 for trunk/dports


Ignore:
Timestamp:
Jan 26, 2003, 9:01:14 AM (21 years ago)
Author:
jpm
Message:

contents > destdir.
!@!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/fftw/Portfile

    r1528 r1891  
    66maintainers     jpm@opendarwin.org
    77description     Fast C routines to compute the Discrete Fourier Transform
    8 long_description        FFTW is a C subroutine library for computing the \
    9         Discrete Fourier Transform (DFT) in one or more dimensions, of \
    10         both real and complex data, and of arbitrary input size. We \
    11         believe that FFTW, which is free software, should become the FFT \
    12         library of choice for most applications. Our benchmarks, performed \
    13         on a variety of platforms, show that FFTW's performance is \
    14         typically superior to that of other publicly available FFT \
    15         software. Moreover, FFTW's performance is portable: the program \
    16         will perform well on most architectures without modification.
     8long_description        \
     9        FFTW is a C subroutine library for computing the Discrete Fourier \
     10        Transform (DFT) in one or more dimensions, of both real and complex \
     11        data, and of arbitrary input size. We believe that FFTW, which is \
     12        free software, should become the FFT library of choice for most \
     13        applications. Our benchmarks, performed on a variety of platforms, \
     14        show that FFTW's performance is typically superior to that of other \
     15        publicly available FFT software. Moreover, FFTW's performance is \
     16        portable: the program will perform well on most architectures \
     17        without modification.
     18homepage        http://www.fftw.org/
    1719platforms       darwin
    1820master_sites    http://www.fftw.org/
     
    2325}
    2426configure.args  --enable-float --enable-type-prefix --enable-threads
    25 
    26 contents \
    27         include/sfftw_threads.h \
    28         include/sfftw.h \
    29         include/srfftw_threads.h \
    30         include/srfftw.h \
    31         info/fftw.info \
    32         info/fftw.info-1 \
    33         info/fftw.info-2 \
    34         info/fftw.info-3 \
    35         info/fftw.info-4 \
    36         info/fftw.info-5 \
    37         lib/libsfftw_threads.a \
    38         lib/libsfftw_threads.la \
    39         lib/libsfftw.a \
    40         lib/libsfftw.la \
    41         lib/libsrfftw_threads.a \
    42         lib/libsrfftw_threads.la \
    43         lib/libsrfftw.a \
    44         lib/libsrfftw.la
Note: See TracChangeset for help on using the changeset viewer.