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

libo2scl0-0.926-3.15 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libo2scl0 Distribution: openSUSE Tumbleweed
Version: 0.926 Vendor: openSUSE
Release: 3.15 Build date: Sun Feb 25 14:21:54 2024
Group: System/Libraries Build host: i02-ch2a
Size: 15693789 Source RPM: o2scl-0.926-3.15.src.rpm
Packager: https://bugs.opensuse.org
Url: https://neutronstars.utk.edu/code/o2scl/html/index.html
Summary: Shared libraries for O2scl, a scientific computation library
O2scl is a C++ library for object-oriented numerical programming.

This package provides the shared libraries for o2scl.

Provides

Requires

License

GPL-3.0-only

Changelog

* Thu Aug 11 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Adapt CFLAGS to build with hdf5 >= 1.12.
  - Add o2scl-failing-tests-increase-tol.patch: Fix some more
    failing tests by small increases of the respective tolerances.
* Thu Mar 03 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Add o2scl-eos_quark_cfl6-test-increase-tol.patch: Increase the
    tolerance of a test that fails due to minor tolerance issues on
    x86_64 [gh#awsteiner/o2scl#18].
* Sun Jan 16 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.926:
    * Long list of changes, see
      <https://github.com/awsteiner/o2scl/releases/tag/v0.926>.
  - Drop patches incorporated upstream:
    * o2scl-cpp17-legendre-conflict.patch
    * o2scl-boost-math-gamma-header.patch
    * o2scl-exp-overflow.patch
  - Add o2scl-disable-test-without-destdir-support.patch: Disable
    tests that use data files installed to datadir but does not
    support DESTDIR and therefore cannot be run in a buildroot env.
  - Minor specfile cleanups.
* Tue Jun 08 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Add o2scl-cpp17-legendre-conflict.patch -- Rename function
    legendre() to legendrex() to avoid conflict with std::legendre()
    in c++17 (default in GCC 11) [gh#awsteiner/o2scl#17].
  - Update URL to current upstream.
* Tue May 04 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Add o2scl-boost-math-gamma-header.patch: Include boost header
    required for tgamma function.
  - Fix an EOL encoding issue.
* Tue Nov 10 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.925:
    * Fixed interpolation bug and log grid bug in
      tensor_grid::rearrange_and_copy().
    * Improved acol docs everywhere. Created acol table3d
      to-tensor-grid, acol table3d to-hist-2d, acol table3d
      get-grid, acol create table-mv, acol table3d slice-hist, acol
      table3d select, acol h5-copy, acol table correl, acol
      constant, acol binary, acol docs, and acol wdocs.
    * The integration routines for semi-infinite intervals have been
      refactored to use \ref integ_iu(), \ref integ_il() and \ref
      integ_i().
    * Improved error handling and documentation in cloud_file.
    * Several updates to eos_sn, nstar_rot, eos_had_rmf,
      eos_had_rmf_hyp_ts, and ex_eos_gibbs.
    * Created new beta-equilibrium functions in some EOS classes.
    * Created new function nucmass_fit::fit_covar() to fit nuclear
      masses with a covariance matrix.
    * Reworked documentation in sphinx/breathe.
    * Fixed spacing bug in rewrap_keep_endlines().
    * Updated strings_spec(), vector_spec(), mult_vector_spec() and
      value_spec().
    * Added OpenMP support to some table functions. Updated
      table::swap().
    * Created experimental new convert_units::convert_calc()
      function and created find_constants class. Updated solar
      system constants.
    * Improvements to the vec_index class.
    * Updated the vector_acor() function. Created vectors_equal()
      and vectors_equal_tol().
    * Fixed hidden virtual function warnings.
    * Created columnify::add_spaces().
    * Worked on multiprecision support for several particle classes.
    * Cleaned up polylogs and created bessel_K_exp class.
    * Fixed HDF5 1.12-related deprecation warnings.
    * Renamed integration classes for infinite or semi-infinite
      limits.
    * Created a new experimental auto_format class.
    * Created new vt100 string functions and moved them into a new
      terminal class.
    * Added quadratic and cubic discriminants.
    * Added experimental part_pdg.
  - Add o2scl-disable-slow-hdf-test.patch: Disable a slow hdf test
    that causes OBS workers to time out.
  - Add o2scl-exp-overflow.patch: Fix for overflows from GSL exp.c;
    patch taken from upstream git commit [gh#awsteiner/o2scl#16].
  - Drop o2scl-disable-failing-eos-test.patch: Fixed upstream.
  - Pass "-DO2SCL_HDF5_PRE_1_12" to CXXFLAGS to use HDF5 1.10.x
    specific definitions.
* Sat Jan 04 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.924:
    * Updated second derivatives of the pressure for the particle
      clases and updated the eos_had_skyrme class to compute second
      derivatives.
    * Created a new system for OS detection to make compilation a
      bit more user-friendly. HDF5 headers have been reworked a bit
      accordingly.
    * Improved integration between acol and o2sclpy.
    * Improved the handling of aliases in acol and cli.
    * Generalized convert_units, several of the integration classes,
      a few derivative and solver classes, and several of the
      particle classes to templates to allow for other floating
      point types.
    * Improvements to the ex_mmin example and the example plots.
      Created new example ex_fermion_summ.
    * Improvements to the ode_iv_solve_grid class.
    * Improved error handling for calculator class.
    * Created functions vector_refine(), file_exists(), and
      o2isfinite().
    * Created classes inte_tanh_sinh_boost, inte_sinh_sinh_boost,
      inte_kronrod_boost, inte_exp_tanh_boost, nucmass_gen, and
      frib_mex.
    * Created a couple_threads option and an ac_coeffs() function
      for mcmc_para.
    * Creating strings_spec() for string list specifications and
      updated vector_spec() and mult_vector_spec().
    * Improved tabulate option for tov_love::calc_y().
    * Updated constants for CODATA 2018 release.
  - Drop o2scl-fix-LU-tests.patch: incorporated upstream.
  - Add o2scl-disable-failing-eos-test.patch -- Disable a failing
    test for eos which fails due to minor float error in the test
    file (gh#awsteiner/o2scl#10).
  - Use %license to install COPYING file.
* Wed Oct 30 2019 Atri Bhattacharya <badshah400@gmail.com>
  - Add o2scl-fix-LU-tests.patch: Fix -- rather than disable --
    failing LU tests (gh#awsteiner/o2scl#9).
  - Drop o2scl-disable-failing-tests.patch: No longer needed due to
    fixes from new patch o2scl-fix-LU-tests.patch; also drop
    libtool BuildRequires and do not run autoreconf before configure
    which were all required because of this patch.
* Fri Sep 13 2019 Atri Bhattacharya <badshah400@gmail.com>
  - Add o2scl-disable-failing-tests.patch: Disable LU test that
    fails on x86_64 (gh#awsteiner/o2scl#9).
* Tue Apr 30 2019 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.923:
    * A new function "rearrange_and_copy()" was added to the tensor
      and tensor_grid classes for several kinds of tensor
      rearrangements.
    * A new matrix_view_transpose class and a new wordexp() function
      were created.
    * The classes cloud_file, boson_rel, eos_had_skyrme,
      eos_tov_buchdahl, fermion_deriv_rel, fermion_eff,
      fermion_nonrel, fermion_rel, eos_had_rmf, hist, interpm_krige,
      and interp_krige_optim classes were improved improved. The
      particle calibration routines were improved.
    * The constants were updated for the CODATA 2014 release.
    * Several updates were made to acol. The handling of tensor and
      tensor_grid classes was improved. Vector and value
      specifications were added. The help text was reworked. The
      autocorr command was improved.
    * A new class slack_messenger was created to send messages to
      Slack.
  - Drop o2scl-remove-glob_wrapper-test.patch: incorporated
    upstream.

Files

/usr/lib64/libo2scl.so.0
/usr/lib64/libo2scl.so.0.16.0
/usr/lib64/libo2scl_eos.so.0
/usr/lib64/libo2scl_eos.so.0.16.0
/usr/lib64/libo2scl_hdf.so.0
/usr/lib64/libo2scl_hdf.so.0.16.0
/usr/lib64/libo2scl_part.so.0
/usr/lib64/libo2scl_part.so.0.16.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:14:29 2024