Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
GppCompilerStrategy.h File Reference

Declares a compilation strategy using g++ directly. More...

#include <cstdlib>
#include "FileNameManager.h"
#include "CompilerStrategy.h"
#include "config.hpp"
Include dependency graph for GppCompilerStrategy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GppCompilerStrategy
 Compilation strategy using the g++ compiler. More...
 

Detailed Description

Declares a compilation strategy using g++ directly.

This header defines GppCompilerStrategy, a concrete implementation of CompilerStrategy that:

  • invokes g++ with the appropriate MARTY libraries / rpath,
  • then executes the resulting binary in the correct output directory.

Definition in file GppCompilerStrategy.h.