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
Martin Reinecke
pypocketfft
Commits
aede6bf7
Commit
aede6bf7
authored
May 20, 2019
by
Martin Reinecke
Browse files
more setup.py cleanup
parent
164959ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
aede6bf7
...
...
@@ -31,10 +31,10 @@ else:
def
get_extension_modules
():
return
[
Extension
(
'pypocketfft'
,
sources
=
[
'pypocketfft.cc'
],
include_dirs
=
include_dirs
,
extra_compile_args
=
extra_compile_args
,
extra_link_args
=
python_module_link_args
)]
sources
=
[
'pypocketfft.cc'
],
include_dirs
=
include_dirs
,
extra_compile_args
=
extra_compile_args
,
extra_link_args
=
python_module_link_args
)]
setup
(
name
=
'pypocketfft'
,
...
...
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