Skip to content

Commit

Permalink
Attempt to fix compiler deprecation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed May 10, 2024
1 parent f3ec045 commit 5473be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 5473be4

Please sign in to comment.