octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building MXE / suitesparse


From: Stefan Mahr
Subject: Building MXE / suitesparse
Date: Sun, 23 Jun 2013 13:34:44 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

Hi John,

suitesparse.mk has a little typo, so it fails to build.

Stefan

------------------------------------------
diff -r 9c56d108c141 src/suitesparse.mk
--- a/src/suitesparse.mk        Sat Jun 22 13:19:20 2013 -0400
+++ b/src/suitesparse.mk        Sun Jun 23 13:29:55 2013 +0200
@@ -69,7 +69,7 @@
         deplibs=""; \
         case $$lib in \
           libcholmod) \
-            deplibs="-lamd -lcolamd -lsuitesparseconfig -llapack
-l$($PKG)_BLAS_LIB)"; \
+            deplibs="-lamd -lcolamd -lsuitesparseconfig -llapack
-l$($(PKG)_BLAS_LIB)"; \
           ;; \
           libklu) \
             deplibs="-lbtf -lamd -lcolamd -lsuitesparseconfig"; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]