view src/suitesparse-1.patch @ 4740:9942a9c37ffe

remove octave 'alpha' package * octave-1-gnulib.patch, octave.mk: Delete. * dist-files.mk: Update. * index.html: Delete entry for octave. * configure.ac: Don't handle 'alpha' in --enable-octave=VERSION option. (AC_CONFIG_SRCDIR): Look for src/default-octave.mk instead of src/octave.mk.
author John W. Eaton <jwe@octave.org>
date Tue, 26 Jun 2018 13:22:51 -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