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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Simon Perkins
ducc
Commits
b1dc47fd
Commit
b1dc47fd
authored
Feb 24, 2020
by
Martin Reinecke
Browse files
fixes
parent
91253bcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b1dc47fd
...
...
@@ -16,12 +16,9 @@ build_docker:
-
docker build -t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
test_
suite
:
test_
pypocketfft_gcc
:
stage
:
testing
script
:
-
cd pypocketfft
-
pip3 install --user .
-
pytest-3 -q test
-
cd pysharp
-
pip3 install --user .
-
pytest-3 -q test
pypocketfft/setup.py
View file @
b1dc47fd
...
...
@@ -13,7 +13,7 @@ class _deferred_pybind11_include(object):
include_dirs
=
[
'.'
,
_deferred_pybind11_include
(
True
),
_deferred_pybind11_include
()]
extra_compile_args
=
[
'--std=c++14'
,
'-march=native'
,
'-ffast-math'
,
'-O3'
]
extra_compile_args
=
[
'-I.'
,
'--std=c++14'
,
'-march=native'
,
'-ffast-math'
,
'-O3'
]
python_module_link_args
=
[]
define_macros
=
[]
...
...
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