Skip to content

use flatc from conda instead of build from source #443

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

Closed
wants to merge 1 commit into from
Closed

use flatc from conda instead of build from source #443

wants to merge 1 commit into from

Conversation

huydhn
Copy link
Contributor

@huydhn huydhn commented Sep 21, 2023

Summary:
The generated header file using flatc from conda (https://anaconda.org/conda-forge/flatbuffers)

conda install -c conda-forge flatbuffers

only works with flatbuffers 2020, including both on host and android. We can instruct users to install flatc like

conda install -c "conda-forge/label/cf202003" flatbuffers

to upgrade flatc to latest version, but I've tried to do

conda install -c "conda-forge/label/cf202307" flatbuffers

and the generated header file still doesn't compile with flatbuffers library

Differential Revision: D49487908

Summary:
The generated header file using flatc from conda (https://anaconda.org/conda-forge/flatbuffers)
```
conda install -c conda-forge flatbuffers
```
only works with flatbuffers 2020, including both on host and android. We can instruct users to install flatc like
```
conda install -c "conda-forge/label/cf202003" flatbuffers
```
to upgrade flatc to latest version, but I've tried to do
```
conda install -c "conda-forge/label/cf202307" flatbuffers
```
and the generated header file still doesn't compile with flatbuffers library

Differential Revision: D49487908
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 21, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49487908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants