- update to upstream release 2.2.0
* numerous bugfixes * memory leak fixes * new revamped internal memory manager OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adolc?expand=0&rev=11
This commit is contained in:
parent
f99abfcaa7
commit
38a94a3ec4
3
ColPack-1.0.3.tar.bz2
Normal file
3
ColPack-1.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2911c42ba889afee54fe83eadd7ed534fd3e3c99ef6327fdcd83ea8a6a245f15
|
||||||
|
size 1003059
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f56132aeb14fdf2032433f5bed9378c0bfe8d31012db94f881bcd79d4aaa9534
|
|
||||||
size 400073
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4275acc3b16b0938606c787260efc751a9c71acab3b976c599ee3b2ad85df1ba
|
|
||||||
size 12692424
|
|
3
adolc-2.2.0.tar.bz2
Normal file
3
adolc-2.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:921630903e9292869b277f3094f6a3d88b136a4eaca280aab17daa4f45fdf1f4
|
||||||
|
size 12702565
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 12 11:36:09 UTC 2011 - kkhere.geo@gmail.com
|
||||||
|
|
||||||
|
- update to upstream release 2.2.0
|
||||||
|
* numerous bugfixes
|
||||||
|
* memory leak fixes
|
||||||
|
* new revamped internal memory manager
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 11 12:09:19 UTC 2010 - kshitij@math.upb.de
|
Thu Nov 11 12:09:19 UTC 2010 - kshitij@math.upb.de
|
||||||
|
|
||||||
|
15
adolc.spec
15
adolc.spec
@ -17,18 +17,19 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define packver 2.1.12
|
%define packver 2.2.0
|
||||||
|
|
||||||
Name: adolc
|
Name: adolc
|
||||||
Version: 2.1.12
|
Version: 2.2.0
|
||||||
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++
|
||||||
Url: http://projects.coin-or.org/ADOL-C
|
Url: http://projects.coin-or.org/ADOL-C
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Source: %{name}-%{packver}.tar.bz2
|
Source: %{name}-%{packver}.tar.bz2
|
||||||
Source1: ColPack.tar.gz
|
Source1: ColPack-1.0.3.tar.bz2
|
||||||
BuildRequires: gcc-c++ libstdc++-devel
|
BuildRequires: gcc-c++ libstdc++-devel
|
||||||
|
BuildRequires: texlive texlive-latex
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
@ -113,6 +114,14 @@ 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
|
||||||
|
for ((i=0; i < 3; i++)); do
|
||||||
|
pdflatex adolc-manual.tex
|
||||||
|
done
|
||||||
|
for ((i=0; i < 3; i++)); do
|
||||||
|
latex adolc-manual.tex
|
||||||
|
done
|
||||||
|
dvips adolc-manual.dvi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user