Accepting request 628244 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/628244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adolc?expand=0&rev=28
This commit is contained in:
commit
58ab86cfc6
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 16:20:17 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Repair broken description ("the package ADOL-C [end of sentence]")
|
||||||
|
- Move main description to shared library subpackage since that
|
||||||
|
will be installed most of the time (if and when some part of
|
||||||
|
adolc is installed at all).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 11 11:00:31 UTC 2018 - adam.majer@suse.de
|
Mon Jun 11 11:00:31 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
43
adolc.spec
43
adolc.spec
@ -38,34 +38,33 @@ BuildRequires: libstdc++-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
|
ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates
|
||||||
facilitates the evaluation of first and higher derivatives of vector
|
the evaluation of first and higher derivatives of vector functions
|
||||||
functions that are defined by computer programs written in C or
|
written in C or C++.
|
||||||
C++. The resulting derivative evaluation routines may be called from
|
|
||||||
C/C++, Fortran, or any other language that can be linked with C.
|
|
||||||
|
|
||||||
The numerical values of derivative vectors are obtained free of
|
|
||||||
truncation errors at a small multiple of the run time and randomly
|
|
||||||
accessed memory of the given function evaluation program.
|
|
||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Algorithmic Differentiation Library for C/C++
|
Summary: Algorithmic Differentiation Library for C/C++
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
|
ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates
|
||||||
|
the evaluation of first and higher derivatives of vector functions
|
||||||
|
written in C or C++. The resulting derivative evaluation routines may
|
||||||
|
be called from C/C++, Fortran, or any other language that can be
|
||||||
|
linked with C.
|
||||||
|
|
||||||
This package contains the runtime library for ADOL-C
|
The numerical values of derivative vectors are obtained free of
|
||||||
|
truncation errors at a small multiple of the run time and randomly
|
||||||
|
accessed memory of the given function evaluation program.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Algorithmic Differentiation Library for C/C++ -- development files
|
Summary: Development files for the Algorithmic Differentiation Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
|
|
||||||
|
|
||||||
This package provides the development environment for ADOL-C
|
This package provides the development environment for ADOL-C
|
||||||
|
(Automatic Differentiation by OverLoading in C++).
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Algorithmic Differentiation Library for C/C++ -- documentation
|
Summary: Algorithmic Differentiation Library for C/C++ -- documentation
|
||||||
@ -75,18 +74,7 @@ BuildArch: noarch
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
|
This package provides the user's manual for ADOL-C.
|
||||||
facilitates the evaluation of first and higher derivatives of vector
|
|
||||||
functions that are defined by computer programs written in C or
|
|
||||||
C++. The resulting derivative evaluation routines may be called from
|
|
||||||
C/C++, Fortran, or any other language that can be linked with C.
|
|
||||||
|
|
||||||
The numerical values of derivative vectors are obtained free of
|
|
||||||
truncation errors at a small multiple of the run time and randomly
|
|
||||||
accessed memory of the given function evaluation program.
|
|
||||||
|
|
||||||
This package provides the user's manual for ADOL-C
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ADOL-C-%{version}
|
%setup -q -n ADOL-C-%{version}
|
||||||
@ -102,8 +90,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f "(" -name "*.a" -o -name "*.la" ")" -delete -print
|
||||||
find %{buildroot} -type f -name "*.a" -delete;
|
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user