Skip to content

Commit

Permalink
0.44.6
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouUMICH committed Jul 13, 2021
1 parent 80cbd99 commit 8d5bb80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configure
Expand Up @@ -17,11 +17,11 @@ set -eu
#devtools::install_github("leeshawn/MetaSKAT")

##install savvy library
#rm -rf thirdParty/cget
#cget ignore xz
#cget install -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC" --prefix thirdParty/cget -f thirdParty/requirements.txt
rm -rf thirdParty/cget
cget ignore xz
cget install -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC" --prefix thirdParty/cget -f thirdParty/requirements.txt

##install the bgen library
#cd thirdParty/bgen
#./waf configure
#./waf
cd thirdParty/bgen
./waf configure
./waf

0 comments on commit 8d5bb80

Please sign in to comment.