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

libo2scl0-0.924-bp153.1.24 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: libo2scl0 Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.924 Vendor: openSUSE
Release: bp153.1.24 Build date: Sat Mar 6 15:57:36 2021
Group: System/Libraries Build host: s390zp28
Size: 17396848 Source RPM: o2scl-0.924-bp153.1.24.src.rpm
Packager: https://bugs.opensuse.org
Url: https://isospin.roam.utk.edu/static/code/o2scl/
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

* 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.
* Tue Oct 30 2018 Dirk Stoecker <opensuse@dstoecker.de>
  - Fix URL (old link dead)
* Mon Oct 22 2018 badshah400@gmail.com
  - Update to version 0.922:
    * In the table class, the set() function no longer automatically
      adds rows or columns. This prevents some behavior which was
      not intuitive for users.
    * Several tensor functions have been added, including
      tensor::swap_data(), tensor_out(), tensor::min(),
      tensor::max(), tensor::copy(), tensor::is_valid().
    * Slicing for tensor_grid objects has been improved.
    * Copy constructors for tensor and tensor_grid have been
      created.
    * A few long double integration classes have been added when
      higher accuracy is required.
    * The MCMC classes have been completely reworked, offering
      better support for OpenMP and MPI parallelism.
    * The acol command has been expanded and improved in several
      ways. Code for o2graph has been moved out and the
      documentation has been improved.
    * The conversion functions in convert_units now has a const
      version
    * The documentation has been improved everywhere.
    * A new nearest neighbor interpolation type has been added.
    * A seed bug in rng_gsl has been fixed.
    * HDF5 I/0 for table3d types now allows const references.
    * The cloud_file class is updated and simplified.
    * The prob_dens_func_amr class has been updated.
    * Some work has been done on heat capacity functions for
      particle objects.
    * The fermion_rel::calc_mu() and pair_mu() functions work better
      now with bad initial guesses.
    * The tov_solve, eos_tov, eos_cs2_const, and eos_had_rmf_hyp
      classes are improved.
  - Drop o2scl-decrease-fit_fix-tolerances.patch: upstreamed.
  - Add o2scl-remove-glob_wrapper-test.patch: Remove glob_wrapper()
    from misc_ts because it isn't platform independent; patch taken
    from upstream git (gh#awsteiner/o2scl#8).
* Tue Apr 24 2018 guillaume.gardet@opensuse.org
  - Enable test only on x86_64 since all other archs do not support
    low tolerances
* Tue Mar 27 2018 badshah400@gmail.com
  - Disable tests on i586 until test codes are fixed, typically
    simply by increasing tolerances (gh#awsteiner/o2scl#7).
* Tue Mar 06 2018 badshah400@gmail.com
  - Add o2scl-decrease-fit_fix-tolerances.patch: Decrease the
    tolerance level on fit_fix test to prevent errors on 32-bit
    systems during make check; patch taken from upstream git
    (gh#awsteiner/o2scl#7).
* Tue Mar 06 2018 badshah400@gmail.com
  - Only enable gsl2 features for openSUSE >= 1500; gsl >= 2.0 is
    not available for older openSUSE.
* Tue Feb 27 2018 badshah400@gmail.com
  - Update to version 0.921:
    * New vector_autocorr() functions were created to analyze
      autocorrelations.
    * The class serach_vec now has improved thread safety.
    * Kriging classes interpm_krige_nn, interpm_krige, and
      interp_krige were created. These are still a bit experimental.
    * A new Robbins-Monro iteration root-finding class has been
      created. A class smooth_func for smoothing multivariate
      functions by averaging in a neighborhood has been created.
      These should help dealing with noisy functions.
    * All 'funct11' classes have been renamed to 'funct'.
    * New vector bin size functions have been created.
    * The 'acol' command has been reworked to handle HDF5 I/O for
      more types. It can now manipulate vectors, matrices, and
      tensors in several new ways. The interaction with o2graph in
      o2sclpy has also been improved.
    * The Markov chain Monte Carlo classes have been updated, but
      are still experimental. Similarly with the probability
      density distribution classes where new bivariate gaussian
      and AMR-like probability densities were created.
    * The internal bibliography mechanics have been improved.
    * Error handling in nucleus_rmf has been improved.
    * Updates to eos_tov_vectors, eos_had_rmf, eos_tov_vectors,
      eos_had_skyrme.
    * Created an eos_cs2_poly class and anneal_para_ts.
    * Nuclear masses were updated for the 2016 AME data set.
    * The calculation of dndT, dndmu, and dsdT for relativistic
      fermions has been improved.
    * The SFHo and SFHx EOSs were updated.
    * Several internal changes have been made to allow Ubuntu-style
      packages. The 'make check' target now works without 'make
      install'. A snapcraft snap has also been created. These are
      still in progress.
  - Run tests in a check section.
  - Remove bogus duplicated doc files from non-std location
    [/usr/search].
* Tue Aug 29 2017 jengelh@inai.de
  - Upgrade RPM groups; combine two find calls.
* Fri Aug 25 2017 badshah400@gmail.com
  - Fix package groups: shared library -> System/Libraries, devel
    package -> Productivity/Scientific/Math.
* Thu Aug 10 2017 badshah400@gmail.com
  - Use boost-devel instead of libboost_headers-devel where the
    latter is not available (openSUSE < 1320).
* Tue Aug 08 2017 badshah400@gmail.com
  - Initial package.

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:08:25 2024