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
record
azodyn
Commits
28916223
Commit
28916223
authored
Oct 21, 2021
by
Estelle Ancelet
Browse files
switch to vle-forge
parent
b08b910a
Pipeline
#43155
passed with stages
in 15 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
siwaa_recipe/container/Dockerfile
View file @
28916223
...
...
@@ -11,9 +11,8 @@ RUN env \
ENV
VLE_HOME=/data
WORKDIR
/data
RUN
git clone https://github.com/
rtrepos
/vle.git
\
RUN
git clone https://github.com/
vle-forge
/vle.git
\
&&
cd
vle
\
&&
git checkout origin/manager
-b
manager
\
&&
mkdir
build
\
&&
cd
build
\
&&
cmake
-G
"Ninja"
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
-DWITH_CVLE
=
ON
-DWITH_GVLE
=
OFF ..
\
...
...
@@ -28,18 +27,16 @@ RUN R --vanilla -e 'install.packages("ggplot2", repos="http://cran.us.r-project.
RUN
R
--vanilla
-e
'install.packages("gridExtra", repos="http://cran.us.r-project.org")'
RUN
R
--vanilla
-e
'install.packages("reshape2", repos="http://cran.us.r-project.org")'
RUN
git clone https://github.com/rtrepos/rvle.git
\
&&
cd
rvle
\
&&
git checkout origin/manager
-b
manager
RUN
git clone https://github.com/vle-forge/rvle.git
\
&&
cd
rvle
RUN
tar
cfz rvle.tar.gz rvle
\
&&
rm
-rf
rvle
RUN
R CMD INSTALL rvle.tar.gz
RUN
git clone https://github.com/rtrepos/packages.git
\
&&
cd
packages
\
&&
git checkout origin/manager
-b
manager
RUN
git clone https://github.com/vle-forge/packages.git
\
&&
cd
packages
RUN
cd
packages
\
&&
vle
-P
vle.reader clean rclean configure build
\
...
...
@@ -47,8 +44,7 @@ RUN cd packages \
&&
vle
-P
vle.discrete-time clean rclean configure build
RUN
git clone https://forgemia.inra.fr/record/RECORD.git
\
&&
cd
RECORD
\
&&
git checkout origin/manager
-b
manager
&&
cd
RECORD
RUN
cd
RECORD/pkgs
\
&&
vle
-P
record.meteo clean rclean configure build
\
...
...
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