xloops version current for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    xloops  most recent diff


      View the most recent changes for the xloops port at: xloops.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for xloops.
      The raw portfile for xloops current is located here:
      http://xloops.darwinports.com/dports/science/xloops/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/xloops
      Google
      Web Darwinports.com



      # $Id: Portfile 32876 2008-01-14 09:56:50Z ryandesign macports.org $

      PortSystem 1.0
      Name: xloops
      Version: current
      revision 9
      Category: science
      Platform: darwin
      Maintainers: nomaintainer
      Description: A Program for Calculating Feynman Diagrams
      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 returned both algebraically and numerically. All necessary tensor integrals are treated for arbitrary masses and momenta.

      Homepage: http://wwwthep.physik.uni-mainz.de/~xloops/

      fetch.type cvs
      cvs.password anoncvs
      cvs.root :pserver:anoncvs cvsthep.physik.uni-mainz.de:/home/cvs
      cvs.module ${name}
      cvs.date 20060413

      set worksrcdir ${name}

      depends_lib port:GiNaC port:nestedsums

      patchfiles patch-ginsh-Makefile.am patch-fcntimer.cpp patch-ginsh_parser.yy patch-two_loop_two_point.cpp

      pre-configure { cd ${worksrcpath}
      system "LIBTOOLIZE=glibtoolize autoreconf -i"
      }

      platform darwin 6 {
      return -code error "xloops is not supported on Jaguar (OS X 10.2.x)"
      }

      platform darwin 7 {
      depends_build port:gcc40
      configure.compiler macports-gcc-4.0
      }

      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).

      default_variants +test
      Variant: test { test.run yes
      test.cmd make
      test.target check
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/xloops
      % sudo port install xloops
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching xloops
      ---> Verifying checksum for xloops
      ---> Extracting xloops
      ---> Configuring xloops
      ---> Building xloops with target all
      ---> Staging xloops into destroot
      ---> Installing xloops
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using xloops with these commands:
      %  man xloops
      % apropos xloops
      % which xloops
      % locate xloops

     Where to find more information:

    Darwin Ports



    image test