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

[flatbuffers] update to 2.0.8 #13247

Merged
merged 5 commits into from Oct 5, 2022

Conversation

chausner
Copy link
Contributor

Specify library name and version: flatbuffers/2.0.8

This updates flatbuffers to the latest version 2.0.8.


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

Comment on lines 135 to 138
if Version(self.version) < "2.0.7":
self.cpp_info.set_property("cmake_file_name", "Flatbuffers")
else:
self.cpp_info.set_property("cmake_file_name", "FlatBuffers")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@SpaceIm SpaceIm Oct 1, 2022

Choose a reason for hiding this comment

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

prefer google/flatbuffers#7502, and use this value unconditionally since it allows case insensitive find_package()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed it in d4c03f3.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Comment on lines +46 to +48
def build_requirements(self):
if Version(self.version) >= "2.0.7":
self.tool_requires("cmake/3.24.0")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

CMake 3.16 is now the minimum supported version number. They have a legacy CMakeLists.txt for older CMake versions which is unmaintained, however, and does not work.

@conan-center-bot
Copy link
Collaborator

All green in build 4 (ae4bff521c9c359274029f8b4fabf5d1451ef7cc):

  • flatbuffers/2.0.5@:
    All packages built successfully! (All logs)

  • flatbuffers/2.0.6@:
    All packages built successfully! (All logs)

  • flatbuffers/2.0.0@:
    All packages built successfully! (All logs)

  • flatbuffers/1.12.0@:
    All packages built successfully! (All logs)

  • flatbuffers/1.11.0@:
    All packages built successfully! (All logs)

  • flatbuffers/2.0.8@:
    All packages built successfully! (All logs)

@uilianries
Copy link
Member

@chausner what is missing to be ready for review?

@chausner chausner marked this pull request as ready for review October 3, 2022 14:02
@chausner
Copy link
Contributor Author

chausner commented Oct 3, 2022

@chausner what is missing to be ready for review?

Thanks for the reminder, forgot to mark as ready.

@conan-center-bot conan-center-bot merged commit 78ae835 into conan-io:master Oct 5, 2022
System-Arch pushed a commit to System-Arch/conan-center-index that referenced this pull request Oct 7, 2022
* Update flatbuffers to 2.0.8

* Fix version variables

* Change CMake file names to lowercase

* Add CMake build requirement

Co-authored-by: chausner <chausner@users.noreply.github.com>
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.

None yet

5 participants