Advance to version 2014 of cppad.
- Add link to bug report about cmake not working on el6
This commit is contained in:
parent
03c5ce3fc1
commit
d1aec32358
3 changed files with 10 additions and 5 deletions
12
cppad.spec
12
cppad.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue