Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CrysFML
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Scientific Software
CrysFML
Merge requests
!7
Elisa adding cmake for program examples
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Elisa adding cmake for program examples
elisa-adding_cmake_for_program_examples
into
master
Overview
0
Commits
12
Pipelines
1
Changes
66
Merged
Elisa Rebolini
requested to merge
elisa-adding_cmake_for_program_examples
into
master
4 years ago
Overview
0
Commits
12
Pipelines
1
Changes
66
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
948272d4
12 commits,
4 years ago
66 files
+
32449
−
35
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
66
Search (e.g. *.vue) (Ctrl+P)
BuildServer/Docker/Dockerfile_xenial_gfortran_setup
+
1
−
0
Options
@@ -6,4 +6,5 @@ ENV http_proxy http://proxy.ill.fr:8888
@@ -6,4 +6,5 @@ ENV http_proxy http://proxy.ill.fr:8888
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
cmake \
cmake \
gfortran \
gfortran \
python3 \
libhdf5-dev
libhdf5-dev
\ No newline at end of file
Loading