delete fftw

This commit is contained in:
Javier 2024-03-13 15:49:31 -05:00
parent 590b8b4cc3
commit a47eec11ac
3 changed files with 0 additions and 46 deletions

View File

@ -1 +0,0 @@
2d34b5ccac7b08740dbdacc6ebe451d8a34cf9d9bfec85a5e776e87adf94abfd803c222412d8e10fbaa4ed46f504aa87180396af1b108666cde4314a55610b40 fftw-3.3.10.tar.gz

View File

@ -1,28 +0,0 @@
fftw-3.3.10-6
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fftw-wisdom
-rwxr-xr-x root/root usr/bin/fftw-wisdom-to-conf
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/fftw3.f
-rw-r--r-- root/root usr/include/fftw3.f03
-rw-r--r-- root/root usr/include/fftw3.h
-rw-r--r-- root/root usr/include/fftw3l.f03
-rw-r--r-- root/root usr/include/fftw3q.f03
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/fftw3/
-rw-r--r-- root/root usr/lib/cmake/fftw3/FFTW3Config.cmake
-rw-r--r-- root/root usr/lib/cmake/fftw3/FFTW3ConfigVersion.cmake
-rw-r--r-- root/root usr/lib/libfftw3.a
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/fftw3.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/fftw3.info-1.gz
-rw-r--r-- root/root usr/share/info/fftw3.info-2.gz
-rw-r--r-- root/root usr/share/info/fftw3.info.gz
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/fftw-wisdom-to-conf.1.gz
-rw-r--r-- root/root usr/share/man/man1/fftw-wisdom.1.gz

View File

@ -1,17 +0,0 @@
# description : A library for computing the discrete Fourier transform (DFT)
# homepage : http://www.fftw.org/
# depends : bash cmake gcc-fortran gcc-libs glibc openmpi
name=fftw
version=3.3.10
release=6
noextract=""
backup=""
source="http://www.fftw.org/$name-$version.tar.gz"
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}