-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[Simple-FFT] Add new port #11929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Simple-FFT] Add new port #11929
Conversation
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
License added, thanks to the author of the library |
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
LGTM now. Thanks for this PR @Pospelove |
ports/simple-fft/portfile.cmake
Outdated
${SOURCE_PATH}/include/simple_fft/fft.hpp | ||
${SOURCE_PATH}/include/simple_fft/fft_impl.hpp | ||
${SOURCE_PATH}/include/simple_fft/fft_settings.h | ||
DESTINATION ${CURRENT_PACKAGES_DIR}/include/simple-fft |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be include/simple_fft
instead of include/simple-fft
since that's the original source structure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
* [Simple-FFT] Add new port * Update ports/simple-fft/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Add copyright handling * Update ports/simple-fft/portfile.cmake Co-authored-by: Victor Romero <romerosanchezv@gmail.com> * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
closes #11928