diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:54:28 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:54:28 +0800 |
| commit | eec1bf0aaa7710a15e45bf2a927c319412c92019 (patch) | |
| tree | 263361fc91cb3c6eb4ec1c8befee435ed47a604d /repos/extra/fftw/abuild | |
| parent | 6aef60a7377a50b03847f7add6065fe6f8ebeb13 (diff) | |
| download | alicelinux-eec1bf0aaa7710a15e45bf2a927c319412c92019.tar.gz alicelinux-eec1bf0aaa7710a15e45bf2a927c319412c92019.zip | |
fftw: new added
Diffstat (limited to 'repos/extra/fftw/abuild')
| -rw-r--r-- | repos/extra/fftw/abuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repos/extra/fftw/abuild b/repos/extra/fftw/abuild new file mode 100644 index 00000000..ee8a2b11 --- /dev/null +++ b/repos/extra/fftw/abuild @@ -0,0 +1,5 @@ +name=fftw +version=3.3.10 +release=1 +source="https://www.${name}.org/${name}-${version}.tar.gz" +build_opt="--enable-shared --enable-threads" |