diff options
author | Kyle Guinn <elyk03@gmail.com> | 2015-06-09 00:46:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-14 07:55:33 +0700 |
commit | cdb637366c4706ab02ff1c347ca42b686426e079 (patch) | |
tree | 856189ff1d966c252a3462d6ac369d8d8da31cff /academic/camd/autotoolize.diff | |
parent | 0843dc2e27b415c3832db001c63e32760bee3119 (diff) |
academic/camd: Updated for version 2.4.1.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/camd/autotoolize.diff')
-rw-r--r-- | academic/camd/autotoolize.diff | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/academic/camd/autotoolize.diff b/academic/camd/autotoolize.diff index b427dc4c5421..3448e9b6dbc9 100644 --- a/academic/camd/autotoolize.diff +++ b/academic/camd/autotoolize.diff @@ -113,16 +113,16 @@ new file mode 100644 +noinst_LTLIBRARIES = libcamdi.la libcamdl.la + +libcamdi_la_SOURCES = $(CAMDSRC) -+libcamdi_la_LIBADD = -lm ++libcamdi_la_LIBADD = $(SUITESPARSECONFIG_LIBS) -lm +libcamdi_la_CPPFLAGS = $(AM_CPPFLAGS) -DDINT + +libcamdl_la_SOURCES = $(CAMDSRC) -+libcamdl_la_LIBADD = -lm ++libcamdl_la_LIBADD = $(SUITESPARSECONFIG_LIBS) -lm +libcamdl_la_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG + -+libcamd_la_SOURCES = camd_global.c ++libcamd_la_SOURCES = +libcamd_la_LIBADD = libcamdl.la libcamdi.la -+libcamd_la_LDFLAGS = -no-undefined -version-number 2:3:1 ++libcamd_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION) diff --git a/camd.pc.in b/camd.pc.in new file mode 100644 --- /dev/null @@ -150,8 +150,8 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([CAMD],[2.3.1],[DrTimothyAldenDavis@gmail.com],[camd],[http://www.suitesparse.com/]) -+AC_CONFIG_SRCDIR([Source/camd_global.c]) ++AC_INIT([CAMD],[2.4.1],[DrTimothyAldenDavis@gmail.com],[camd],[http://www.suitesparse.com/]) ++AC_CONFIG_SRCDIR([Source/camd_order.c]) +AC_CONFIG_HEADERS([config.h]) +AM_INIT_AUTOMAKE([foreign]) +LT_INIT |