Project

General

Profile

Actions

Bug #1476

closed

[Patch] gr-osmosdr: Please allow bypassing/forcing detection of optional dependencies

Added by about 8 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
High
Assignee:
Target version:
-
Start date:
Due date:
% Done:

0%

Spec Reference:

Description

Currently, when running cmake . for gr-osmosdr some optional dependencies are integrated with the build process /if/ they are found. While this auto-detection is great for end-users, it causes problems in the context of GNU/Linux distributions, especially source-based ones.

The attached patched allows to always require libosmosdr

cmake -D USE_LIBOSMOSDR=1 .

or be sure it is not included
cmake -D USE_LIBOSMOSDR=0 .

while keeping auto-detection intact for
cmake .

Please consider application of that patch. If you like the approach, I can implement it for the other optional dependencies for you.


Files

0001-Allow-bypassing-forcing-libosmosdr-detection-through.patch 0001-Allow-bypassing-forcing-libosmosdr-detection-through.patch 1.02 KB Allow bypassing/forcing libosmosdr detection through "cmake -D USE_LIBOSMOSDR=(0|1) ." , 06/16/2012 07:02 PM
Actions #1

Updated by laforge about 8 years ago

  • Project changed from SDR (Software Defined Radio) to OsmoSDR
  • Category deleted (256)
Actions #2

Updated by laforge about 8 years ago

  • Status changed from New to Rejected
Actions #3

Updated by laforge almost 6 years ago

  • Project changed from OsmoSDR to gr-osmosdr
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)