mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-29 10:44:58 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
44
shared-modules/linux-audio/fftw3f-static.json
Normal file
44
shared-modules/linux-audio/fftw3f-static.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "fftw3f",
|
||||
"config-opts": [
|
||||
"--enable-threads",
|
||||
"--enable-static",
|
||||
"--disable-shared",
|
||||
"--enable-float"
|
||||
],
|
||||
"build-options": {
|
||||
"cflags": "-fPIC",
|
||||
"arch": {
|
||||
"x86_64": {
|
||||
"config-opts": [
|
||||
"--enable-sse2",
|
||||
"--enable-avx",
|
||||
"--enable-avx-128-fma"
|
||||
]
|
||||
},
|
||||
"aarch64": {
|
||||
"config-opts": [
|
||||
"--enable-neon"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://www.fftw.org/fftw-3.3.10.tar.gz",
|
||||
"sha256": "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467"
|
||||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/cmake",
|
||||
"/lib/pkgconfig",
|
||||
"/share/info",
|
||||
"/share/man",
|
||||
"*.a",
|
||||
"*.la",
|
||||
"*.so"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue