Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

adolc-devel-2.6.2-1.30 RPM for x86_64

From OpenSuSE Leap 15.4 for x86_64

Name: adolc-devel Distribution: SUSE Linux Enterprise 15
Version: 2.6.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.30 Build date: Fri May 25 20:37:47 2018
Group: Development/Libraries/C and C++ Build host: sheep23
Size: 229700 Source RPM: adolc-2.6.2-1.30.src.rpm
Packager: https://www.suse.com/
Url: http://projects.coin-or.org/ADOL-C
Summary: Algorithmic Differentiation Library for C/C++ -- development files
The package ADOL-C (Automatic Differentiation by OverLoading in 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 development environment for adolc

Provides

Requires

License

GPL-2.0+ or EPL-1.0

Changelog

* Wed Feb 01 2017 adam.majer@suse.de
  - use individual libboost-*-devel packages instead of boost-devel
* Sun Sep 04 2016 kkhere.geo@gmail.com
  - upadte to version 2.6.2
    * fixes for corner case crashes
* Thu Jun 09 2016 kkhere.geo@gmail.com
  - update to version 2.6.1
    * small assorted bugfixes
* Mon Jan 11 2016 kkhere.geo@gmail.com
  - update to version 2.6.0
    * Drivers for Lie-Derivatives (by Mirko Franke).
    * New extended interface for external functions, which may be used to
      interface to source transformation tools. Previous interface remains
      intact too.
    * Driver to compute the abs-normal form of piecewise smooth functions.
    * Mechanism to compute sparsity pattern of abs-normal form.
    * Interface to define passive parameters that can be changed before each
      trace interpretation. Major use case is Lagrange Multipliers.
    * Interface to AdjoinableMPI improved and debugged.
    * ADOL-C now uses boost (>= 1.54) for increased execution speed if
      detected during build.
    * ADOL-C and all applications must be compiled using a C++11 compiler.
    * Many, many odd and sundry bugfixes.
    - added BuildRequires: boost-devel
* Wed Apr 22 2015 mpluskal@suse.com
  - Use source for url
  - Do not pull autotools when they are not used
  - Cleanup spec-file with spec-cleaner
* Tue Aug 19 2014 kkhere.geo@gmail.com
  - Update to upstream version 2.5.2
    * incorporated bugfixes since 2.5.1
* Sun Aug 17 2014 kkhere.geo@gmail.com
  - Update to upstream version 2.5.1
    * Lots of bugfixes
  - Added a couple of post release bugfixes from trunk
  - Removed patch incorporated upstream
    * no-return-in-non-void-adouble_tl_cpp.patch
* Tue Feb 25 2014 kkhere.geo@gmail.com
  - Update to upstream version 2.5.0
    * An overhaul of the internal memory management to make it
      more efficient
    * Support for the AdjoinableMPI API (thanks to Jean Utke)
    * Overhaul of the external functions interface (thanks to Jean Utke)
    * Support for piecewise linearizations of piecewise smooth functions
    * Support for pkg-config (thanks to Oliver Sander)
    * Computations on the NVIDIA-GPU in forward mode using CUDA
    * Overhaul of the traceless forward mode.
    * Support for sparsity in traceless forward mode.
    * Fixes in higher order tensor propagation
    * Fix a function name conflict
      address() -> tensor_address()
    * Various other small misceleneous fixes
  - Patch added
    * no-return-in-non-void-adouble_tl_cpp.patch
* Tue Mar 19 2013 kkhere.geo@gmail.com
  - Update to upstream version 2.4.1
    * list of changes in the release announcement
      see http://list.coin-or.org/pipermail/adol-c/2013-January/000882.html
      and http://list.coin-or.org/pipermail/adol-c/2013-March/000887.html
* Sat Sep 15 2012 scorot@free.fr
  - fix build for SLE 11 SP2
* Thu Mar 22 2012 kkhere.geo@gmail.com
  - Update to new upsteam version 2.3.0
    * list of changes in the release announcement
      see http://list.coin-or.org/pipermail/adol-c/2012-March/000804.html
    * licensing modified
      see http://list.coin-or.org/pipermail/adol-c/2012-March/000805.html
  - Update License tag in accordance with above change
  - Remove ColPack, it can be packaged in its own package with v1.0.6
  - Add a BuildRequires for ColPack-devel
* Fri Feb 17 2012 kkhere.geo@gmail.com
  - Change License tag to reflect discussion in bnc#739158
* Mon Dec 19 2011 Rene.vanPaassen@gmail.com
  - Corrected group tags to proper categories
* Fri Dec 16 2011 Rene.vanPaassen@gmail.com
  - need Group: tags for SLE_11 and SLE_11_SP1, if all tags are equal,
    the format_spec_file service is so NICE (not!) to remove subpackage
    group tags. the doc package needs a Group: Documentation tag
    (guidelines), and then, fortunately, format_spec_file leaves
    us alone
* Thu Dec 15 2011 coolo@suse.com
  - fix license to be in spdx.org format
* Thu Oct 06 2011 kkhere.geo@gmail.com
  - update Colpack to new version 1.0.4
    * some memory allocation bugfixes
* Wed Oct 05 2011 uli@suse.com
  - cross-build fix: use %__cc, %__cxx macros
* Fri Sep 16 2011 jengelh@medozas.de
  - Implement baselibs for package; remove redundant tags/sections
* Thu Jun 09 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 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 2010 kshitij@math.upb.de
  - update to upstream release 2.1.12
    * bug fix in tapeless mode log and sqrt
    * allow changing TAPE_DIR at runtime
    * allow direct coupling with IpOpt
* Fri Oct 15 2010 coolo@novell.com
  - remove the macro from the version tag
* Mon Oct 11 2010 kshitij@math.upb.de
  - update to svn trunk rev 175
    * build fixes for windows and linux
    * bug fixes
    * ISO C99 compatibility
  - stoped building 32bit packages on 64bit arch
* Sat Sep 25 2010 kshitij@math.upb.de
  - Fix building on older distros
* Thu Sep 23 2010 kkhere.geo@gmail.com
  - correct file ownership
* Thu Sep 23 2010 kshtiij@math.upb.de
  - use LIBS instead of LDFLAGS to check for ColPack
    the order seems to matter in the build service environment
* Thu Sep 23 2010 kshitij@math.upb.de
  - initial package for version 2.1.10

Files

/usr/include/adolc
/usr/include/adolc/adalloc.h
/usr/include/adolc/adolc.h
/usr/include/adolc/adolc_openmp.h
/usr/include/adolc/adolc_sparse.h
/usr/include/adolc/adouble.h
/usr/include/adolc/adoublecuda.h
/usr/include/adolc/adtl.h
/usr/include/adolc/adutils.h
/usr/include/adolc/adutilsc.h
/usr/include/adolc/advector.h
/usr/include/adolc/checkpointing.h
/usr/include/adolc/convolut.h
/usr/include/adolc/drivers
/usr/include/adolc/drivers/drivers.h
/usr/include/adolc/drivers/odedrivers.h
/usr/include/adolc/drivers/psdrivers.h
/usr/include/adolc/drivers/taylor.h
/usr/include/adolc/externfcts.h
/usr/include/adolc/externfcts2.h
/usr/include/adolc/fixpoint.h
/usr/include/adolc/fortutils.h
/usr/include/adolc/interfaces.h
/usr/include/adolc/internal
/usr/include/adolc/internal/adolc_settings.h
/usr/include/adolc/internal/adubfunc.h
/usr/include/adolc/internal/common.h
/usr/include/adolc/internal/paramfunc.h
/usr/include/adolc/internal/usrparms.h
/usr/include/adolc/lie
/usr/include/adolc/lie/drivers.h
/usr/include/adolc/param.h
/usr/include/adolc/revolve.h
/usr/include/adolc/sparse
/usr/include/adolc/sparse/sparse_fo_rev.h
/usr/include/adolc/sparse/sparsedrivers.h
/usr/include/adolc/tapedoc
/usr/include/adolc/tapedoc/tapedoc.h
/usr/include/adolc/taping.h
/usr/lib64/libadolc.so
/usr/lib64/pkgconfig/adolc.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:02:19 2024