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

Only link with blas when needed #2207

Merged
merged 2 commits into from
May 14, 2024
Merged

Conversation

serge-sans-paille
Copy link
Owner

Based on the included headers, pythran now automatically removes the blas dependency.

Also do some cleanups (removing debug lines, some formatting, fix imatmul headers).

Fix #2203

Based on the included headers, pythran now automatically removes the
blas dependency.

Also do some cleanups (removing debug lines, some formatting, fix imatmul
headers).

Fix #2203
Also add a version skip for imatmul
@serge-sans-paille
Copy link
Owner Author

@martibosch : this one is finally green. It should remove the dep on openblas on your project :-)

@martibosch
Copy link

unluckily I got the same error both locally and in github actions :(

@martibosch
Copy link

sorry, I made a mistake in the requirement syntax. After fixing, everything is working: https://github.com/martibosch/pylandstats/actions/runs/9077046472

should I release now with the git-branch requirement in pyproject.toml, or should i wait (e.g., maybe you remove feature branches or you plan a tagged release very soon).

Thank you again!

@serge-sans-paille
Copy link
Owner Author

serge-sans-paille commented May 14, 2024 via email

@serge-sans-paille serge-sans-paille merged commit 0b25ceb into master May 14, 2024
18 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.

error "cannot find -lopenblas: No such file or directory" on python 3.12
2 participants