summaryrefslogtreecommitdiffstats
path: root/academic/camd/autotoolize.diff
diff options
context:
space:
mode:
Diffstat (limited to 'academic/camd/autotoolize.diff')
-rw-r--r--academic/camd/autotoolize.diff12
1 files changed, 6 insertions, 6 deletions
diff --git a/academic/camd/autotoolize.diff b/academic/camd/autotoolize.diff
index b427dc4c54..3448e9b6db 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