Skip to content
GitLab
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
8d142ce6
Commit
8d142ce6
authored
May 08, 2019
by
Martin Reinecke
Browse files
pocketfft.cc -> pypocketfft.cc
parent
e820a0a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
pocketfft.cc
→
py
pocketfft.cc
View file @
8d142ce6
File moved
setup.py
View file @
8d142ce6
...
...
@@ -74,7 +74,7 @@ extra_cc_compile_args = extra_compile_args + extra_cc_compile_args
def
get_extension_modules
():
extension_modules
=
[]
pocketfft_sources
=
[
'pocketfft.cc'
]
pocketfft_sources
=
[
'
py
pocketfft.cc'
]
pocketfft_library
=
Extension
(
'pypocketfft'
,
sources
=
pocketfft_sources
,
include_dirs
=
include_dirs
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment