#53968 closed defect (fixed)
lalburst is missing a dependency on numpy
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | lpsinger (Leo Singer) | |
Port: | lalburst |
Description
See build failure without numpy: https://build.macports.org/builders/ports-10.12_x86_64-builder/builds/24706
Change History (2)
comment:1 Changed 8 years ago by skymoo (Adam Mercer)
comment:2 Changed 7 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed a while ago, in [0eec12c55587d06afb7aba92dc32e6d815230aac/macports-ports] and [927398f0c0264c8598bfc62b2b249bf8a72d39d2/macports-ports].
Note: See
TracTickets for help on using
tickets.
Whilst configure checks for
numpy
it's only actually used in thepython
subports andnumpy
is added as a dependency in that case.configure.ac
needs to be modified so this check is only run when building againstpython
. I'll try and get a patch together...