|
| 1 | +package: |
| 2 | + name: limesuiteng |
| 3 | + version: 25.1.0 |
| 4 | + |
| 5 | +source: |
| 6 | + {% if local_build is defined %} |
| 7 | + path: ../.. |
| 8 | + {% else %} |
| 9 | + git_url: {{ environ.get('FEEDSTOCK_ROOT', "../..") }} |
| 10 | + git_url: https://github.com/myriadrf/LimeSuiteNG.git |
| 11 | + {% endif %} |
| 12 | + |
| 13 | +build: |
| 14 | + number: 0 |
| 15 | + |
| 16 | +requirements: |
| 17 | + build: |
| 18 | + - {{ compiler("c") }} |
| 19 | + - {{ compiler("cxx") }} |
| 20 | + - cmake |
| 21 | + - git |
| 22 | + - ninja |
| 23 | + - pkg-config |
| 24 | + - vs2022_win-64 |
| 25 | + |
| 26 | +test: |
| 27 | + commands: |
| 28 | + - if not exist %PREFIX%\\Library\\include\\lime\\LimeSuite.h exit 1 |
| 29 | + - if not exist %PREFIX%\\Library\\include\\lime\\LMS7002M_parameters.h exit 1 |
| 30 | + |
| 31 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\complex.h exit 1 |
| 32 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\config.h exit 1 |
| 33 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\CSRegister.h exit 1 |
| 34 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\DeviceHandle.h exit 1 |
| 35 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\DeviceRegistry.h exit 1 |
| 36 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\LimePlugin.h exit 1 |
| 37 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\limesuiteng.hpp exit 1 |
| 38 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\LMS7002M.h exit 1 |
| 39 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\LMS7002MCSR.h exit 1 |
| 40 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\Logger.h exit 1 |
| 41 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\OpStatus.h exit 1 |
| 42 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\Register.h exit 1 |
| 43 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\RFSOCDescriptor.h exit 1 |
| 44 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\RFStream.h exit 1 |
| 45 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\SDRConfig.h exit 1 |
| 46 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\SDRDescriptor.h exit 1 |
| 47 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\SDRDevice.h exit 1 |
| 48 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\StreamConfig.h exit 1 |
| 49 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\ToString.h exit 1 |
| 50 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\types.h exit 1 |
| 51 | + - if not exist %PREFIX%\\Library\\include\\limesuiteng\\VersionInfo.h exit 1 |
| 52 | + |
| 53 | + - if not exist %PREFIX%\\Library\\bin\\limeConfig.exe exit 1 |
| 54 | + - if not exist %PREFIX%\\Library\\bin\\limeDevice.exe exit 1 |
| 55 | + - if not exist %PREFIX%\\Library\\bin\\limeFLASH.exe exit 1 |
| 56 | + - if not exist %PREFIX%\\Library\\bin\\wxmsw32u_gl_vc14x_x64.dll exit 1 |
| 57 | + - if not exist %PREFIX%\\Library\\bin\\wxmsw32u_core_vc14x_x64.dll exit 1 |
| 58 | + - if not exist %PREFIX%\\Library\\bin\\wxbase32u_vc14x_x64.dll exit 1 |
| 59 | + - if not exist %PREFIX%\\Library\\bin\\limeGUI.exe exit 1 |
| 60 | + - if not exist %PREFIX%\\Library\\bin\\limeOEM.exe exit 1 |
| 61 | + - if not exist %PREFIX%\\Library\\bin\\limeSPI.exe exit 1 |
| 62 | + - if not exist %PREFIX%\\Library\\bin\\limeTRX.exe exit 1 |
| 63 | + - if not exist %PREFIX%\\Library\\bin\\limesuiteng.dll exit 1 |
| 64 | + |
| 65 | + - if not exist %PREFIX%\\Library\\lib\\limesuiteng.lib exit 1 |
| 66 | + - if not exist %PREFIX%\\Library\\lib\\limesuiteng-legacyapi.lib exit 1 |
| 67 | + - if not exist %PREFIX%\\Library\\lib\\limesuiteng-legacyapi.dll exit 1 |
| 68 | + - if not exist %PREFIX%\\Library\\lib\\pkgconfig\\limesuiteng.pc exit 1 |
| 69 | + - if not exist %PREFIX%\\Library\\lib\\cmake\\limesuiteng\\limesuitengConfigVersion.cmake exit 1 |
| 70 | + - if not exist %PREFIX%\\Library\\lib\\cmake\\limesuiteng\\limesuitengTargets.cmake exit 1 |
| 71 | + - if not exist %PREFIX%\\Library\\lib\\cmake\\limesuiteng\\limesuitengTargets-release.cmake exit 1 |
| 72 | + - if not exist %PREFIX%\\Library\\lib\\cmake\\limesuiteng\\limesuitengConfig.cmake exit 1 |
| 73 | + |
| 74 | +about: |
| 75 | + home: https://github.com/myriadrf/LimeSuiteNG |
| 76 | + license: Apache-2.0 |
| 77 | + license_file: COPYING |
| 78 | + license_url: https://github.com/myriadrf/LimeSuiteNG?tab=Apache-2.0-1-ov-file#readme |
| 79 | + summary: Lime Suite NG is a new generation software suite designed for working with LimeSDR family devices. |
| 80 | + dev_url: https://github.com/myriadrf/LimeSuiteNG |
| 81 | + doc_url: https://limesuiteng.myriadrf.org/ |
0 commit comments