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 mail.desy.de:whizard |
---|
12 | license LGPL-2.1 |
---|
13 | description Generator of high-energy physics events |
---|
14 | long_description WHIZARD is a program system designed for the efficient \ |
---|
15 | calculation of multi-particle scattering cross sections \ |
---|
16 | and simulated event samples. Tree-level matrix elements \ |
---|
17 | are generated automatically for arbitrary partonic \ |
---|
18 | processes by using the Optimized Matrix Element Generator O'Mega. \ |
---|
19 | Matrix elements obtained by alternative methods (e.g., \ |
---|
20 | including loop corrections) may be interfaced as well. \ |
---|
21 | The program is able to calculate numerically stable signal \ |
---|
22 | and background cross sections and generate unweighted \ |
---|
23 | event samples with reasonable efficiency for processes \ |
---|
24 | with up to eight final-state particles; more particles are \ |
---|
25 | possible. For more particles, there is the option to generate \ |
---|
26 | processes as decay cascades including complete spin correlations. |
---|
27 | |
---|
28 | homepage http://projects.hepforge.org/whizard/index.html |
---|
29 | master_sites http://www.hepforge.org/downloads/whizard |
---|
30 | |
---|
31 | checksums sha256 9f9baba030b1fcd5b8700cf84f0342327bfc0ba5837a86fc2e79d6831ac168a8 \ |
---|
32 | rmd160 7d4b31f411f469b8080122b43170ccdfeadeb36c |
---|
33 | |
---|
34 | depends_build port:gcc46 port:ocaml |
---|
35 | |
---|
36 | configure.args --enable-matching --enable-shower --enable-fc-openmp |
---|
37 | configure.fc ${prefix}/bin/gfortran-mp-4.6 |
---|
38 | configure.cc ${prefix}/bin/gcc-mp-4.6 |
---|
39 | configure.cxx ${prefix}/bin/g++-mp-4.6 |
---|
40 | configure.cpp ${prefix}/bin/cpp-mp-4.6 |
---|
41 | |
---|
42 | test.run yes |
---|
43 | test.target check |
---|