~aleteoryx/sexchat

ref: 24c046d9ca4a7c702fe5f5b49cdb270ccfdcb7c9 sexchat/flatpak/shared-modules/linux-audio/fftw3f.json -rw-r--r-- 938 bytes
24c046d9Aleteoryx remove gui_ulist_style option 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "name": "fftw3f",
    "config-opts": [
        "--enable-threads",
        "--enable-shared",
        "--disable-static",
        "--enable-float"
    ],
    "build-options": {
        "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/man",
        "*.la",
        "*.so"
    ]
}