Skip to content

Commit 1575824

Browse files
committed
Update recipe for new example path
1 parent b853b7f commit 1575824

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.conda/recipe/meta.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ test:
8686
# verify that examples get installed
8787
{% set example_grcs = ["lora_RX", "lora_TX", "tx_rx_functionality_check", "tx_rx_simulation", "tx_rx_usrp"] %}
8888
{% for eg in example_grcs %}
89-
- grcc $PREFIX/share/gr-{{ oot_name }}/examples/{{ eg }}.grc # [not win]
90-
- grcc %PREFIX%\\Library\\share\\gr-{{ oot_name}}\\examples\\{{ eg }}.grc # [win]
89+
- grcc $PREFIX/share/gnuradio/examples/{{ oot_name }}/{{ eg }}.grc # [not win]
90+
- grcc %PREFIX%\\Library\\share\\gnuradio\\examples\\{{ oot_name }}\\{{ eg }}.grc # [win]
9191
{% endfor %}
9292

9393
imports:
@@ -117,10 +117,10 @@ about:
117117
- (Windows) `%CONDA_PREFIX%\share\gr-lora_sdr\examples`
118118
<br>
119119
If you find this module useful for your project, please consider citing the
120-
publication "An Open-Source LoRa Physical Layer Prototype on GNU Radio"
121-
(<a href="https://ieeexplore.ieee.org/document/9154273">IEEE Xplore</a>,
120+
publication "An Open-Source LoRa Physical Layer Prototype on GNU Radio"
121+
(<a href="https://ieeexplore.ieee.org/document/9154273">IEEE Xplore</a>,
122122
<a href="https://arxiv.org/abs/2002.08208">arXiv</a>)
123123
<h3>Installation issue</h3>
124124
Add conda-forge to the list of channel for installation with:<br>
125125
`conda install -c tapparelj -c conda-forge gnuradio-lora_sdr`
126-
126+

0 commit comments

Comments
 (0)