Skip to content

Commit

Permalink
glucose 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 21, 2022
1 parent 0990bc0 commit 152b89e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/build/install-glucose.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version as of 18 November 2022
VERSION=4.1
VERSION=4.2.1

source "download.sh" 2> /dev/null # if called from the script dir
source "etc/build/download.sh" 2> /dev/null # if called from the repo base (the common case)
Expand All @@ -17,9 +17,9 @@ rm -rf tmp-install-glucose
mkdir -p tmp-install-glucose
pushd tmp-install-glucose

download http://www.labri.fr/perso/lsimon/downloads/softwares/glucose-syrup-$VERSION.tgz
tar zxf glucose-syrup-$VERSION.tgz
cd glucose-syrup-$VERSION/
download http://www.labri.fr/perso/lsimon/downloads/softwares/glucose-$VERSION.zip
unzip glucose-$VERSION.zip
cd glucose-$VERSION/sources
(
cd simp
make -j${PROCESSES} r
Expand Down

0 comments on commit 152b89e

Please sign in to comment.