view src/suitesparse-1.patch @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -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