Skip to content

Commit

Permalink
typo fixed; skip compiling root dict files for clang-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Sep 12, 2024
1 parent d002d1c commit 252074b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SCRAM/GMake/Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,10 @@ ifneq ($(strip $(wildcard $(SCRAM_TOOLS_DIR)/alpaka)),)
include $(SCRAM_CONFIGDIR)/SCRAM/GMake/Makefile.alpaka
endif
ifneq ($(strip $(ROOTRFLX_BASE)),)
ifneq ($(strip $(SCRAM_MULTIPLE_COMPILERS)-$(SCRAM_COMPILER)),yes-$(LLVM_ANALYZER))
include $(SCRAM_CONFIGDIR)/SCRAM/GMake/Makefile.lcgdict
endif
endif
include $(SCRAM_CONFIGDIR)/SCRAM/GMake/Makefile.serialization
include $(SCRAM_CONFIGDIR)/SCRAM/GMake/Makefile.pch
ifneq ($(strip $(TFCOMPILE)),)
Expand Down Expand Up @@ -2096,7 +2098,7 @@ enable-cuda enable-rocm disable-cuda disable-rocm:
@$(SCRAM_CONFIGDIR)/SCRAM/utils/alpaka-backends.sh "$@"
enable-cuda\$(colon)sm_%: $(if $(strip $(filter cuda,$(ALPAKA_SELECTED_BACKENDS))),,enable-cuda)
@$(SCRAM_CONFIGDIR)/SCRAM/utils/backend-setup.sh "$@"
enable-rocm\$(color)gfx%: $(if $(strip $(filter rocm,$(ALPAKA_SELECTED_BACKENDS))),,enable-rocm)
enable-rocm\$(colon)gfx%: $(if $(strip $(filter rocm,$(ALPAKA_SELECTED_BACKENDS))),,enable-rocm)
@$(SCRAM_CONFIGDIR)/SCRAM/utils/backend-setup.sh "$@"
enable-cuda\$(colon)native enable-cuda\$(colon)reset: $(if $(strip $(filter cuda,$(ALPAKA_SELECTED_BACKENDS))),,enable-cuda)
@$(SCRAM_CONFIGDIR)/SCRAM/utils/backend-setup.sh "$@"
Expand Down

0 comments on commit 252074b

Please sign in to comment.