Opened 14 years ago
Closed 14 years ago
#6605 closed bug (fixed)
lp_solve tries / fails to dynamically load libmyBLAS.so
Reported by: | aldeck | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Syslog is full of:
KERN: runtime_loader: Cannot open file libmyBLAS.so: No such file or directory
Possibly comming from http://dev.haiku-os.org/browser/haiku/trunk/src/libs/lp_solve/bfp/bfp_LUSOL/lp_LUSOL.c#L106
Haiku hrev38635
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I merely committed the library upon request of the ALM folks. Assigning to would-be kiwi Clemens. ;-)
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ok fixed it, thanks! We want to replace lp_solve by an own smaller solution anyway...
Note:
See TracTickets
for help on using tickets.
It's from source:haiku/trunk/headers/libs/lp_solve/lp_lib.h#L103 It is the linear algebra lib lp_solve should use, it is set to external, but I don't know what we want. Ingo or czeidler perhaps?