view src/suitesparse-1.patch @ 2538:518edbf5c710

update package suitesparse
author Mark Brand <mabrand@mabrand.nl>
date Sun, 20 May 2012 23:44:39 +0200
parents 10ed3017dcb8
children 56b411cf95c3
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

From 60ff05e30eaa435a7776b178f5f240f0c11e8f38 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 d27ae54..878f9d8 100644
--- a/CHOLMOD/Makefile
+++ b/CHOLMOD/Makefile
@@ -13,7 +13,7 @@ include ../UFconfig/UFconfig.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 6163045..4973e55 100644
--- a/UMFPACK/Makefile
+++ b/UMFPACK/Makefile
@@ -13,7 +13,7 @@ include ../UFconfig/UFconfig.mk
 # compile all C code (except hb, fortran, and fortran64), including AMD and the
 # demos, but not the MATLAB mexFunctions
 all:
-	( cd Demo   ; $(MAKE) )
+	( cd Lib    ; $(MAKE) )
 
 # compile just the C-callable UMFPACK library
 library:
-- 
1.7.9.2