Advance to version 2014 of cppad.

- Add link to bug report about cmake not working on el6
This commit is contained in:
Brad Bell 2014-01-31 04:15:14 -08:00
commit d1aec32358
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
cppad-20110101.5.gpl.tgz
cppad-20120101.1.gpl.tgz
/cppad-20140000.2.gpl.tgz

View file

@ -8,8 +8,8 @@
# ----------------------------------------------------------------------------
Name: cppad
Version: 20130000.1
Release: 2%{?dist}
Version: 20140000.2
Release: 1%{?dist}
Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc
# Only noarch.rpms provided.
@ -86,8 +86,8 @@ int main(void)\\
EOF
sed -i.stamp example/example.cpp -f example.sed
# See https://fedoraproject.org/wiki/Packaging:Cmake?rd=Packaging/cmake
# for suggestions on using cmake.
# See https://bugzilla.redhat.com/show_bug.cgi?id=896116
# for why we are using auto-tools instead of cmake.
%build
./configure \
--prefix='/usr' \
@ -122,6 +122,10 @@ rm -rf %{buildroot}
# ----------------------------------------------------------------------------
%changelog
* Fri Jan 31 2014 Brad Bell <bradbell at seanet dot com> - 20140000.2-1
- Advance to version 2014 of cppad.
- Add link to bug report about cmake not working on el6
* Thu Jan 17 2013 Brad Bell <bradbell at seanet dot com> - 20130000.1-1
- Change build from using cmake to using auto-tools because Red-Hat
- will not fix problems with cmake 2.6; see

View file

@ -1 +1 @@
9aa7d3a8cf0bfb892579d736f18ea358 cppad-20130000.1.gpl.tgz
5c2973e0a399167f4edc6551aa5e2432 cppad-20140000.2.gpl.tgz