Skip to content

Commit

Permalink
[jtmk] in CODEGEN cudacpp.mk, remove stripping of white apaces around…
Browse files Browse the repository at this point in the history
… BACKEND (start cleaning up CUDACPP_BUILDDIR in fortran makefile madgraph5#829)
  • Loading branch information
valassi committed Mar 26, 2024
1 parent 111f9dd commit 46f5c31
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,8 @@ endif

# Set the default BACKEND choice if it is not defined (choose 'cppauto' i.e. the 'best' C++ vectorization available: eventually use native instead?)
# (NB: this is ignored in 'make cleanall' and 'make distclean', but a choice is needed in the check for supported backends below)
# Strip white spaces in user-defined BACKEND
ifeq ($(BACKEND),)
override BACKEND := cppauto
else
override BACKEND := $(strip $(BACKEND))
endif

# Set the default BACKEND choice if it is not defined (choose 'cppauto' i.e. the 'best' C++ vectorization available: eventually use native instead?)
Expand Down

0 comments on commit 46f5c31

Please # to comment.