Compatibility with Sapporo

This commit is contained in:
Yohai Meiron 2020-11-03 21:48:46 -05:00
parent 21bba88d27
commit c6c95c393c
5 changed files with 96 additions and 8 deletions

9
sapporo2/get_sapporo.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
commit=7c3f80acf1df5a8907118706a2260184cfccc6a1
archive_md5sum=b7b17eeded2cb5dfb9e174424b3f7ecb
url=https://github.com/treecode/sapporo2/archive/$commit.tar.gz
wget -O sapporo2.tar.gz $url
md5sum --check <<<"$archive_md5sum sapporo2.tar.gz"
tar --strip-components=1 -xvf sapporo2.tar.gz
rm -f sapporo2.tar.gz
patch -p0 < patch.diff