diff options
author | Kyle Guinn <elyk03@gmail.com> | 2015-06-09 00:46:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-14 07:55:33 +0700 |
commit | 276f0bdaded18184851b7f08cbcc6f01ec5c6cc2 (patch) | |
tree | 458677b95c2638cd1d5d01f29d519a27608aa540 /academic/colamd/autotoolize.diff | |
parent | cdb637366c4706ab02ff1c347ca42b686426e079 (diff) |
academic/colamd: Updated for version 2.9.1.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/colamd/autotoolize.diff')
-rw-r--r-- | academic/colamd/autotoolize.diff | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/academic/colamd/autotoolize.diff b/academic/colamd/autotoolize.diff index 632e5a2c10f77..3a525cf6d6727 100644 --- a/academic/colamd/autotoolize.diff +++ b/academic/colamd/autotoolize.diff @@ -63,15 +63,15 @@ new file mode 100644 +noinst_LTLIBRARIES = libcolamdi.la libcolamdl.la + +libcolamdi_la_SOURCES = $(COLAMDSRC) -+libcolamdi_la_LIBADD = -lm ++libcolamdi_la_LIBADD = $(SUITESPARSECONFIG_LIBS) -lm + +libcolamdl_la_SOURCES = $(COLAMDSRC) -+libcolamdl_la_LIBADD = -lm ++libcolamdl_la_LIBADD = $(SUITESPARSECONFIG_LIBS) -lm +libcolamdl_la_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG + -+libcolamd_la_SOURCES = colamd_global.c ++libcolamd_la_SOURCES = +libcolamd_la_LIBADD = libcolamdi.la libcolamdl.la -+libcolamd_la_LDFLAGS = -no-undefined -version-number 2:8:0 ++libcolamd_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION) diff --git a/colamd.pc.in b/colamd.pc.in new file mode 100644 --- /dev/null @@ -99,8 +99,8 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([COLAMD],[2.8.0],[DrTimothyAldenDavis@gmail.com],[colamd],[http://www.suitesparse.com/]) -+AC_CONFIG_SRCDIR([Source/colamd_global.c]) ++AC_INIT([COLAMD],[2.9.1],[DrTimothyAldenDavis@gmail.com],[colamd],[http://www.suitesparse.com/]) ++AC_CONFIG_SRCDIR([Source/colamd.c]) +AC_CONFIG_HEADERS([config.h]) +AM_INIT_AUTOMAKE([foreign]) +LT_INIT |