Accepting request 73507 from devel:libraries:c_c++
- update to upstream release 2.2.1 * allow reading hexadecimal and octal numbers in .adolcrc * bugfix for direct reverse callsequence after trace * reimplemented nonl_dom as arrays instead of linked lists OBS-URL: https://build.opensuse.org/request/show/73507 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adolc?expand=0&rev=7
This commit is contained in:
commit
4eddf5dabb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:921630903e9292869b277f3094f6a3d88b136a4eaca280aab17daa4f45fdf1f4
|
||||
size 12702565
|
3
adolc-2.2.1.tar.bz2
Normal file
3
adolc-2.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3c14b7e895559a391323b84ec6a2e2128b76bd53df2d6bef7bd63c6fc97a989
|
||||
size 1879354
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 10:37:26 UTC 2011 - kkhere.geo@gmail.com
|
||||
|
||||
- update to upstream release 2.2.1
|
||||
* allow reading hexadecimal and octal numbers in .adolcrc
|
||||
* bugfix for direct reverse callsequence after trace
|
||||
* reimplemented nonl_dom as arrays instead of linked lists
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 11:36:09 UTC 2011 - kkhere.geo@gmail.com
|
||||
|
||||
|
14
adolc.spec
14
adolc.spec
@ -17,10 +17,10 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define packver 2.2.0
|
||||
%define packver 2.2.1
|
||||
|
||||
Name: adolc
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Release: 1
|
||||
License: GPLv2 or CPL
|
||||
Summary: Algorithmic Differentiation Library for C/C++
|
||||
@ -30,7 +30,7 @@ Source: %{name}-%{packver}.tar.bz2
|
||||
Source1: ColPack-1.0.3.tar.bz2
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gcc-c++ libstdc++-devel
|
||||
BuildRequires: texlive texlive-latex
|
||||
# BuildRequires: texlive texlive-latex
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
|
||||
@ -115,10 +115,10 @@ popd
|
||||
autoreconf -v --install --force
|
||||
%configure --prefix=/usr
|
||||
make %{_smp_mflags}
|
||||
pushd ADOL-C/doc
|
||||
for ((i=0; i < 3; i++)); do
|
||||
pdflatex adolc-manual.tex &>/dev/null
|
||||
done
|
||||
# pushd ADOL-C/doc
|
||||
# for ((i=0; i < 3; i++)); do
|
||||
# pdflatex adolc-manual.tex &>/dev/null
|
||||
# done
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
Loading…
Reference in New Issue
Block a user