Skip to content

Commit 13892c8

Browse files
committed
uncomment in configure
1 parent 3216e11 commit 13892c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ set -eu
1717
#devtools::install_github("leeshawn/MetaSKAT")
1818

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

0 commit comments

Comments
 (0)