pkgsrc-wip/oneloop/Makefile
Kamel Ibn Aziz Derouiche 72e9397c8c Import oneloop-1.1 as wip/oneloop.
ONELOOP is a program to evaluate the one-loop scalar 1-point, 2-point, 3-point
and 4-point functions, for all kinematical configurations relevant for
collider-physics, and for any non-positive imaginary parts of the internal
squared masses. It deals with all UV and IR divergences within dimensional
regularization. Furthermore, it provides routines to evaluate these functions
using straightforward numerical integration.
2011-04-02 22:15:39 +00:00

24 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/04/02 22:15:39 jihbed Exp $
#
DISTNAME= OneLOop-1.1
PKGNAME= oneloop-1.1
CATEGORIES= physics
MASTER_SITES= http://helac-phegas.web.cern.ch/helac-phegas/tar-files/
EXTRACT_SUFX= .tgz
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://helac-phegas.web.cern.ch/helac-phegas/OneLOop.html
COMMENT= Evaluate the one-loop scalar 1-point, 2-point, 3-point
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FILE= makefile
USE_LANGUAGES= fortran
INSTALLATION_DIRS= lib
do-install:
${INSTALL_LIB} ${WRKSRC}/libavh_olo.a ${DESTDIR}${PREFIX}/lib
.include "../../mk/bsd.pkg.mk"