-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.itprojects.MasVisGtk.json
102 lines (102 loc) · 2.91 KB
/
io.github.itprojects.MasVisGtk.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"id" : "io.github.itprojects.MasVisGtk",
"runtime" : "org.gnome.Platform",
"runtime-version" : "47",
"sdk" : "org.gnome.Sdk",
"command" : "masvisgtk",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=home"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name":"openblas",
"no-autogen":true,
"make-args":[
"DYNAMIC_ARCH=1",
"FC=gfortran",
"NO_CBLAS=1",
"NO_LAPACKE=1",
"USE_OPENMP=0"
],
"make-install-args": [
"PREFIX=/app"
],
"sources":[
{
"type":"archive",
"url":"https://github.com/OpenMathLib/OpenBLAS/archive/refs/tags/v0.3.28.tar.gz",
"sha256":"f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1"
}
]
},
{
"name":"lapack",
"buildsystem":"cmake-ninja",
"builddir":true,
"cleanup":[
"/lib/cmake"
],
"config-opts":[
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DBUILD_SHARED_LIBS=ON",
"-DBUILD_TESTING=OFF",
"-DLAPACKE=ON",
"-DCBLAS=ON"
],
"sources":[
{
"type":"archive",
"url":"https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz",
"sha256":"eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b"
}
]
},
{
"name": "qhull",
"buildsystem": "cmake-ninja",
"config-opts":[
"-DBUILD_STATIC_LIBS=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/qhull/qhull/archive/refs/tags/2020.2.tar.gz",
"sha256": "59356b229b768e6e2b09a701448bfa222c37b797a84f87f864f97462d8dbc7c5"
}
],
"cleanup":[
"/bin",
"/share/man",
"/share/doc"
]
},
"python3-deps.json",
{
"name" : "masvisgtk",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/itprojects/MasVisGtk.git",
"commit": "7b04824039ebe80c99ce2ddd1992293d2111ac21"
}
]
}
]
}