Merge pull request #2046 from niklasf/remove-install-stockfish

Remove bin/install-stockfish from pre fishnet time
pull/2049/head
Thibault Duplessis 2016-06-25 11:06:43 +02:00 committed by GitHub
commit f5abb656d3
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
#!/bin/bash
mkdir -p local
cd local
rm -rf Stockfish
git clone https://github.com/ornicar/Stockfish
cd Stockfish/src
# git checkout aa48190afda20cd25e5ef42c8b72638c83030d9d
git checkout fd28ae730f3743f657d3b5abb02b261cbc6ea1f1
if [[ $1 = "old" ]]; then
make build ARCH=x86-64
else
make build ARCH=x86-64-modern
fi
./stockfish bench
cd ../..

View File

@ -163,7 +163,6 @@ build_lila() {
git submodule update --init --recursive
./ui/build
./bin/install-stockfish
./bin/gen/geoip
./bin/build-deps.sh