From e0a808ee718bad8d51cf20e7d9d8e9cc0b771c2a Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Sun, 3 Apr 2022 18:00:36 +0200 Subject: [PATCH] [cc4mad] link fbridge.inc in P1* (will remove include dir), see madgraph5/madgraph4gpu#400 and madgraph5/madgraph4gpu#413 --- output.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/output.py b/output.py index 080e6d2..7899cac 100644 --- a/output.py +++ b/output.py @@ -114,8 +114,7 @@ class PLUGIN_ProcessExporter(export_cpp.ProcessExporterGPU): s+'gpu/RamboSamplingKernels.cc', s+'gpu/RamboSamplingKernels.h', s+'gpu/RandomNumberKernels.cc', s+'gpu/RandomNumberKernels.h', s+'gpu/Bridge.h', s+'gpu/BridgeKernels.cc', s+'gpu/BridgeKernels.h', - s+'gpu/fbridge.inc', # NB do NOT link this in P! - s+'gpu/fbridge.cc', s+'gpu/fsampler.cc', s+'gpu/fsampler.inc', + s+'gpu/fbridge.cc', s+'gpu/fbridge.inc', s+'gpu/fsampler.cc', s+'gpu/fsampler.inc', s+'gpu/Makefile', s+'gpu/MadgraphTest.h', s+'gpu/runTest.cc', s+'gpu/testmisc.cc', s+'gpu/testxxx_cc_ref.txt', @@ -131,7 +130,7 @@ class PLUGIN_ProcessExporter(export_cpp.ProcessExporterGPU): 'RamboSamplingKernels.cc', 'RamboSamplingKernels.h', 'RandomNumberKernels.h', 'RandomNumberKernels.cc', 'Bridge.h', 'BridgeKernels.cc', 'BridgeKernels.h', - 'fbridge.cc', 'fsampler.cc', 'fsampler.inc', + 'fbridge.cc', 'fbridge.inc', 'fsampler.cc', 'fsampler.inc', 'Makefile', 'MadgraphTest.h', 'runTest.cc', 'testmisc.cc', 'testxxx_cc_ref.txt',