File tree 4 files changed +8
-38
lines changed
4 files changed +8
-38
lines changed Original file line number Diff line number Diff line change 32
32
33
33
clone_depth : 0
34
34
github_actions :
35
+ cancel_in_progress : false
35
36
store_build_artifacts : true
36
37
os_version :
37
38
linux_64 : cos7
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ if errorlevel 1 exit 1
9
9
10
10
:: configure
11
11
cmake -G " Ninja" ^
12
- -DCMAKE_BUILD_TYPE:STRING =Release ^
13
- -DCMAKE_INSTALL_PREFIX:PATH =" %LIBRARY_PREFIX% " ^
14
- -DCMAKE_PREFIX_PATH:PATH =" %LIBRARY_PREFIX% " ^
15
- -DPYTHON_EXECUTABLE:PATH =" %PYTHON% " ^
16
- -DGR_PYTHON_DIR:PATH =" %SP_DIR% " ^
12
+ -DCMAKE_BUILD_TYPE=Release ^
13
+ -DCMAKE_INSTALL_PREFIX=" %LIBRARY_PREFIX% " ^
14
+ -DCMAKE_PREFIX_PATH=" %LIBRARY_PREFIX% " ^
15
+ -DPYTHON_EXECUTABLE=" %PYTHON% " ^
16
+ -DGR_PYTHON_DIR=" %SP_DIR% " ^
17
17
..
18
18
if errorlevel 1 exit 1
19
19
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ source:
18
18
19
19
build :
20
20
number : 0
21
- skip : true # [py!=310 ]
21
+ skip : true # [py!=311 ]
22
22
entry_points :
23
23
- gnuradio-companion = gnuradio.grc.main:main # [win]
24
24
- gr_filter_design = gnuradio.filter.filter_design:main # [win]
@@ -44,28 +44,16 @@ requirements:
44
44
- pybind11 # [build_platform != target_platform]
45
45
- numpy # [build_platform != target_platform]
46
46
# below are needed to link with Qt for qtgui
47
- - {{ cdt('libice') }} # [linux]
48
- - {{ cdt('libselinux') }} # [linux]
49
- - {{ cdt('libsm') }} # [linux]
50
- - {{ cdt('libx11') }} # [linux]
51
- - {{ cdt('libxau') }} # [linux]
52
- - {{ cdt('libxcb') }} # [linux]
53
- - {{ cdt('libxdamage') }} # [linux]
54
- - {{ cdt('libxext') }} # [linux]
55
- - {{ cdt('libxfixes') }} # [linux]
56
- - {{ cdt('libxrender') }} # [linux]
57
- - {{ cdt('libxxf86vm') }} # [linux]
58
- - {{ cdt('libuuid') }} # [linux]
59
47
- {{ cdt('mesa-dri-drivers') }} # [linux]
60
48
- {{ cdt('mesa-libgl-devel') }} # [linux]
61
49
host :
62
- - boost-cpp
63
50
- click
64
51
- click-plugins
65
52
- codec2
66
53
- fftw
67
54
- gmp # [not win]
68
55
- gsl
56
+ - libboost-devel
69
57
- libsndfile
70
58
- libthrift # [not win]
71
59
- mako
@@ -110,7 +98,6 @@ requirements:
110
98
- pyzmq
111
99
run :
112
100
- alsa-plugins # [linux]
113
- - boost-cpp
114
101
- click
115
102
- click-plugins
116
103
- fftw
Original file line number Diff line number Diff line change 1
1
mesa-libGL
2
2
mesa-dri-drivers
3
- libice
4
- libselinux
5
- libsm
6
- libX11
7
- libXcomposite
8
- libXcursor
9
- libXdamage
10
- libXext
11
- libXfixes
12
- libXi
13
- libXinerama
14
- libXrandr
15
- libXxf86vm
16
- xcb-util
17
- xcb-util-image
18
- xcb-util-keysyms
19
- xcb-util-renderutil
20
- xcb-util-wm
21
3
xorg-x11-server-Xvfb
You can’t perform that action at this time.
0 commit comments