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

feat: add awkward-cpp v22 #4101

Merged
merged 11 commits into from Aug 30, 2023
Merged

Conversation

agoose77
Copy link
Contributor

@agoose77 agoose77 commented Aug 28, 2023

Description

Add the awkward-cpp package.

Checklists

@agoose77 agoose77 changed the title feat: add awkward-cpp feat: add awkward-cpp v22 Aug 28, 2023
Copy link
Member

@ryanking13 ryanking13 left a comment

Choose a reason for hiding this comment

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

Thanks @agoose77! Could you add some basic tests for awkward-cpp?

packages/awkward-cpp/meta.yaml Outdated Show resolved Hide resolved
build:
script: |
export CMAKE_ARGS="${CMAKE_ARGS} -DEMSCRIPTEN=1"
exports: whole_archive
Copy link
Member

Choose a reason for hiding this comment

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

What happens if you don't set whole_archive?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It used to be the case that some symbols were missing. Right now I can't seem to test this locally; I'm getting

OSError: [Errno 7] Argument list too long: 'em++'

I don't recall this happening before.

Copy link
Member

Choose a reason for hiding this comment

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

I think it's okay for now then then, we have a bug in our symbol logic that causes this Argument list too long error when there are a lot of exported symbols.

@hoodmane hoodmane merged commit 571e843 into pyodide:main Aug 30, 2023
33 of 34 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.

None yet

3 participants