We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf7c80 commit 1ddf817Copy full SHA for 1ddf817
Makefile
@@ -787,7 +787,7 @@ external_examples := \
787
$(if $(DEAL_II_DIR),$(dealiiexamples)) \
788
$(if $(PETSC_DIR),$(fluidsexamples)) \
789
$(if $(PETSC_DIR),$(solidsexamples)) \
790
- $(rustqfunctionsexamples)
+ $(if $(or $(RUST_QF),$(GPU_CLANG)),$(rustqfunctionsexamples))
791
792
allexamples = $(examples) $(external_examples)
793
0 commit comments