[94626] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Mon Jun 25 04:48:23 PDT 2012


Revision: 94626
          https://trac.macports.org/changeset/94626
Author:   ryandesign at macports.org
Date:     2012-06-25 04:48:21 -0700 (Mon, 25 Jun 2012)
Log Message:
-----------
whizard: new port, version 2.1.0 (#32897)

Added Paths:
-----------
    trunk/dports/science/whizard/
    trunk/dports/science/whizard/Portfile

Added: trunk/dports/science/whizard/Portfile
===================================================================
--- trunk/dports/science/whizard/Portfile	                        (rev 0)
+++ trunk/dports/science/whizard/Portfile	2012-06-25 11:48:21 UTC (rev 94626)
@@ -0,0 +1,66 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                whizard
+version             2.1.0
+set my_version      [strsed ${version} g/\\.//]
+categories          science
+platforms           darwin
+maintainers         mail.desy.de:whizard
+license             GPL-2+
+
+description         Generator of high-energy physics events
+
+long_description    WHIZARD is a program system designed for the efficient \
+                    calculation of multi-particle scattering cross sections \
+                    and simulated event samples. Tree-level matrix elements \
+                    are generated automatically for arbitrary partonic \
+                    processes by using the Optimized Matrix Element Generator O'Mega. \
+                    Matrix elements obtained by alternative methods (e.g., \
+                    including loop corrections) may be interfaced as well. \
+                    The program is able to calculate numerically stable signal \
+                    and background cross sections and generate unweighted \
+                    event samples with reasonable efficiency for processes \
+                    with up to eight final-state particles\; more particles are \
+                    possible. For more particles, there is the option to generate \
+                    processes as decay cascades including complete spin correlations.
+
+homepage            http://whizard.hepforge.org/
+master_sites        http://www.hepforge.org/archive/whizard/
+
+checksums           rmd160  20bfbac8f3956681ebc64a5de0ea68c1b42a370a \
+                    sha256  8b6545244abdadc5415f13da608a125554bea38eb7d181f5b0cfb64b828ce2ed
+
+depends_build       port:ocaml
+
+configure.args      --enable-matching --enable-shower --enable-fc-openmp
+
+use_parallel_build  yes
+
+test.run            yes
+test.target         check
+
+variant gcc45 conflicts gcc46 gcc47 description {Use GCC 4.5} {
+    depends_lib-append          port:gcc45
+    configure.compiler          macports-gcc-4.5
+}
+
+variant gcc46 conflicts gcc45 gcc47 description {Use GCC 4.6} {
+    depends_lib-append          port:gcc46
+    configure.compiler          macports-gcc-4.6
+}
+
+variant gcc47 conflicts gcc45 gcc46 description {Use GCC 4.7} {
+    depends_lib-append          port:gcc47
+    configure.compiler          macports-gcc-4.7
+}
+
+if {![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
+    default_variants            +gcc45
+}
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/science/whizard/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120625/ae519f68/attachment.html>


More information about the macports-changes mailing list