Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
ea26534b
Commit
ea26534b
authored
Apr 19, 2019
by
BARGAIN Orianne
Browse files
update install.sh
parent
b035a361
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
ea26534b
...
...
@@ -109,8 +109,14 @@ else
fi
### Glucose
if
!
hash
glucose 2>/dev/null
GLUCOSE_VERSION
=
"
$(
glucose
--version
2>/dev/null
)
"
if
[[
!
"
$GLUCOSE_VERSION
"
==
*
4.0
*
]]
then
if
hash
glucose 2>/dev/null
then
pathglucose
=
"
$(
which glucose
)
"
rm
$pathglucose
fi
glucose_url
=
http://www.labri.fr/perso/lsimon/downloads/softwares/glucose-syrup-4.1.tgz
glucose_archive
=
${
glucose_url
##*/
}
if
[[
!
-r
$glucose_archive
]]
...
...
@@ -124,6 +130,15 @@ then
popd
fi
### MiniMaxSat
if
!
hash
minimaxsat1.0 2>/dev/null
then
curl
-fsSLO
https://github.com/izquierdo/tesis_postgrado/raw/master/src/MiniMaxSat/minimaxsat1.0
curl
-fsSLO
https://github.com/izquierdo/tesis_postgrado/raw/master/src/MiniMaxSat/ubcsat
chmod
a+x minimaxsat1.0
chmod
a+x ubcsat
fi
### Jupyter
packages
=
'jupyter bokeh ipywidgets'
if
hash
pip3 2>/dev/null
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment