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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name whizard |
---|
7 | version 2.0.6 |
---|
8 | set my_version [strsed ${version} g/\\.//] |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | maintainers jrr \ |
---|
12 | mail.desy.de:whizard |
---|
13 | license LGPL-2.1 |
---|
14 | description Generator of high-energy physics events |
---|
15 | long_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 | |
---|
29 | homepage http://projects.hepforge.org/whizard/index.html |
---|
30 | master_sites http://www.hepforge.org/downloads/whizard |
---|
31 | |
---|
32 | extract.suffix .tar.gz |
---|
33 | |
---|
34 | checksums md5 527ed351abeb9f371d9e7a54feda5a82 \ |
---|
35 | sha1 066fbdb0b6f8a17ebe8e94987b4bd1bd351c205d \ |
---|
36 | rmd160 7d4b31f411f469b8080122b43170ccdfeadeb36c |
---|
37 | |
---|
38 | depends_lib port:gcc46 \ |
---|
39 | port:ocaml |
---|
40 | |
---|
41 | configure.pre_args |
---|
42 | configure.args --enable-matching --enable-shower --enable-fc-openmp |
---|
43 | configure.env |
---|
44 | |
---|
45 | build.args |
---|
46 | |
---|
47 | default_variants +test |
---|
48 | variant test { test.run yes |
---|
49 | test.cmd make |
---|
50 | test.target check |
---|
51 | } |
---|