Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 12, 2024
1 parent 140b364 commit bd396bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/bayestyper/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CXXFLAGS="${CXXFLAGS} -O3 -std=c++14 -I${PREFIX}/include"

if [[ `uname` == "Darwin" ]]; then
export CONFIG_ARGS="-DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_FIND_APPBUNDLE=NEVER"
export CXXFLAGS="${CXXFLAGS} -Wno-deprecated-declarations -Wno-unused-command-line-argument"
export CXXFLAGS="${CXXFLAGS} -Wno-dev -Wno-deprecated-declarations -Wno-unused-command-line-argument"
else
export CONFIG_ARGS=""
fi
Expand All @@ -26,4 +26,3 @@ cmake --build build -j "${CPU_COUNT}"
chmod 0755 bin/*
mv bin/bayesTyper ${PREFIX}/bin
mv bin/bayesTyperTools ${PREFIX}/bin
cp -f src/bayesTyperTools/scripts/* ${PREFIX}/bin

0 comments on commit bd396bf

Please sign in to comment.