Skip to content

Commit

Permalink
Update ADMIXTOOLS compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed May 10, 2024
1 parent 1595e70 commit 2a45a27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -63,13 +63,11 @@ jobs:
# openblas library files)
export LDFLAGS="-L/usr/local/opt/openblas/lib"
export CPPFLAGS="-I/usr/local/opt/openblas/include"
export LDLIBS="-llapack -lgsl -lopenblas -lm -lnick"
export CFLAGS="-c -g -p -pg -Wimplicit -I./ -I./nicksrc -Wno-implicit-function-declaration"
# compile ADMIXTOOLS and move binaries under bin/
cd src
make clobber
make all
make LDLIBS="-llapack -lgsl -lopenblas -lm -lnick" 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 2a45a27

Please sign in to comment.