Skip to content

Conversation

@agarny
Copy link
Contributor

@agarny agarny commented Jan 11, 2025

Fixes #368.

@agarny agarny force-pushed the issue368b branch 3 times, most recently from ad756e9 to 5c6b494 Compare January 12, 2025 02:18
LLVM+Clang was what forced us to give on Windows/Linux ARM. So, we went back to LLVM+Clang 14.0.3, the last version for which we were able to build for Windows/Linux ARM.
We were building them on ubuntu-20.04 because of glibc not including libpthread anymore (see https://developers.redhat.com/articles/2021/12/17/why-glibc-234-removed-libpthread) and that seems to be an issue when building our Python wheels. However, it looks like we could go around this problem by building libCellML (rather than using its prebuilt version) whenever we want to build our Python wheels (see opencor@b3f10c4#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR28).
@agarny agarny force-pushed the issue368b branch 4 times, most recently from d9011ea to d6acd77 Compare January 13, 2025 03:41
Removed some that are not necessary anymore (e.g., `LLVM_INCLUDE_GO_TESTS`) or are computed using LLVM-related arguments (e.g., `CLANG_INCLUDE_DOCS` and `CLANG_INCLUDE_TESTS`).
@agarny
Copy link
Contributor Author

agarny commented Jan 15, 2025

Closing in favour of PR #372.

@agarny agarny closed this Jan 15, 2025
@agarny agarny deleted the issue368b branch January 15, 2025 06:36
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.

(Re)add ARM support on Windows and Linux

1 participant