From: Chris Dams Date: Wed, 28 Mar 2007 17:47:02 +0000 (+0000) Subject: Patch by Alexei. X-Git-Tag: release_1-4-0~25 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=da5bbe8bd60c785ed719fe12a7f8f13c4e8c96a5;p=ginac.git Patch by Alexei. --- diff --git a/ginac.pc.in b/ginac.pc.in index 47aeacc6..bb1e0e65 100644 --- a/ginac.pc.in +++ b/ginac.pc.in @@ -6,9 +6,6 @@ includedir=@includedir@ Name: GiNaC Description: C++ library for symbolic calculations Version: @VERSION@ -# uncomment this when a pkg-config'd cln exists -# CAUTION: this will merge in the cln libs and cflags which are already in -# GINACLIB_LIBS and GINACLIB_CPPFLAGS -#Requires: cln >= 1.1.0 -Libs: -L${libdir} -lginac @GINACLIB_LIBS@ -Cflags: -I${includedir} @GINACLIB_CPPFLAGS@ +Requires: cln >= 1.1.13 +Libs: -L${libdir} -lginac +Cflags: -I${includedir}