[mathic] 57/62: Minor changes. Some whitespace, some comments and removing a remaining -1.0
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository mathic.
commit f4ef677a4ef6b90169e7fd2d9d297d8f13abf1fd
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Thu Mar 21 21:06:02 2013 +0100
Minor changes. Some whitespace, some comments and removing a remaining -1.0
---
Makefile.am | 5 +----
build/autotools/mathic.pc.in | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c66f682..1547a41 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
# autoconf. We use -I to tell aclocal where we put the local macros.
ACLOCAL_AMFLAGS = -I build/autotools/m4
-# Options passed to the C PreProcessor (CPP), NOT the C Plus Plus compiler.
+# Options passed to the C and C++ PreProcessor (CPP) and compiler
AM_CPPFLAGS = -I${top_srcdir}/
libmathic_la_CPPFLAGS = $(DEPS_CFLAGS)
@@ -12,9 +12,6 @@ lib_LTLIBRARIES = libmathic.la
# set the C++ compiler to include src/
AM_CXXFLAGS=-I$(top_srcdir)/src/ -std=gnu++0x
-# set the linker flags to build libmathic
-#libmathic_la_LDFLAGS =
-
# libraries that are needed by this library
libmathic_la_LIBADD= $(DEPS_LIBS)
diff --git a/build/autotools/mathic.pc.in b/build/autotools/mathic.pc.in
index 228d18c..ab6e0bc 100755
--- a/build/autotools/mathic.pc.in
+++ b/build/autotools/mathic.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: mathic
Description: C++ library of symbolic algebra data structures for use in Groebner basis computation.
URL: https://github.com/broune/mathic
-Requires: memtailor-1.0
+Requires: memtailor
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lmathic
Cflags: -I${includedir}/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git
More information about the debian-science-commits
mailing list