serenity/Ports/libfftw3f/package.sh

11 lines
293 B
Bash
Raw Permalink Normal View History

2022-03-19 11:51:15 -04:00
#!/usr/bin/env -S bash ../.port_include.sh
port=libfftw3f
version=3.3.10
useconfigure=true
configopts=("--enable-float")
use_fresh_config_sub=true
2023-07-10 07:10:29 -04:00
files=(
"http://fftw.org/fftw-${version}.tar.gz#56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467"
2023-07-10 07:10:29 -04:00
)
2022-03-19 11:51:15 -04:00
workdir="fftw-${version}"