Skip to content

Commit

Permalink
* Set Xerces minimum version to 2.7
Browse files Browse the repository at this point in the history
 see gridlab-d#169


git-svn-id: https://svn.code.sf.net/p/gridlab-d/code/trunk@1771 54b63ff4-7b51-0410-8bda-9fa96797e505
  • Loading branch information
hashstat committed Aug 3, 2010
1 parent 227a13f commit 5d08797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if `$LD --version | grep -q '^GNU ld'`; then
export LDFLAGS
fi

AX_LIB_XERCES
AX_LIB_XERCES([2.7])
test "$HAVE_XERCES" = "yes" || \
AC_MSG_FAILURE([Xerces library not found. If Xerces is not properly \
installed, you probably need to use one or more of the --with-xerces options. \
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: gridlabd
Section: non-free/science
Priority: extra
Maintainer: GridLAB-D Team <[email protected]>
Build-Depends: debhelper (>= 7), autotools-dev, libxerces-c2-dev, libc6-dev
Build-Depends: debhelper (>= 7), autotools-dev, libxerces-c2-dev (>= 2.7), libc6-dev
Standards-Version: 3.8.3
Homepage: http://www.gridlabd.org/

Expand Down
4 changes: 2 additions & 2 deletions gridlabd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Release: 1%{?dist}
License: Unknown
Group: Simulators
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: xerces-c-devel >= 2.8
Requires: xerces-c >= 2.8
BuildRequires: xerces-c-devel >= 2.7
Requires: xerces-c >= 2.7
Packager: GridLAB-D Team <[email protected]>
URL: http://www.gridlabd.org
Source0: %{name}_%{version}.tar.gz
Expand Down

0 comments on commit 5d08797

Please sign in to comment.