Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
docker
Commits
ed08f475
Commit
ed08f475
authored
2 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
[debian] remove another instance of tbb-from source compile
parent
a6232413
No related branches found
No related tags found
1 merge request
!126
Fix stable vs. unstable
Pipeline
#162837
passed
2 years ago
Stage: sanity
Stage: dev
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/include/full
+1
-7
1 addition, 7 deletions
debian/include/full
with
1 addition
and
7 deletions
debian/include/full
+
1
−
7
View file @
ed08f475
...
...
@@ -21,13 +21,7 @@ RUN APT_UPDATE APT_REDIRECT && \
apt-get clean && \
wget https://codecov.io/bash -O /usr/local/bin/codecov && \
chmod +x /usr/local/bin/codecov && \
rm -rf /var/lib/apt/lists/* && \
git clone --depth=1 https://github.com/wjakob/tbb /tmp/tbb && \
mkdir /tmp/tbb_build && cd /tmp/tbb_build && \
cmake /tmp/tbb -DTBB_BUILD_PYTHON=ON -DTBB_NO_DATE=ON -DCMAKE_INSTALL_PREFIX=/usr/local && \
make && \
make install && \
rm -rf /tmp/*
rm -rf /var/lib/apt/lists/*
ADD openmpi-mca-params.conf /etc/openmpi/
include(clang-tools)
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