Ticket #224 (closed defect: fixed)
python build does not test fror numpy
| Reported by: | Mark Koennecke | Owned by: | Unassigned |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | napi | Version: | trunk |
| Keywords: | Cc: |
Description
Hi,
I found the python tests with make check to fail when numpy was not installed. I think the configure script should check for this and even comment in the summary that the python binding was not installed due to missing numpy.
This is definitly no show stopper for 4.2.1
Change History
Note: See
TracTickets for help on using
tickets.

(In [1441]) Add in check for numpy. Refs #224.