Skip to content

Commit

Permalink
[oct23av] in ggtt.mad cudacpp.mk, try to fix the CUDACPP_MAKEFILE iss…
Browse files Browse the repository at this point in the history
…ue with override, this is irrelevant! madgraph5#787

make -f cudacpp.mk cleanall
  CUDACPP_MAKEFILE='cudacpp.mk'
  CUDACPP_MAKEFILE='../../Source/make_opts'
  cudacpp.mk:42: *** exit.  Stop.
  • Loading branch information
valassi committed Nov 3, 2023
1 parent 2a911b7 commit c6904a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#=== Determine the name of this makefile (https://ftp.gnu.org/old-gnu/Manuals/make-3.80/html_node/make_17.html)
#=== NB: different names (e.g. cudacpp.mk and cudacpp_src.mk) are used in the Subprocess and src directories

CUDACPP_MAKEFILE = $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
override CUDACPP_MAKEFILE = $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
$(info CUDACPP_MAKEFILE='$(CUDACPP_MAKEFILE)')

CUDACPP_SRC_MAKEFILE = cudacpp_src.mk
Expand Down

0 comments on commit c6904a1

Please sign in to comment.