summaryrefslogtreecommitdiff
path: root/contrib/get-symfpu
blob: 383a620d91582489791ecff49bb0ca93b09a6cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
#
source "$(dirname "$0")/get-script-header.sh"

SYMFPU_DIR="$DEPS_DIR/symfpu-CVC4"
commit="8fbe139bf0071cbe0758d2f6690a546c69ff0053"

setup_dep \
  "https://github.com/martin-cs/symfpu/archive/$commit.tar.gz" "$SYMFPU_DIR"
cd "$SYMFPU_DIR"
install_includes core symfpu
install_includes utils symfpu

echo
echo "Using symfpu commit $commit"
echo
echo ===================== Now configure CVC4 with =====================
echo ./configure.sh --symfpu
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback