Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pypocketfft
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martin Reinecke
pypocketfft
Commits
8d142ce6
Commit
8d142ce6
authored
May 08, 2019
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pocketfft.cc -> pypocketfft.cc
parent
e820a0a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
pypocketfft.cc
pypocketfft.cc
+0
-0
setup.py
setup.py
+1
-1
No files found.
pocketfft.cc
→
p
yp
ocketfft.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
=
[
'p
yp
ocketfft.cc'
]
pocketfft_library
=
Extension
(
'pypocketfft'
,
sources
=
pocketfft_sources
,
include_dirs
=
include_dirs
,
...
...
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