From 5473be4c50a2dbabb8892a235775254d93703962 Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Fri, 10 May 2024 14:17:03 +0200 Subject: [PATCH] Attempt to fix compiler deprecation on macOS --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 026feae..4fe5ce1 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -67,7 +67,7 @@ jobs: # compile ADMIXTOOLS and move binaries under bin/ cd src make clobber - make LDLIBS="-llapack" all + make LDLIBS="-llapack" CFLAGS="-c -g -p -pg -Wimplicit -I./ -I./nicksrc -Wno-implicit-function-declaration" all make install # download testing data for unit tests