Bug 533 - configure should check for numpy requirement
Summary: configure should check for numpy requirement
Status: RESOLVED FIXED
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Build system (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
: 653 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-01-03 18:06 CET by Uwe Hermann
Modified: 2015-09-15 22:15 CEST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2015-01-03 18:06:51 CET
The configure script should check for the numpy requirement (needed for the Python bindings).
Comment 1 Uwe Hermann 2015-09-15 16:10:56 CEST
*** Bug 653 has been marked as a duplicate of this bug. ***
Comment 2 Daniel Elstner 2015-09-15 19:53:33 CEST
This should fix it, as long as AX_PYTHON_MODULE is available at autoreconf time:

https://github.com/danielkitta/libsigrok/commits/numpy-check
Comment 3 Uwe Hermann 2015-09-15 22:15:05 CEST
Fixed in eb2373f1674706bd050c9b7c00927e42b70ea0f2, thanks!