Legacy patches to compile MCFM-8.3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tobias Neumann 1e93da7417 import from MCFM-8.3.tar.gz source 2 years ago
..
autoconfig import from MCFM-8.3.tar.gz source 2 years ago
bin import from MCFM-8.3.tar.gz source 2 years ago
doc import from MCFM-8.3.tar.gz source 2 years ago
examples import from MCFM-8.3.tar.gz source 2 years ago
extra import from MCFM-8.3.tar.gz source 2 years ago
m4 import from MCFM-8.3.tar.gz source 2 years ago
pywrap import from MCFM-8.3.tar.gz source 2 years ago
src import from MCFM-8.3.tar.gz source 2 years ago
.gitignore import from MCFM-8.3.tar.gz source 2 years ago
AUTHORS import from MCFM-8.3.tar.gz source 2 years ago
COPYING import from MCFM-8.3.tar.gz source 2 years ago
ChangeLog import from MCFM-8.3.tar.gz source 2 years ago
INSTALL import from MCFM-8.3.tar.gz source 2 years ago
LICENSE import from MCFM-8.3.tar.gz source 2 years ago
Makefile.am import from MCFM-8.3.tar.gz source 2 years ago
Makefile.in import from MCFM-8.3.tar.gz source 2 years ago
NEWS import from MCFM-8.3.tar.gz source 2 years ago
README import from MCFM-8.3.tar.gz source 2 years ago
README.md import from MCFM-8.3.tar.gz source 2 years ago
aclocal.m4 import from MCFM-8.3.tar.gz source 2 years ago
configure import from MCFM-8.3.tar.gz source 2 years ago
configure.ac import from MCFM-8.3.tar.gz source 2 years ago

README.md

Circle CI

alt text

QCDLoop: an object-oriented one-loop scalar Feynman integrals framework

General information

Homepage with library description: http://cern.ch/qcdloop

If you use this code in your publication, please cite arXiv:0712.1851 and arXiv:1605.03181.

Download

You can obtain QCDLoop releases directly from the github repository:

https://github.com/scarrazza/qcdloop/releases

For the last development version you can clone the master code:

git clone https://github.com/scarrazza/qcdloop.git

For the latest tag:

git tag -l
git checkout tags/tag_name

Installation

Checkout the code and compile the code using the following procedure:

cd qcdloop
./configure --prefix=/where/install/qcdloop #(optional)
make && make install

By the default, if prefix is not set the program is installed in /usr/local. If you define a custom prefix, remember to export qcdloop/lib to the LD_LIBRARY_PATH. QCDLoop requires a compiler with C++11 and quadmath features (e.g. gcc >= 4.7)

Contact Information

Maintainer: Stefano Carrazza