Skip to content

Commit affbe7b

Browse files
authored
Merge pull request #145 from myriadrf/docs-upgrade-2
Gnuradio-limesuiteng plugin blocks & CLI tools description update
2 parents 89be8d5 + 753b614 commit affbe7b

27 files changed

Lines changed: 680 additions & 356 deletions

File tree

.conda/build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
local_build:
2+
- True

.conda/local_recipe/bld.bat

Lines changed: 0 additions & 28 deletions
This file was deleted.

.conda/local_recipe/build.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

.conda/local_recipe/conda_build_config.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.conda/local_recipe/meta.yaml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.conda/recipe/meta.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
21
package:
32
name: limesuiteng
43
version: 25.1.0
54

65
source:
7-
path: "../.."
6+
{% if local_build is defined %}
7+
path: ../..
8+
{% else %}
89
git_url: {{ environ.get('FEEDSTOCK_ROOT', "../..") }}
910
git_url: https://github.com/myriadrf/LimeSuiteNG.git
10-
git_rev: docs-upgrade
11+
{% endif %}
1112

1213
build:
1314
number: 0
@@ -20,19 +21,8 @@ requirements:
2021
- git
2122
- ninja
2223
- pkg-config
23-
- python =3.12.9
24-
- numpy
2524
- vs2022_win-64
2625

27-
host:
28-
- pip
29-
- python =3.12.9
30-
- numpy
31-
32-
run:
33-
- numpy
34-
- python =3.12.9
35-
3626
test:
3727
commands:
3828
- if not exist %PREFIX%\\Library\\include\\lime\\LimeSuite.h exit 1

0 commit comments

Comments
 (0)