The partonevolution library can be used to evolve parton distributions given by parameterizations at a scale $Q_0$ to the desired scale $Q$ according to next-to-leading order evolution kernels
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/22 13:27:55 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= partonevolution-1.1.2
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~stefanw/download/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~stefanw/partonevolution
|
|
COMMENT= Fast Evolution of Parton Distributions
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++ fortran77
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|