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

Use cibuildwheel to make sure Linux wheels are properly named #32

Merged
merged 12 commits into from
Jul 4, 2024

Conversation

0vercl0k
Copy link
Owner

No description provided.

To get C++17 support, Xcode 9.3+ is needed, requiring
at least macOS 10.13 on the build machine. To use C++17
library features and link against the C++ runtime library,
set MACOSX_DEPLOYMENT_TARGET to "10.13" or "10.14"
(or higher) - macOS 10.13 offers partial C++17 support
(e.g., the filesystem header is in experimental,
offering #include <experimental/filesystem> instead
of #include <filesystem>); macOS 10.14 has full C++17
support.
"""
@0vercl0k
Copy link
Owner Author

0vercl0k commented Jul 1, 2024

k this is looking not too bad. I think the last thing to figure out is to have clang run

@0vercl0k 0vercl0k marked this pull request as ready for review July 1, 2024 03:30
@0vercl0k
Copy link
Owner Author

0vercl0k commented Jul 1, 2024

Ok WDYT of this @hugsy? I haven't looked yet at how to integrate your #33 PR yet, but I will do that this week

@0vercl0k 0vercl0k merged commit 34c570e into master Jul 4, 2024
22 checks passed
@0vercl0k 0vercl0k deleted the fbl_cibuildwheel branch July 4, 2024 23:13
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.

1 participant