diff --git a/packages/libs/fftw/fftw-3.3.2 b/packages/libs/fftw/fftw-3.3.2 new file mode 100755 index 0000000..b16585b --- /dev/null +++ b/packages/libs/fftw/fftw-3.3.2 @@ -0,0 +1,27 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2012 +# + +CATEGORY="libs" +PACKAGE="fftw" +VERSION="3.3.2" +URL="http://www.fftw.org" +INSTALLER="Christoph Niethammer " + +# 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 +}