Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: o2scl-devel | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.926 | Vendor: openSUSE |
Release: bp156.4.6 | Build date: Tue May 14 03:30:06 2024 |
Group: Development/Libraries/C and C++ | Build host: s390zp26 |
Size: 85972567 | Source RPM: o2scl-0.926-bp156.4.6.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://neutronstars.utk.edu/code/o2scl/html/index.html | |
Summary: Source and header files for O2scl |
O2scl is a C++ library for object-oriented numerical programming. This package provides the source and header files for writing software using o2scl.
GPL-3.0-only
* 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. * 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.
/usr/bin/acol /usr/bin/ame_parse /usr/bin/yanic /usr/include/o2scl /usr/include/o2scl/acolm.h /usr/include/o2scl/anneal.h /usr/include/o2scl/anneal_gsl.h /usr/include/o2scl/anneal_para.h /usr/include/o2scl/astep.h /usr/include/o2scl/astep_gsl.h /usr/include/o2scl/astep_nonadapt.h /usr/include/o2scl/auto_format.h /usr/include/o2scl/base_python.h /usr/include/o2scl/bidiag.h /usr/include/o2scl/bidiag_base.h /usr/include/o2scl/boson.h /usr/include/o2scl/boson_eff.h /usr/include/o2scl/boson_rel.h /usr/include/o2scl/calc_utf8.h /usr/include/o2scl/cblas.h /usr/include/o2scl/cblas_base.h /usr/include/o2scl/cheb_approx.h /usr/include/o2scl/cholesky.h /usr/include/o2scl/cholesky_base.h /usr/include/o2scl/cholesky_special.h /usr/include/o2scl/classical.h /usr/include/o2scl/classical_deriv.h /usr/include/o2scl/clencurt.h /usr/include/o2scl/cli.h /usr/include/o2scl/cli_readline.h /usr/include/o2scl/cloud_file.h /usr/include/o2scl/columnify.h /usr/include/o2scl/constants.h /usr/include/o2scl/contour.h /usr/include/o2scl/convert_units.h /usr/include/o2scl/cubature.h /usr/include/o2scl/cubature_orig.h /usr/include/o2scl/cursesw.h /usr/include/o2scl/deriv.h /usr/include/o2scl/deriv_cern.h /usr/include/o2scl/deriv_eqi.h /usr/include/o2scl/deriv_gsl.h /usr/include/o2scl/diff_evo.h /usr/include/o2scl/diff_evo_adapt.h /usr/include/o2scl/eos_base.h /usr/include/o2scl/eos_crust.h /usr/include/o2scl/eos_crust_virial.h /usr/include/o2scl/eos_cs2_poly.h /usr/include/o2scl/eos_had_apr.h /usr/include/o2scl/eos_had_base.h /usr/include/o2scl/eos_had_ddc.h /usr/include/o2scl/eos_had_gogny.h /usr/include/o2scl/eos_had_phen.h /usr/include/o2scl/eos_had_potential.h /usr/include/o2scl/eos_had_rmf.h /usr/include/o2scl/eos_had_rmf_delta.h /usr/include/o2scl/eos_had_rmf_hyp.h /usr/include/o2scl/eos_had_schematic.h /usr/include/o2scl/eos_had_skyrme.h /usr/include/o2scl/eos_had_sym4.h /usr/include/o2scl/eos_had_tabulated.h /usr/include/o2scl/eos_had_virial.h /usr/include/o2scl/eos_nse.h /usr/include/o2scl/eos_nse_full.h /usr/include/o2scl/eos_python.h /usr/include/o2scl/eos_quark.h /usr/include/o2scl/eos_quark_bag.h /usr/include/o2scl/eos_quark_cfl.h /usr/include/o2scl/eos_quark_cfl6.h /usr/include/o2scl/eos_quark_njl.h /usr/include/o2scl/eos_sn.h /usr/include/o2scl/eos_tov.h /usr/include/o2scl/err_hnd.h /usr/include/o2scl/exception.h /usr/include/o2scl/expval.h /usr/include/o2scl/fermion.h /usr/include/o2scl/fermion_deriv_nr.h /usr/include/o2scl/fermion_deriv_rel.h /usr/include/o2scl/fermion_eff.h /usr/include/o2scl/fermion_mag_zerot.h /usr/include/o2scl/fermion_nonrel.h /usr/include/o2scl/fermion_rel.h /usr/include/o2scl/find_constants.h /usr/include/o2scl/fit_base.h /usr/include/o2scl/fit_bayes.h /usr/include/o2scl/fit_fix.h /usr/include/o2scl/fit_linear.h /usr/include/o2scl/fit_min.h /usr/include/o2scl/fit_nonlin.h /usr/include/o2scl/format_float.h /usr/include/o2scl/fract.h /usr/include/o2scl/funct.h /usr/include/o2scl/givens.h /usr/include/o2scl/givens_base.h /usr/include/o2scl/hdf_eos_io.h /usr/include/o2scl/hdf_file.h /usr/include/o2scl/hdf_io.h /usr/include/o2scl/hdf_nucmass_io.h /usr/include/o2scl/hdf_python.h /usr/include/o2scl/hh.h /usr/include/o2scl/hh_base.h /usr/include/o2scl/hist.h /usr/include/o2scl/hist_2d.h /usr/include/o2scl/householder.h /usr/include/o2scl/householder_base.h /usr/include/o2scl/inte.h /usr/include/o2scl/inte_adapt_cern.h /usr/include/o2scl/inte_cauchy_cern.h /usr/include/o2scl/inte_double_exp_boost.h /usr/include/o2scl/inte_gauss56_cern.h /usr/include/o2scl/inte_gauss_cern.h /usr/include/o2scl/inte_gen.h /usr/include/o2scl/inte_gsl.h /usr/include/o2scl/inte_kronrod_boost.h /usr/include/o2scl/inte_kronrod_gsl.h /usr/include/o2scl/inte_multi.h /usr/include/o2scl/inte_qag_gsl.h /usr/include/o2scl/inte_qagi_gsl.h /usr/include/o2scl/inte_qagil_gsl.h /usr/include/o2scl/inte_qagiu_gsl.h /usr/include/o2scl/inte_qags_gsl.h /usr/include/o2scl/inte_qawc_gsl.h /usr/include/o2scl/inte_qawf_gsl.h /usr/include/o2scl/inte_qawo_gsl.h /usr/include/o2scl/inte_qaws_gsl.h /usr/include/o2scl/inte_qng_gsl.h /usr/include/o2scl/inte_singular_gsl.h /usr/include/o2scl/interp.h /usr/include/o2scl/interp2.h /usr/include/o2scl/interp2_direct.h /usr/include/o2scl/interp2_eqi.h /usr/include/o2scl/interp2_neigh.h /usr/include/o2scl/interp2_planar.h /usr/include/o2scl/interp2_seq.h /usr/include/o2scl/interp_krige.h /usr/include/o2scl/interpm_idw.h /usr/include/o2scl/interpm_krige.h /usr/include/o2scl/invert.h /usr/include/o2scl/invert_special.h /usr/include/o2scl/jacobian.h /usr/include/o2scl/lanczos.h /usr/include/o2scl/lanczos_base.h /usr/include/o2scl/lib_settings.h /usr/include/o2scl/linear_solver.h /usr/include/o2scl/linear_special.h /usr/include/o2scl/lu.h /usr/include/o2scl/lu_base.h /usr/include/o2scl/mcarlo.h /usr/include/o2scl/mcarlo_miser.h /usr/include/o2scl/mcarlo_plain.h /usr/include/o2scl/mcarlo_vegas.h /usr/include/o2scl/mcmc_para.h /usr/include/o2scl/min.h /usr/include/o2scl/min_brent_boost.h /usr/include/o2scl/min_brent_gsl.h /usr/include/o2scl/min_cern.h /usr/include/o2scl/min_quad_golden.h /usr/include/o2scl/misc.h /usr/include/o2scl/mm_funct.h /usr/include/o2scl/mmin.h /usr/include/o2scl/mmin_bfgs2.h /usr/include/o2scl/mmin_conf.h /usr/include/o2scl/mmin_conp.h /usr/include/o2scl/mmin_constr.h /usr/include/o2scl/mmin_constr_gencan.h /usr/include/o2scl/mmin_constr_pgrad.h /usr/include/o2scl/mmin_constr_spg.h /usr/include/o2scl/mmin_fix.h /usr/include/o2scl/mmin_simp2.h /usr/include/o2scl/mroot.h /usr/include/o2scl/mroot_broyden.h /usr/include/o2scl/mroot_cern.h /usr/include/o2scl/mroot_hybrids.h /usr/include/o2scl/mroot_special.h /usr/include/o2scl/multi_funct.h /usr/include/o2scl/nstar_cold.h /usr/include/o2scl/nstar_rot.h /usr/include/o2scl/nucdist.h /usr/include/o2scl/nuclei_python.h /usr/include/o2scl/nucleus.h /usr/include/o2scl/nucleus_rmf.h /usr/include/o2scl/nucmass.h /usr/include/o2scl/nucmass_ame.h /usr/include/o2scl/nucmass_densmat.h /usr/include/o2scl/nucmass_dglg.h /usr/include/o2scl/nucmass_dz.h /usr/include/o2scl/nucmass_fit.h /usr/include/o2scl/nucmass_frdm.h /usr/include/o2scl/nucmass_gen.h /usr/include/o2scl/nucmass_hfb.h /usr/include/o2scl/nucmass_ktuy.h /usr/include/o2scl/nucmass_ldrop.h /usr/include/o2scl/nucmass_ldrop_shell.h /usr/include/o2scl/nucmass_sdnp.h /usr/include/o2scl/nucmass_wlw.h /usr/include/o2scl/ode_bsimp_gsl.h /usr/include/o2scl/ode_bv_mshoot.h /usr/include/o2scl/ode_bv_multishoot.h /usr/include/o2scl/ode_bv_solve.h /usr/include/o2scl/ode_funct.h /usr/include/o2scl/ode_it_solve.h /usr/include/o2scl/ode_iv_solve.h /usr/include/o2scl/ode_iv_table.h /usr/include/o2scl/ode_jac_funct.h /usr/include/o2scl/ode_rk8pd_gsl.h /usr/include/o2scl/ode_rkck_gsl.h /usr/include/o2scl/ode_rkf45_gsl.h /usr/include/o2scl/ode_step.h /usr/include/o2scl/other_python.h /usr/include/o2scl/part.h /usr/include/o2scl/part_deriv.h /usr/include/o2scl/part_pdg.h /usr/include/o2scl/part_python.h /usr/include/o2scl/permutation.h /usr/include/o2scl/pinside.h /usr/include/o2scl/poly.h /usr/include/o2scl/polylog.h /usr/include/o2scl/prev_commit.h /usr/include/o2scl/prob_dens_func.h /usr/include/o2scl/prob_dens_mdim_amr.h /usr/include/o2scl/qr.h /usr/include/o2scl/qr_base.h /usr/include/o2scl/qr_special.h /usr/include/o2scl/qrpt.h /usr/include/o2scl/qrpt_base.h /usr/include/o2scl/quark.h /usr/include/o2scl/reaction_lib.h /usr/include/o2scl/rng.h /usr/include/o2scl/rng_gsl.h /usr/include/o2scl/root.h /usr/include/o2scl/root_bkt_cern.h /usr/include/o2scl/root_brent_gsl.h /usr/include/o2scl/root_cern.h /usr/include/o2scl/root_robbins_monro.h /usr/include/o2scl/root_stef.h /usr/include/o2scl/root_toms748.h /usr/include/o2scl/search_vec.h /usr/include/o2scl/series_acc.h /usr/include/o2scl/shunting_yard.h /usr/include/o2scl/slack_messenger.h /usr/include/o2scl/smooth_func.h /usr/include/o2scl/smooth_gsl.h /usr/include/o2scl/string_conv.h /usr/include/o2scl/svd.h /usr/include/o2scl/svd_base.h /usr/include/o2scl/svdstep.h /usr/include/o2scl/svdstep_base.h /usr/include/o2scl/table.h /usr/include/o2scl/table3d.h /usr/include/o2scl/table_units.h /usr/include/o2scl/tensor.h /usr/include/o2scl/tensor_grid.h /usr/include/o2scl/test_mgr.h /usr/include/o2scl/tov_love.h /usr/include/o2scl/tov_solve.h /usr/include/o2scl/tridiag.h /usr/include/o2scl/tridiag_base.h /usr/include/o2scl/uniform_grid.h /usr/include/o2scl/vec_stats.h /usr/include/o2scl/vector.h /usr/include/o2scl/vector_derint.h /usr/include/o2scl/vector_special.h /usr/lib64/libo2scl.so /usr/lib64/libo2scl_eos.so /usr/lib64/libo2scl_hdf.so /usr/lib64/libo2scl_part.so /usr/share/doc/packages/o2scl-devel /usr/share/doc/packages/o2scl-devel/AUTHORS /usr/share/doc/packages/o2scl-devel/ChangeLog /usr/share/doc/packages/o2scl-devel/NEWS /usr/share/doc/packages/o2scl-devel/README /usr/share/licenses/o2scl-devel /usr/share/licenses/o2scl-devel/COPYING /usr/share/o2scl /usr/share/o2scl/APR_cs01_feq.txt /usr/share/o2scl/Rs_cs01_feq.txt /usr/share/o2scl/SLy4_cs01_feq.txt /usr/share/o2scl/apr98.o2 /usr/share/o2scl/bbp71.o2 /usr/share/o2scl/boson_cal.o2 /usr/share/o2scl/bps71.o2 /usr/share/o2scl/dh01.o2 /usr/share/o2scl/eos19.o2 /usr/share/o2scl/eos20.o2 /usr/share/o2scl/eos21.o2 /usr/share/o2scl/fermion_deriv_cal.o2 /usr/share/o2scl/fermion_nr_cal.o2 /usr/share/o2scl/fmt49.o2 /usr/share/o2scl/fp81.o2 /usr/share/o2scl/gogny.o2 /usr/share/o2scl/hz90.o2 /usr/share/o2scl/hzd89.o2 /usr/share/o2scl/newton_J35.o2 /usr/share/o2scl/newton_PNM.o2 /usr/share/o2scl/newton_SL.o2 /usr/share/o2scl/nucmass /usr/share/o2scl/nucmass/Makefile.am /usr/share/o2scl/nucmass/ame03.o2 /usr/share/o2scl/nucmass/ame03round.o2 /usr/share/o2scl/nucmass/ame12.o2 /usr/share/o2scl/nucmass/ame16.o2 /usr/share/o2scl/nucmass/ame16round.o2 /usr/share/o2scl/nucmass/ame20 /usr/share/o2scl/nucmass/ame20.o2 /usr/share/o2scl/nucmass/ame20/mass20.txt /usr/share/o2scl/nucmass/ame20/mass20round.txt /usr/share/o2scl/nucmass/ame20/nubase20.txt /usr/share/o2scl/nucmass/ame20/rct1_20.txt /usr/share/o2scl/nucmass/ame20/rct2_20.txt /usr/share/o2scl/nucmass/ame20round.o2 /usr/share/o2scl/nucmass/ame95exp.o2 /usr/share/o2scl/nucmass/ame95rmd.o2 /usr/share/o2scl/nucmass/dglg10.o2 /usr/share/o2scl/nucmass/du_zu_95.o2 /usr/share/o2scl/nucmass/du_zu_96.o2 /usr/share/o2scl/nucmass/frib_mex /usr/share/o2scl/nucmass/frib_mex/ddme2.o2 /usr/share/o2scl/nucmass/frib_mex/ddmed.o2 /usr/share/o2scl/nucmass/frib_mex/ddpc1.o2 /usr/share/o2scl/nucmass/frib_mex/nl3s.o2 /usr/share/o2scl/nucmass/frib_mex/skms_all.o2 /usr/share/o2scl/nucmass/frib_mex/skms_even.o2 /usr/share/o2scl/nucmass/frib_mex/skp_all.o2 /usr/share/o2scl/nucmass/frib_mex/skp_even.o2 /usr/share/o2scl/nucmass/frib_mex/sly4_all.o2 /usr/share/o2scl/nucmass/frib_mex/sly4_even.o2 /usr/share/o2scl/nucmass/frib_mex/sv-min_even.o2 /usr/share/o2scl/nucmass/frib_mex/sv_min_all.o2 /usr/share/o2scl/nucmass/frib_mex/unedf0_all.o2 /usr/share/o2scl/nucmass/frib_mex/unedf0_even.o2 /usr/share/o2scl/nucmass/frib_mex/unedf1_all.o2 /usr/share/o2scl/nucmass/frib_mex/unedf1_even.o2 /usr/share/o2scl/nucmass/hfb14.o2 /usr/share/o2scl/nucmass/hfb14_v0.o2 /usr/share/o2scl/nucmass/hfb17.o2 /usr/share/o2scl/nucmass/hfb2.o2 /usr/share/o2scl/nucmass/hfb21.o2 /usr/share/o2scl/nucmass/hfb22.o2 /usr/share/o2scl/nucmass/hfb23.o2 /usr/share/o2scl/nucmass/hfb24.o2 /usr/share/o2scl/nucmass/hfb25.o2 /usr/share/o2scl/nucmass/hfb26.o2 /usr/share/o2scl/nucmass/hfb27.o2 /usr/share/o2scl/nucmass/hfb8.o2 /usr/share/o2scl/nucmass/ktuy04.o2 /usr/share/o2scl/nucmass/ktuy05.o2 /usr/share/o2scl/nucmass/lwdw11.o2 /usr/share/o2scl/nucmass/mnmsk.o2 /usr/share/o2scl/nucmass/msis16.o2 /usr/share/o2scl/nucmass/sd_skp_04.o2 /usr/share/o2scl/nucmass/sd_sly4_04.o2 /usr/share/o2scl/nucmass/sdnp03.o2 /usr/share/o2scl/nucmass/wl11.o2 /usr/share/o2scl/nucmass/wllw10.o2 /usr/share/o2scl/nucmass/wlw10.o2 /usr/share/o2scl/nucmass/wlwm14.o2 /usr/share/o2scl/nv83.o2 /usr/share/o2scl/nvbps.o2 /usr/share/o2scl/o2scl.bib /usr/share/o2scl/o2scl_eos.bib /usr/share/o2scl/o2scl_part.bib /usr/share/o2scl/odcgcp88.o2 /usr/share/o2scl/qmc_twop_10_0_out /usr/share/o2scl/rmfdata /usr/share/o2scl/rmfdata/BMPI.o2 /usr/share/o2scl/rmfdata/BMPII.o2 /usr/share/o2scl/rmfdata/FPWC.o2 /usr/share/o2scl/rmfdata/FSUGold.o2 /usr/share/o2scl/rmfdata/IUFSU.o2 /usr/share/o2scl/rmfdata/L-BF.o2 /usr/share/o2scl/rmfdata/L-HS.o2 /usr/share/o2scl/rmfdata/L-W.o2 /usr/share/o2scl/rmfdata/L-Z.o2 /usr/share/o2scl/rmfdata/L1.o2 /usr/share/o2scl/rmfdata/L2.o2 /usr/share/o2scl/rmfdata/L3.o2 /usr/share/o2scl/rmfdata/NL-06.o2 /usr/share/o2scl/rmfdata/NL-065.o2 /usr/share/o2scl/rmfdata/NL-07.o2 /usr/share/o2scl/rmfdata/NL-075.o2 /usr/share/o2scl/rmfdata/NL-B1.o2 /usr/share/o2scl/rmfdata/NL-B2.o2 /usr/share/o2scl/rmfdata/NL-SH.o2 /usr/share/o2scl/rmfdata/NL-Z.o2 /usr/share/o2scl/rmfdata/NL1.o2 /usr/share/o2scl/rmfdata/NL2.o2 /usr/share/o2scl/rmfdata/NL3.o2 /usr/share/o2scl/rmfdata/NL4.o2 /usr/share/o2scl/rmfdata/PL-40.o2 /usr/share/o2scl/rmfdata/PL-Z.o2 /usr/share/o2scl/rmfdata/RAPR.o2 /usr/share/o2scl/rmfdata/RAPRhdp.o2 /usr/share/o2scl/rmfdata/S271.o2 /usr/share/o2scl/rmfdata/SFHo.o2 /usr/share/o2scl/rmfdata/SFHo_old.o2 /usr/share/o2scl/rmfdata/SFHx.o2 /usr/share/o2scl/rmfdata/SFHx_old.o2 /usr/share/o2scl/rmfdata/SR1.o2 /usr/share/o2scl/rmfdata/SR2.o2 /usr/share/o2scl/rmfdata/SR3.o2 /usr/share/o2scl/rmfdata/TM1.o2 /usr/share/o2scl/rmfdata/TM2.o2 /usr/share/o2scl/rmfdata/Z271.o2 /usr/share/o2scl/rmfdata/es25.o2 /usr/share/o2scl/rmfdata/es25n15.o2 /usr/share/o2scl/rmfdata/es25new.o2 /usr/share/o2scl/rmfdata/es25small.o2 /usr/share/o2scl/rmfdata/es275.o2 /usr/share/o2scl/rmfdata/es275n15.o2 /usr/share/o2scl/rmfdata/es275new.o2 /usr/share/o2scl/rmfdata/es30.o2 /usr/share/o2scl/rmfdata/es30n15.o2 /usr/share/o2scl/rmfdata/es30new.o2 /usr/share/o2scl/rmfdata/es325.o2 /usr/share/o2scl/rmfdata/es325n15.o2 /usr/share/o2scl/rmfdata/es35.o2 /usr/share/o2scl/rmfdata/es35n15.o2 /usr/share/o2scl/rmfdata/model_list /usr/share/o2scl/skdata /usr/share/o2scl/skdata/BSk1.o2 /usr/share/o2scl/skdata/BSk10.o2 /usr/share/o2scl/skdata/BSk11.o2 /usr/share/o2scl/skdata/BSk12.o2 /usr/share/o2scl/skdata/BSk13.o2 /usr/share/o2scl/skdata/BSk14.o2 /usr/share/o2scl/skdata/BSk16.o2 /usr/share/o2scl/skdata/BSk2.o2 /usr/share/o2scl/skdata/BSk2p.o2 /usr/share/o2scl/skdata/BSk3.o2 /usr/share/o2scl/skdata/BSk4.o2 /usr/share/o2scl/skdata/BSk5.o2 /usr/share/o2scl/skdata/BSk6.o2 /usr/share/o2scl/skdata/BSk7.o2 /usr/share/o2scl/skdata/BSk8.o2 /usr/share/o2scl/skdata/BSk9.o2 /usr/share/o2scl/skdata/E.o2 /usr/share/o2scl/skdata/Es.o2 /usr/share/o2scl/skdata/FitA.o2 /usr/share/o2scl/skdata/FitB.o2 /usr/share/o2scl/skdata/FitK.o2 /usr/share/o2scl/skdata/FitKs.o2 /usr/share/o2scl/skdata/FitL.o2 /usr/share/o2scl/skdata/Gs.o2 /usr/share/o2scl/skdata/KDE0v.o2 /usr/share/o2scl/skdata/KDE0v1.o2 /usr/share/o2scl/skdata/LNS.o2 /usr/share/o2scl/skdata/Ly5.o2 /usr/share/o2scl/skdata/MSk1.o2 /usr/share/o2scl/skdata/MSk2.o2 /usr/share/o2scl/skdata/MSk3.o2 /usr/share/o2scl/skdata/MSk4.o2 /usr/share/o2scl/skdata/MSk5.o2 /usr/share/o2scl/skdata/MSk5s.o2 /usr/share/o2scl/skdata/MSk6.o2 /usr/share/o2scl/skdata/MSk7.o2 /usr/share/o2scl/skdata/MSk8.o2 /usr/share/o2scl/skdata/MSk9.o2 /usr/share/o2scl/skdata/MSkA.o2 /usr/share/o2scl/skdata/NRAPR.o2 /usr/share/o2scl/skdata/NRAPR2.o2 /usr/share/o2scl/skdata/PeEVs.o2 /usr/share/o2scl/skdata/PeHF.o2 /usr/share/o2scl/skdata/PeSIs.o2 /usr/share/o2scl/skdata/QMC1.o2 /usr/share/o2scl/skdata/QMC2.o2 /usr/share/o2scl/skdata/QMC3.o2 /usr/share/o2scl/skdata/RATP.o2 /usr/share/o2scl/skdata/Rs.o2 /usr/share/o2scl/skdata/SGI.o2 /usr/share/o2scl/skdata/SGII.o2 /usr/share/o2scl/skdata/SI.o2 /usr/share/o2scl/skdata/SII.o2 /usr/share/o2scl/skdata/SIII.o2 /usr/share/o2scl/skdata/SIIIs.o2 /usr/share/o2scl/skdata/SIV.o2 /usr/share/o2scl/skdata/SIp.o2 /usr/share/o2scl/skdata/SK255.o2 /usr/share/o2scl/skdata/SK272.o2 /usr/share/o2scl/skdata/SKRA.o2 /usr/share/o2scl/skdata/SKz0.o2 /usr/share/o2scl/skdata/SKz1.o2 /usr/share/o2scl/skdata/SKz2.o2 /usr/share/o2scl/skdata/SKz3.o2 /usr/share/o2scl/skdata/SKz4.o2 /usr/share/o2scl/skdata/SKzm1.o2 /usr/share/o2scl/skdata/SLy0.o2 /usr/share/o2scl/skdata/SLy1.o2 /usr/share/o2scl/skdata/SLy10.o2 /usr/share/o2scl/skdata/SLy2.o2 /usr/share/o2scl/skdata/SLy230a.o2 /usr/share/o2scl/skdata/SLy230b.o2 /usr/share/o2scl/skdata/SLy3.o2 /usr/share/o2scl/skdata/SLy4.o2 /usr/share/o2scl/skdata/SLy5.o2 /usr/share/o2scl/skdata/SLy6.o2 /usr/share/o2scl/skdata/SLy7.o2 /usr/share/o2scl/skdata/SLy8.o2 /usr/share/o2scl/skdata/SLy9.o2 /usr/share/o2scl/skdata/SV-K218.o2 /usr/share/o2scl/skdata/SV-K226.o2 /usr/share/o2scl/skdata/SV-K241.o2 /usr/share/o2scl/skdata/SV-bas.o2 /usr/share/o2scl/skdata/SV-kap00.o2 /usr/share/o2scl/skdata/SV-kap02.o2 /usr/share/o2scl/skdata/SV-kap06.o2 /usr/share/o2scl/skdata/SV-mas07.o2 /usr/share/o2scl/skdata/SV-mas08.o2 /usr/share/o2scl/skdata/SV-mas10.o2 /usr/share/o2scl/skdata/SV-min.o2 /usr/share/o2scl/skdata/SV-sym28.o2 /usr/share/o2scl/skdata/SV-sym32.o2 /usr/share/o2scl/skdata/SV-sym34.o2 /usr/share/o2scl/skdata/SV-tls.o2 /usr/share/o2scl/skdata/SV.o2 /usr/share/o2scl/skdata/SVI.o2 /usr/share/o2scl/skdata/SVII.o2 /usr/share/o2scl/skdata/SkI1.o2 /usr/share/o2scl/skdata/SkI2.o2 /usr/share/o2scl/skdata/SkI3.o2 /usr/share/o2scl/skdata/SkI4.o2 /usr/share/o2scl/skdata/SkI5.o2 /usr/share/o2scl/skdata/SkI6.o2 /usr/share/o2scl/skdata/SkM.o2 /usr/share/o2scl/skdata/SkM1.o2 /usr/share/o2scl/skdata/SkMDIx0.o2 /usr/share/o2scl/skdata/SkMDIx1.o2 /usr/share/o2scl/skdata/SkMDIxm1.o2 /usr/share/o2scl/skdata/SkMDIxm2.o2 /usr/share/o2scl/skdata/SkMP.o2 /usr/share/o2scl/skdata/SkMs.o2 /usr/share/o2scl/skdata/SkNF1.o2 /usr/share/o2scl/skdata/SkNF2.o2 /usr/share/o2scl/skdata/SkO.o2 /usr/share/o2scl/skdata/SkOp.o2 /usr/share/o2scl/skdata/SkP.o2 /usr/share/o2scl/skdata/SkSC1.o2 /usr/share/o2scl/skdata/SkSC10.o2 /usr/share/o2scl/skdata/SkSC11.o2 /usr/share/o2scl/skdata/SkSC14.o2 /usr/share/o2scl/skdata/SkSC15.o2 /usr/share/o2scl/skdata/SkSC2.o2 /usr/share/o2scl/skdata/SkSC3.o2 /usr/share/o2scl/skdata/SkSC4.o2 /usr/share/o2scl/skdata/SkSC4o.o2 /usr/share/o2scl/skdata/SkSC5.o2 /usr/share/o2scl/skdata/SkSC6.o2 /usr/share/o2scl/skdata/SkT.o2 /usr/share/o2scl/skdata/SkT1.o2 /usr/share/o2scl/skdata/SkT1s.o2 /usr/share/o2scl/skdata/SkT2.o2 /usr/share/o2scl/skdata/SkT3.o2 /usr/share/o2scl/skdata/SkT3s.o2 /usr/share/o2scl/skdata/SkT4.o2 /usr/share/o2scl/skdata/SkT5.o2 /usr/share/o2scl/skdata/SkT6.o2 /usr/share/o2scl/skdata/SkT7.o2 /usr/share/o2scl/skdata/SkT8.o2 /usr/share/o2scl/skdata/SkT9.o2 /usr/share/o2scl/skdata/SkTK.o2 /usr/share/o2scl/skdata/SkX.o2 /usr/share/o2scl/skdata/SkXce.o2 /usr/share/o2scl/skdata/SkXm.o2 /usr/share/o2scl/skdata/SkkT8.o2 /usr/share/o2scl/skdata/Skxs15.o2 /usr/share/o2scl/skdata/Skxs20.o2 /usr/share/o2scl/skdata/Skxs25.o2 /usr/share/o2scl/skdata/Skyrme1p.o2 /usr/share/o2scl/skdata/T.o2 /usr/share/o2scl/skdata/UNEDF0.o2 /usr/share/o2scl/skdata/UNEDF1.o2 /usr/share/o2scl/skdata/UNEDF2.o2 /usr/share/o2scl/skdata/Z.o2 /usr/share/o2scl/skdata/Zs.o2 /usr/share/o2scl/skdata/Zss.o2 /usr/share/o2scl/skdata/a.o2 /usr/share/o2scl/skdata/b.o2 /usr/share/o2scl/skdata/model_list /usr/share/o2scl/skdata/mst0.81.o2 /usr/share/o2scl/skdata/mst0.90.o2 /usr/share/o2scl/skdata/mst1.o2 /usr/share/o2scl/skdata/v070.o2 /usr/share/o2scl/skdata/v075.o2 /usr/share/o2scl/skdata/v080.o2 /usr/share/o2scl/skdata/v090.o2 /usr/share/o2scl/skdata/v100.o2 /usr/share/o2scl/skdata/v105.o2 /usr/share/o2scl/skdata/v110.o2 /usr/share/o2scl/thetaANL-1002x12.o2
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024