Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GRASLAND Hadrien
Fast5x5
Commits
696bbca0
Commit
696bbca0
authored
Mar 21, 2018
by
CHAMONT David
Browse files
Réussi à faire tourner les tests avec une image Docker batie sur gcc:6.2
parent
d49aa8ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+3
-2
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
README.md
View file @
696bbca0
...
...
@@ -69,8 +69,9 @@ int main (int argc, char **argv) {
4, 5,
6
}
;
float right_data[6] = {
7, 8, 9,
10, 11,
12
7, 8,
9, 10,
11,
12
}
;
BaseMatrix<float, 2, 3> a(left_data);
...
...
docker/Dockerfile
View file @
696bbca0
...
...
@@ -29,7 +29,7 @@ RUN export BOOST_VERSION="1.62.0" && export BOOST_VERSION_=${BOOST_VERSION//./_}
ENV
BOOST_ROOT /opt/boost
# bSIMD
#
RUN git clone https://github.com/NumScale/boost.simd.git -b master /opt/boost.simd
RUN
git clone https://github.com/NumScale/boost.simd.git
-b
master /opt/boost.simd
COPY
boost.simd /opt/boost.simd
RUN
cd
/opt/boost.simd
&&
mkdir
-p
build
&&
cd
build
&&
cmake ..
ENV
BOOST_SIMD_ROOT /opt/boost.simd
...
...
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