Skip to content

Commit

Permalink
Download half using wget.
Browse files Browse the repository at this point in the history
This removes our only dependency on subversion.
  • Loading branch information
m-kurtenacker committed Jun 28, 2024
1 parent a5ebcf6 commit 5a29142
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,12 @@ else
fi

if [ ! -e "${CUR}/half" ]; then
svn checkout svn://svn.code.sf.net/p/half/code/trunk half
mkdir half
cd half
wget https://sourceforge.net/projects/half/files/latest/download -O half.zip
unzip half.zip
rm half.zip
cd ${CUR}
fi

# source this file to put artic, impala, and clang in path
Expand Down

0 comments on commit 5a29142

Please sign in to comment.