Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romin Tomasetti
gmsh
Commits
be2663fa
Commit
be2663fa
authored
6 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
up
parent
ad5d98c3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/docker/Dockerfile.ubuntu18.04
+4
-0
4 additions, 0 deletions
utils/docker/Dockerfile.ubuntu18.04
with
4 additions
and
0 deletions
utils/docker/Dockerfile.ubuntu18.04
+
4
−
0
View file @
be2663fa
...
@@ -42,6 +42,10 @@ RUN cd ${SLEPC_DIR} && ./configure && make
...
@@ -42,6 +42,10 @@ RUN cd ${SLEPC_DIR} && ./configure && make
RUN git clone https://gitlab.onelab.info/gmsh/gmsh.git
RUN git clone https://gitlab.onelab.info/gmsh/gmsh.git
RUN cd gmsh && mkdir build && cd build && cmake -DDEFAULT=0 -DENABLE_PARSER=1 -DENABLE_POST=1 -DENABLE_PLUGINS=1 -DENABLE_ANN=1 -DENABLE_BLAS_LAPACK=1 -DENABLE_BUILD_LIB=1 -DENABLE_PRIVATE_API=1 .. && make -j8 lib && make install/fast
RUN cd gmsh && mkdir build && cd build && cmake -DDEFAULT=0 -DENABLE_PARSER=1 -DENABLE_POST=1 -DENABLE_PLUGINS=1 -DENABLE_ANN=1 -DENABLE_BLAS_LAPACK=1 -DENABLE_BUILD_LIB=1 -DENABLE_PRIVATE_API=1 .. && make -j8 lib && make install/fast
# update to latest version and rebuild (docker build --build-arg REDO_FROM_HERE=yes)
ARG REDO_FROM_HERE=
RUN cd gmsh && git pull && cd build && make -j8 lib && make install/fast
VOLUME ["/etc/gitlab-runner"]
VOLUME ["/etc/gitlab-runner"]
RUN useradd -ms /bin/bash validator
RUN useradd -ms /bin/bash validator
USER validator
USER validator
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment