← Back to team overview

dolfin team mailing list archive

Re: OS X and dolfin

 

Garth N. Wells wrote:
Gideon Simpson wrote:
not sure if this has been previously been addressed, but dolfin doesn't seem to recognize that on os x machines, BLAS/LAPACK are typically handled via a framework vecLib. while you can add LDFLAGS=-framework vecLib
but it still appends "-lblas" when linking, which causes errors.



We add '-lblas' to avoid a bug in the way the Debian ufsparse libraries are built. It's not a nice fix, but it isn't fun writing configure scripts dealing with all the bugs in various packages ;). I'll take a look today whether or not this has been fixed in the latest Debian packages.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=410883

I filed this a few months ago and got no reply. Maybe it got lost as the name of the package changed a couple of times. I don't know whether now applications using umfpack links without this explicit flag or not. If not, perhaps you can file it against suitesparse (again), which is the current name.

Regards,
ST
--


References