Added sit class file for fftw-3.3.2.

This commit is contained in:
Christoph Niethammer 2012-06-10 22:48:43 +00:00
parent 6986ae0c6c
commit d690a80aac

27
packages/libs/fftw/fftw-3.3.2 Executable file
View file

@ -0,0 +1,27 @@
#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
#
CATEGORY="libs"
PACKAGE="fftw"
VERSION="3.3.2"
URL="http://www.fftw.org"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.gz
P=${PACKAGE}-${VERSION}
# Other interesting configure options:
CONFIGURE_OPTS="MPICC=mpicc MPICXX=mpicxx MPIF77=mpif77
--disable-netcdf-4 \
--enable-shared \
--enable-static"
src_pretest() {
/bin/true
# make check
}