Mercurial > hg > mxe-octave-anirudha
view src/suitesparse-1.patch @ 3173:33ba1ba99057
Update fontconfig to 2.10.93 (required by current Pango)
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Tue, 23 Jul 2013 22:29:33 -0400 |
parents | 56b411cf95c3 |
children |
line wrap: on
line source
This file is part of MXE. See index.html for further information. From 169f88aef7ff1d302aa3eac48d779d009780b87f Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Sun, 20 May 2012 23:41:27 +0200 Subject: [PATCH] build lib not demo --- CHOLMOD/Makefile | 2 +- UMFPACK/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHOLMOD/Makefile b/CHOLMOD/Makefile index 97911ef..4a3bcae 100644 --- a/CHOLMOD/Makefile +++ b/CHOLMOD/Makefile @@ -14,7 +14,7 @@ include ../SuiteSparse_config/SuiteSparse_config.mk # Compile the C-callable libraries and the Demo programs. all: - ( cd Demo ; $(MAKE) ) + ( cd Lib ; $(MAKE) ) # Compile the C-callable libraries only. library: diff --git a/UMFPACK/Makefile b/UMFPACK/Makefile index 622ee39..e19cd2f 100644 --- a/UMFPACK/Makefile +++ b/UMFPACK/Makefile @@ -12,7 +12,7 @@ include ../SuiteSparse_config/SuiteSparse_config.mk # compile all C code (except hb, fortran, and fortran64), incl. AMD and demos all: - ( cd Demo ; $(MAKE) ) + ( cd Lib ; $(MAKE) ) # compile just the C-callable UMFPACK library library: -- 1.7.10.4