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

fftw3f-static.json « linux-audio - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93da6139727fa7984853ad60ccfaff54ccae00fc (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
42
43
44
45
46
{
  "name": "fftw3f",
  "config-opts": [
    "--enable-threads",
    "--enable-static",
    "--disable-shared",
    "--enable-float"
  ],
  "build-options": {
    "env": {
      "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"
  ]
}