commit LHAPDF for openSUSE:Factory
Hello community, here is the log from the commit of package LHAPDF for openSUSE:Factory checked in at 2017-08-24 18:44:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/LHAPDF (Old) and /work/SRC/openSUSE:Factory/.LHAPDF.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "LHAPDF" Thu Aug 24 18:44:15 2017 rev:11 rq:514124 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes 2017-03-24 02:08:47.325293698 +0100 +++ /work/SRC/openSUSE:Factory/.LHAPDF.new/LHAPDF.changes 2017-08-24 18:45:23.604604578 +0200 @@ -1,0 +2,24 @@ +Wed Aug 2 05:11:20 UTC 2017 - badshah400@gmail.com + +- Update to version 6.2.0: + * Add warning printouts and some verbosity control to the + LHAGlue Fortran setlhaparm function. + * Provide lookupPDF and lookupLHAPDFID functions accepting a + single setname/mem string. + * Finally removed Boost multi_array. + * All Boost usage removed except multi_array. + * Propagate C++11 compiler definition to Cython build and + lhapdf-config; add --cxx flag to lhapdf-config. + * Add normal and chi-squared quantile functions, and incomplete + gamma functions, extracted and converted by Graeme Watt based + on ROOT and Cephes code. + * Require C++11, and starting to remove Boost. + * Add x-grouped xf vs Q plots to plotpdfs, and allow the user to + control which plot groups to make. + * Improvements to plotpdfs script. + * Move scripts for installation into a bin directory. + * Corrections in the lhapdf manager script for Python3 + compatibility. +- Refresh sover.diff for updated version. + +------------------------------------------------------------------- Old: ---- LHAPDF-6.1.6.tar.gz New: ---- LHAPDF-6.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ LHAPDF.spec ++++++ --- /var/tmp/diff_new_pack.IDpRUF/_old 2017-08-24 18:45:24.772440145 +0200 +++ /var/tmp/diff_new_pack.IDpRUF/_new 2017-08-24 18:45:24.784438455 +0200 @@ -16,11 +16,11 @@ # -%define so_name libLHAPDF-6_1_6 +%define so_name libLHAPDF-6_2_0 %define execname lhapdf Name: LHAPDF -Version: 6.1.6 +Version: 6.2.0 Release: 0 Summary: A library for unified and easy to use interface to modern PDF sets License: GPL-3.0 ++++++ LHAPDF-6.1.6.tar.gz -> LHAPDF-6.2.0.tar.gz ++++++ ++++ 51326 lines of diff (skipped) ++++++ sover.diff ++++++ --- /var/tmp/diff_new_pack.IDpRUF/_old 2017-08-24 18:45:25.144387774 +0200 +++ /var/tmp/diff_new_pack.IDpRUF/_new 2017-08-24 18:45:25.144387774 +0200 @@ -10,10 +10,10 @@ src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) -Index: LHAPDF-6.1.6/src/Makefile.am +Index: LHAPDF-6.2.0/src/Makefile.am =================================================================== ---- LHAPDF-6.1.6.orig/src/Makefile.am -+++ LHAPDF-6.1.6/src/Makefile.am +--- LHAPDF-6.2.0.orig/src/Makefile.am ++++ LHAPDF-6.2.0/src/Makefile.am @@ -18,15 +18,19 @@ libLHAPDF_la_SOURCES = \ libLHAPDFInfo_la_SOURCES = Info.cc libLHAPDFInfo_la_CPPFLAGS = -I$(srcdir)/yamlcpp -DYAMLCPP_API=3 -DYAML_NAMESPACE=LHAPDF_YAML $(AM_CPPFLAGS) @@ -24,7 +24,7 @@ libLHAPDFPaths_la_CPPFLAGS = $(AM_CPPFLAGS) -DLHAPDF_INSTALL_PREFIX=\"$(prefix)\" -DLHAPDF_DATA_PREFIX=\"$(datadir)\" +libLHAPDFPaths_la_LDFLAGS = -release ${PACKAGE_VERSION} - libLHAPDF_la_LIBADD = $(BOOST_LIBS) libLHAPDFInfo.la libLHAPDFPaths.la + libLHAPDF_la_LIBADD = libLHAPDFInfo.la libLHAPDFPaths.la +libLHAPDF_la_LDFLAGS = -release ${PACKAGE_VERSION} if ENABLE_LHAGLUE
participants (1)
-
root@hilbert.suse.de