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:
parent
4503590e2c
commit
e851cce9be
@ -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
|
Tue Apr 12 11:36:09 UTC 2011 - kkhere.geo@gmail.com
|
||||||
|
|
||||||
|
14
adolc.spec
14
adolc.spec
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define packver 2.2.0
|
%define packver 2.2.1
|
||||||
|
|
||||||
Name: adolc
|
Name: adolc
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2 or CPL
|
License: GPLv2 or CPL
|
||||||
Summary: Algorithmic Differentiation Library for C/C++
|
Summary: Algorithmic Differentiation Library for C/C++
|
||||||
@ -30,7 +30,7 @@ Source: %{name}-%{packver}.tar.bz2
|
|||||||
Source1: ColPack-1.0.3.tar.bz2
|
Source1: ColPack-1.0.3.tar.bz2
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: gcc-c++ libstdc++-devel
|
BuildRequires: gcc-c++ libstdc++-devel
|
||||||
BuildRequires: texlive texlive-latex
|
# BuildRequires: texlive texlive-latex
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
@ -115,10 +115,10 @@ popd
|
|||||||
autoreconf -v --install --force
|
autoreconf -v --install --force
|
||||||
%configure --prefix=/usr
|
%configure --prefix=/usr
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
pushd ADOL-C/doc
|
# pushd ADOL-C/doc
|
||||||
for ((i=0; i < 3; i++)); do
|
# for ((i=0; i < 3; i++)); do
|
||||||
pdflatex adolc-manual.tex &>/dev/null
|
# pdflatex adolc-manual.tex &>/dev/null
|
||||||
done
|
# done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user