Skip to content

Commit

Permalink
Makevars (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Oct 8, 2024
1 parent 1cacb04 commit 6fc7f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ PKG_CPPFLAGS += -DSTRICT_R_HEADERS -I./dr_libs -I./whisper_cpp/ggml/include -I./

# Deprecation aliases
ifdef WHISPER_CUBLAS
$(error WHISPER_CUBLAS is removed. Use GGML_CUDA instead.)
GGML_CUDA := 1
DEPRECATE_WARNING := 1
endif

ifdef WHISPER_CUDA
Expand Down

0 comments on commit 6fc7f05

Please sign in to comment.