Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fftw3f.json « linux-audio - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 114708bd006854f68c356dfedb595aebb36fa8ae (plain)
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": "http://www.fftw.org/fftw-3.3.8.tar.gz",
            "sha256": "6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303"
        }
    ],
    "cleanup": [
        "/bin",
        "/include",
        "/lib/cmake",
        "/lib/pkgconfig",
        "/share/man",
        "*.la",
        "*.so"
    ]
}