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

Prepare for release #438

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Prepare for release #438

merged 1 commit into from
Jan 29, 2025

Conversation

stanmart
Copy link
Collaborator

A bug fix release with @mlondschien's StandardizedMatrix robustness improvments.

Checklist

  • Added a CHANGELOG.rst entry

@stanmart stanmart merged commit 1d16f5b into main Jan 29, 2025
26 checks passed
@stanmart stanmart deleted the release-4.1.1 branch January 29, 2025 11:39
@mlondschien
Copy link
Contributor

thanks @stanmart

@mlondschien
Copy link
Contributor

Can you re-run the build action here? https://github.com/Quantco/tabmat/actions/runs/13031194083

@stanmart
Copy link
Collaborator Author

stanmart commented Jan 29, 2025

I tried but it's a deeper issue not a random failure. jemalloc's configuration script segfaults on linux-aarch for some reason. I'm currently trying to figure out why.

@stanmart
Copy link
Collaborator Author

If you happen to have a linux-x86-64 machine with docker installed you can try

  • logging into the image used in CI: docker run -it quay.io/pypa/manylinux2014_aarch64:2024.11.16-1 bash
  • and trying to run the same steps in the container: cd ~/ && git clone --branch 5.3.0 https://github.com/jemalloc/jemalloc.git && cd jemalloc && ./autogen.sh --disable-cxx --with-jemalloc-prefix=local --with-install-suffix=local --disable-tls --disable-initial-exec-tls

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.

3 participants