Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
hdf5plugin
Commits
27b382ca
Commit
27b382ca
authored
Nov 28, 2019
by
Thomas Vincent
Browse files
enable c++11 only for windows with python3
parent
7f313c07
Pipeline
#17809
passed with stages
in 7 minutes and 55 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
27b382ca
...
...
@@ -13,7 +13,7 @@ variables:
PROJECT
:
hdf5plugin
REPOSITORY
:
https://github.com/silx-kit/hdf5plugin
MANYLINUX_PYTHON_VER
:
cp37-cp37m
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--openmp=False
--native=False
--sse2=True
--avx2=False"
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--openmp=False
--native=False
--sse2=True
--avx2=False
--cpp11=False
"
source
:
...
...
@@ -27,7 +27,10 @@ windows_wheel_python27:
extends
:
.windows_wheel_python27
windows_wheel_python3
:
extends
:
.windows_wheel_python37
extends
:
.windows_wheel
variables
:
PYTHON_VER
:
"
3.7"
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--openmp=False
--native=False
--sse2=True
--avx2=False
--cpp11=True"
macos_wheel
:
extends
:
.macos_wheel_python37
...
...
Write
Preview
Supports
Markdown
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