Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
particle_methods
hysop
Commits
2129be70
Commit
2129be70
authored
6 years ago
by
Jean-Baptiste Keck
Browse files
Options
Downloads
Patches
Plain Diff
added pyfftw to the docker file
parent
e3fba3c4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/docker_images/ubuntu/bionic/Dockerfile
+9
-0
9 additions, 0 deletions
ci/docker_images/ubuntu/bionic/Dockerfile
with
9 additions
and
0 deletions
ci/docker_images/ubuntu/bionic/Dockerfile
+
9
−
0
View file @
2129be70
...
@@ -197,6 +197,15 @@ RUN cd /tmp \
...
@@ -197,6 +197,15 @@ RUN cd /tmp \
# clang 6 for hysop build test
# clang 6 for hysop build test
RUN
apt-get
install
-y
clang
RUN
apt-get
install
-y
clang
# pyfftw (with R2R transforms - experimental branch)
RUN
cd
/tmp
\
&&
git clone https://github.com/drwells/pyFFTW
\
&&
cd
pyFFTW
\
&&
git checkout r2r-try-two
\
&&
pip
install
.
\
&&
cd
-
\
&&
rm
-Rf
/tmp/pyFFTW
# ensure all libraries are known by the runtime linker
# ensure all libraries are known by the runtime linker
RUN
ldconfig
RUN
ldconfig
...
...
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