resolve conflict in link

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adolc?expand=0&rev=18
This commit is contained in:
Kshitij Kulshreshtha 2011-06-09 11:42:58 +00:00 committed by Git OBS Bridge
parent 4503590e2c
commit e851cce9be
4 changed files with 18 additions and 10 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3c14b7e895559a391323b84ec6a2e2128b76bd53df2d6bef7bd63c6fc97a989
size 1879354

View File

@ -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

View File

@ -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