Skip to content
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

pocketfft: new recipe #24769

Merged
merged 4 commits into from
Sep 18, 2024
Merged

pocketfft: new recipe #24769

merged 4 commits into from
Sep 18, 2024

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Jul 30, 2024

Summary

Changes to recipe: pocketfft/cci.20240710

Motivation

Adds PocketFFT: a header-only heavily modified implementation of FFTPack.

https://github.com/mreineck/pocketfft

A dependency of libtorch (#24759).

Packaging status

Details

The library is only configurable through preprocessor defines. I exposed all available options with their default values kept intact.


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Same thing about the version scheme, otherwise looks good

@@ -0,0 +1,9 @@
sources:
"cci.20240710":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing about the new version scheme for new recipes. If they have not released any version, we can go for 0.0.0.cci.20240710

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, sounds good.
Just to clarify - the version prefix should be the latest officially released version in general, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, so that if a new version is ever released, there's little chance of ours being considered newer than the released tag :) (And 0.0.0 for libraries without versions!)

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 4 (40a7572dc8451e5801f1e33e6587b90efc6d22a5):

  • pocketfft/0.0.0.cci.20240801:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 4 (40a7572dc8451e5801f1e33e6587b90efc6d22a5):

  • pocketfft/0.0.0.cci.20240801:
    All packages built successfully! (All logs)

Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@conan-center-bot conan-center-bot merged commit 0586167 into conan-io:master Sep 18, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants