Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
a8add206
Commit
a8add206
authored
Feb 22, 2018
by
SOLIMAN Sylvain
Browse files
Merge branch 'hotfix/v4.1.2'
parents
c1d4b5de
d6e7c918
Changes
3
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
a8add206
...
...
@@ -51,7 +51,8 @@ biocham: $(SWIPL) $(MODULES) toc.org $(CMAES_LIB) \
start"
\
--toplevel
=
toplevel
-c
$(MODULES)
biocham_debug
:
$(SWIPL) $(MODULES) $(TEST_MODULES) toc.org Makefile
biocham_debug
:
$(SWIPL) $(MODULES) $(TEST_MODULES) toc.org
\
library/gsl_solver.o Makefile
$(SWIPL)
-q
-o
biocham_debug
\
--goal
=
"
\
set_prolog_flag(verbose, normal),
\
...
...
about.pl
View file @
a8add206
...
...
@@ -8,10 +8,10 @@
about
/
0
]).
version
(
'4.1.
0
'
).
version
(
'4.1.
2
'
).
copyright
(
'Copyright (C) 2003-201
7
Inria, EPI Lifeware, Saclay-Île de France, France'
'Copyright (C) 2003-201
8
Inria, EPI Lifeware, Saclay-Île de France, France'
).
license
(
'GNU GPL 2'
).
...
...
install.sh
View file @
a8add206
...
...
@@ -114,7 +114,7 @@ else
else
if
[[
"
$conda_arch
"
==
"Linux"
]]
then
sudo
apt-get
install
python3-pip
sudo
apt-get
-qy
install
python3-pip
pip3
install
-U
jupyter
else
# Note that miniconda is available through brew cask, but to avoid adding
...
...
Write
Preview
Supports
Markdown
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