forked from pool/apfel
Accepting request 485880 from home:badshah400:branches:science
- Update to version 3.0.0: * Implementation of the full NLO QCD+QED correction in the DGLAP evolution and in the DIS structure functions. * Interfacing APFEL to HELL (v.1.1) for the computation of the ZM small-x resummed structure functions. * Optimisation of the caching for PDFs and structure functions. * Completed external evolution operator when QED corrections are enabled. * Update of the documentation. * Clean up of the code. * Minor bug fixes and adjustments. - Add BuildRequires: libboost_headers-devel or boost-devel as appropriate to the openSUSE versions to fix builds. OBS-URL: https://build.opensuse.org/request/show/485880 OBS-URL: https://build.opensuse.org/package/show/science/apfel?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecfcfc76b1d311e125056ee7b5558bc6f0ad985ed4aa6c3064f7517981987063
|
||||
size 8099334
|
3
3.0.0.tar.gz
Normal file
3
3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5103b23125cee2ca29763be5c8c137c98d79d42156233e580295ec7537204d79
|
||||
size 8363181
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 17:30:37 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
- Update to version 3.0.0:
|
||||
* Implementation of the full NLO QCD+QED correction in the DGLAP
|
||||
evolution and in the DIS structure functions.
|
||||
* Interfacing APFEL to HELL (v.1.1) for the computation of the
|
||||
ZM small-x resummed structure functions.
|
||||
* Optimisation of the caching for PDFs and structure functions.
|
||||
* Completed external evolution operator when QED corrections are
|
||||
enabled.
|
||||
* Update of the documentation.
|
||||
* Clean up of the code.
|
||||
* Minor bug fixes and adjustments.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 16:08:07 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
- Add BuildRequires: libboost_headers-devel or boost-devel as
|
||||
appropriate to the openSUSE versions to fix builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 14:13:52 UTC 2017 - bg@suse.com
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%define pypackage python-%{name}
|
||||
|
||||
Name: apfel
|
||||
Version: 2.7.2
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: A Probability Distribution Function Evolution Library
|
||||
License: GPL-3.0+
|
||||
@@ -30,6 +30,11 @@ Source: https://github.com/scarrazza/%{name}/archive/%{version}.tar.gz
|
||||
BuildRequires: LHAPDF-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-fortran
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Reference in New Issue
Block a user