17 Commits

Author SHA1 Message Date
pirofti
6406aa4bc1 Update umfpack to 5.6.2.
Stop using AMD and hacking the UFConfig dependency (which caused all the
freemat mess).

There is no way to ditch the AMD alloctaion symbols in the last
umfpack stand-alone release so I patched them.

This is fixed in SuiteSparse which is supposed to put all the sparse
matrix libraries in one spot, but this is a large project left
for better times.

This is part 3/3 that allows freemat to build and package.

Regression tests seem to be fine on both octave and py-scipy.

First found by and discussed with sthen@
2014-11-18 08:12:14 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
naddy
046d7dbf7d bsd.lib.mk does not build _pic.a libraries any longer 2012-09-01 12:02:26 +00:00
espie
cbb5e400a1 shrink, this lives in bsd.port.mk itself now 2011-11-18 11:16:23 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
naddy
a63edef0e1 fix dependencies 2010-07-16 20:43:41 +00:00
pirofti
a6fe7bbfde Fix build. Prompted by jasper@ and ajacoutot@. Okay jasper@. 2010-05-21 19:38:59 +00:00
pirofti
0876471306 Fix umfpack, wrong include directive. `Looks reasonable' steven@. 2010-05-08 10:43:35 +00:00
jasper
93435e1958 - fix on mips64* 2010-03-24 16:09:33 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
steven
907a85c549 remove quotes from COMMENT/PERMIT*/BROKEN 2007-09-15 18:44:36 +00:00
steven
cbf729f3fa update to 5.1.0 2007-09-07 11:10:03 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
f4a1fbf564 update to umfpack 5.0.3 2007-03-24 12:53:29 +00:00
steven
282439e79d minor update to 5.0.2, with versioned distfiles. 2006-12-03 09:25:14 +00:00
steven
62866c56e3 do not reference PKGNAME in other vars
pointed out by naddy
2006-11-03 08:29:00 +00:00
steven
3a833b9cf6 import UMFPACK 5.0.1
UMFPACK is a set of routines for solving unsymmetric sparse linear
systems, Ax=b, using the Unsymmetric MultiFrontal method. Written
in ANSI/ISO C, with a MATLAB (Version 6.0 and later) interface.
Appears as a built-in routine (for lu, backslash, and forward
slash) in MATLAB. Includes a MATLAB interface, a C-callable
interface, and a Fortran-callable interface.
2006-10-21 17:22:47 +00:00