[Slackbuilds-users] cholmod build failure

Matteo Bernardini matteo.bernardini at gmail.com
Mon Oct 24 13:55:48 UTC 2016


2016-10-24 14:46 GMT+02:00 Daniil Bratashov <dn2010 at gmail.com>:
> Seems to be still underlinked, it now breaks the build of umfpack with ld error.

I'm not sure is cholmod's fault (I've tried also adding -lgfortran to
its pkconfig file).

BTW, try changing umfpack's autotoolize.diff like below

--- ./autotoolize.diff.orig     2016-10-24 15:08:33.875628932 +0200
+++ ./autotoolize.diff  2016-10-24 15:44:08.417918280 +0200
@@ -463,8 +463,8 @@
 +libumf_l_la_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG
 +
 +if CHOLMOD
-+libumf_i_la_LIBADD = $(CHOLMOD_LIBS)
-+libumf_l_la_LIBADD = $(CHOLMOD_LIBS)
++libumf_i_la_LIBADD = $(CHOLMOD_LIBS) -lgfortran
++libumf_l_la_LIBADD = $(CHOLMOD_LIBS) -lgfortran
 +else
 +libumf_i_la_CPPFLAGS += -DNCHOLMOD
 +libumf_l_la_CPPFLAGS += -DNCHOLMOD

Matteo

P.S. thanks for reporting this too and feel free to report anything
else still broken!


More information about the SlackBuilds-users mailing list