Ticket #32897: whizard.portfile

File whizard.portfile, 2.2 KB (added by Romendakil, 12 years ago)

PortFile for new port whizard

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                whizard
7version             2.0.6
8set my_version      [strsed ${version} g/\\.//]
9categories          science
10platforms           darwin
11maintainers         jrr \
12                    mail.desy.de:whizard
13license             LGPL-2.1
14description         Generator of high-energy physics events
15long_description    WHIZARD is a program system designed for the efficient \
16                    calculation of multi-particle scattering cross sections \
17                    and simulated event samples. Tree-level matrix elements \
18                    are generated automatically for arbitrary partonic \
19                    processes by using the Optimized Matrix Element Generator O'Mega. \
20                    Matrix elements obtained by alternative methods (e.g., \
21                    including loop corrections) may be interfaced as well. \
22                    The program is able to calculate numerically stable signal \
23                    and background cross sections and generate unweighted \
24                    event samples with reasonable efficiency for processes \
25                    with up to eight final-state particles; more particles are \
26                    possible. For more particles, there is the option to generate \
27                    processes as decay cascades including complete spin correlations.
28
29homepage            http://projects.hepforge.org/whizard/index.html
30master_sites        http://www.hepforge.org/downloads/whizard
31
32extract.suffix      .tar.gz
33
34checksums           md5    527ed351abeb9f371d9e7a54feda5a82 \
35                    sha1   066fbdb0b6f8a17ebe8e94987b4bd1bd351c205d \
36                    rmd160 7d4b31f411f469b8080122b43170ccdfeadeb36c
37
38depends_lib         port:gcc46       \
39                    port:ocaml
40
41configure.pre_args
42configure.args      --enable-matching --enable-shower --enable-fc-openmp
43configure.env
44
45build.args 
46
47default_variants    +test
48variant test        { test.run    yes
49                      test.cmd    make 
50                      test.target check
51}