Bayeux
3.4.1
Core Foundation library for SuperNEMO
bayeux
bayeux_config.h
Go to the documentation of this file.
1
//
5
// Copyright (c) 2013 by Ben Morgan <bmorgan.warwick@gmail.com>
6
// Copyright (c) 2013 by The University of Warwick
7
// Copyright (c) 2013-2019 by Francois Mauger <mauger@lpccaen.in2p3.fr>
8
// Copyright (c) 2013-2019 by Université de Caen
9
//
10
// This file is part of Bayeux.
11
//
12
// Bayeux is free software: you can redistribute it and/or modify
13
// it under the terms of the GNU General Public License as published by
14
// the Free Software Foundation, either version 3 of the License, or
15
// (at your option) any later version.
16
//
17
// Bayeux is distributed in the hope that it will be useful,
18
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
// GNU General Public License for more details.
21
//
22
// You should have received a copy of the GNU General Public License
23
// along with Bayeux. If not, see <http://www.gnu.org/licenses/>.
24
25
#ifndef BAYEUX_BAYEUX_CONFIG_H
26
#define BAYEUX_BAYEUX_CONFIG_H
27
29
#define BAYEUX_BOOST_VERSION 106900
30
32
#define BAYEUX_CLHEP_VERSION "2.1.3.1"
33
35
#define BAYEUX_WITH_CUTS 1
36
38
#define BAYEUX_WITH_MATERIALS 1
39
41
#define BAYEUX_WITH_MYGSL 1
42
44
#define BAYEUX_WITH_BRIO 1
45
47
#define BAYEUX_WITH_DPP 1
48
50
#define BAYEUX_WITH_GEOMTOOLS 1
51
53
#define BAYEUX_WITH_EMFIELD 1
54
56
#define BAYEUX_WITH_GENBB 1
57
59
#define BAYEUX_WITH_GENVTX 1
60
62
#define BAYEUX_WITH_MCTOOLS 1
63
65
#define BAYEUX_WITH_GEANT4_MODULE 1
66
67
#if BAYEUX_WITH_GEANT4_MODULE == 1
68
#define BAYEUX_GEANT4_VERSION "9.6.4"
70
#endif // BAYEUX_WITH_GEANT4_MODULE == 1
71
73
#define BAYEUX_WITH_MCNP_MODULE
74
76
#define BAYEUX_WITH_LAHAGUE 0
77
79
#define BAYEUX_WITH_QT 1
80
81
#if BAYEUX_WITH_QT == 1
82
84
#define BAYEUX_QT_VERSION "5.10.1"
85
87
#define BAYEUX_WITH_QT_GUI 1
88
89
#else // BAYEUX_WITH_QT != 1
90
91
#define BAYEUX_WITH_QT_GUI 0
92
93
#endif // BAYEUX_WITH_QT == 1
94
96
#define BAYEUX_WITH_ROOT 1
97
98
#if BAYEUX_WITH_ROOT == 1
99
#define BAYEUX_ROOT_VERSION "6.16.00"
101
103
#define BAYEUX_WITH_ROOTDICT 1
104
#endif // BAYEUX_WITH_ROOT == 1
105
107
#define BAYEUX_ENV_RESOURCE_DIR "BAYEUX_RESOURCE_DIR"
108
110
#define BAYEUX_SUBMODULES "datatools;epa;cuts;materials;mygsl;brio;dpp;geomtools;emfield;genbb_help;genvtx;mctools"
111
112
#endif // BAYEUX_BAYEUX_CONFIG_H
113
114
// Local Variables: --
115
// mode: c++ --
116
// c-file-style: "gnu" --
117
// tab-width: 2 --
118
// End: --
Generated by
1.8.15