-
Notifications
You must be signed in to change notification settings - Fork 267
Making fmt private #3014
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
base: main
Are you sure you want to change the base?
Making fmt private #3014
Conversation
Signed-off-by: Sachin Pisal <spisal@nvidia.com>
Signed-off-by: Sachin Pisal <spisal@nvidia.com>
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.
Thanks for taking a look at this Sachin. Before merging, could you please check what CUDA-QX changes would be needed for this change?
Sure. |
The big issue here is that |
CUDA-QX have a couple of files that depends on |
Thanks @amccaskey. I have a question about another option. Why shouldn't we upgrade fmt to the latest version (11.2.0)? |
Thank you all for taking a look at this for me after I raised this issue. I am trying to plan some work for our company's project that uses CUDA-Q and need to know whether this is likely to be in the next release (and a rough ETA of when the next release will be). I will need to look at alternatives for working around this problem in our repo if timelines don't line up so I would greatly appreciate an update. |
It sounds like our primary near-term option is to simply update the |
Yes, I do. Will put up a PR with updated |
@george-pippos-qb @bmhowe23 Just FYI, we have updated fmt. |
Making fmt private.
Fixes #2997.