Opened 10 months ago
#69066 new defect
sundials2 does not appear to make use of SuiteSparse_KLU
Reported by: | szhorvat (Szabolcs Horvát) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | barracuda156 | |
Port: | sundials2 |
Description
sundials2
is marked as depending on SuiteSparse_KLU
but it does not seem to link to SuiteSparse_KLU
.
This gives nothing:
port contents sundials2 | grep dylib | xargs -L1 otool -L | grep klu
This also gives nothing:
cd /opt/local/libexec/sundials2/include/ grep klu -R .
This suggests that klu.h
is never included.
It should be verified if sundials2 is able to make use of SuiteSparse_KLU, and either fix the situation or remove the dependency.
Note: See
TracTickets for help on using
tickets.