SHA256
1
0
forked from pool/apfel

Accepting request 487349 from science

OK! Builds for TW (and others) now.

OBS-URL: https://build.opensuse.org/request/show/487349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apfel?expand=0&rev=5
This commit is contained in:
Yuchen Lin 2017-04-12 15:37:43 +00:00 committed by Git OBS Bridge
commit f92965d203
4 changed files with 30 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5103b23125cee2ca29763be5c8c137c98d79d42156233e580295ec7537204d79
size 8363181

View File

@ -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

View File

@ -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