Revision: 103469 https://trac.macports.org/changeset/103469 Author: jmr@macports.org Date: 2013-02-26 07:43:44 -0800 (Tue, 26 Feb 2013) Log Message: ----------- xloops: use notes, remove pointless test variant Modified Paths: -------------- trunk/dports/science/xloops/Portfile Modified: trunk/dports/science/xloops/Portfile =================================================================== --- trunk/dports/science/xloops/Portfile 2013-02-26 15:34:17 UTC (rev 103468) +++ trunk/dports/science/xloops/Portfile 2013-02-26 15:43:44 UTC (rev 103469) @@ -1,6 +1,7 @@ # $Id$ PortSystem 1.0 + name xloops version current revision 9 @@ -11,7 +12,8 @@ long_description \ The aim of xloops is to calculate one-particle \ irreducible Feynman diagrams with one or two closed \ - loops for arbitrary processes in the Standard Model \ of particles and related theories. Results can be \ + loops for arbitrary processes in the Standard Model \ + of particles and related theories. Results can be \ returned both algebraically and numerically. \ All necessary tensor integrals are treated for \ arbitrary masses and momenta. @@ -40,21 +42,18 @@ build.target { } -#user_notes Not all of the two loops tests pass yet. The ones that \ -# do not are commented out. \ -# \ -# Some of the functions in the cvs version take different \ -# arguments than are specified in the documentation. \ -# As always, the source code is your friend in these \ -# situations. \ -# \ -# Remember, you must build your programs that include \ -# the xloop library with the same C++ compiler as was \ -# used to build xloops (g++ 4.0, most recently). +notes "Not all of the two loops tests pass yet. The ones that\ +do not are commented out. -default_variants +test -variant test { test.run yes - test.cmd make - test.target check -} +Some of the functions in the cvs version take different\ +arguments than are specified in the documentation.\ +As always, the source code is your friend in these\ +situations. +Remember, you must build your programs that include\ +the xloop library with the same C++ compiler as was\ +used to build xloops." + +test.run yes +test.cmd make +test.target check