1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:57:36 +00:00

Ports: Add FFTW port

This commit is contained in:
circl 2022-03-19 16:51:15 +01:00 committed by Linus Groh
parent ce5f34f153
commit adcd39d928
2 changed files with 10 additions and 0 deletions

9
Ports/libfftw3f/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libfftw3f
version=3.3.10
useconfigure=true
configopts=("--enable-float")
use_fresh_config_sub=true
files="http://fftw.org/fftw-${version}.tar.gz fftw-${version}.tar.gz 56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467"
auth_type=sha256
workdir="fftw-${version}"