Skip to content

Conversation

@theabhirath
Copy link
Member

@theabhirath theabhirath commented Mar 2, 2022

Xref JuliaLang/julia#44360, libblas is not used anymore for Julia v1.9 and above, and libblastrampoline is instead. Causing errors for CI on Julia master including places like FluxML/Metalhead.jl#125 (comment)

@theabhirath theabhirath changed the title Changed libblas to libblastrampoline Change libblas to libblastrampoline Mar 2, 2022
@IanButterworth
Copy link
Contributor

@ViralBShah what's the right thing to do here?

@ViralBShah
Copy link
Member

You can use Base.libblas_name (merged last night in a follow-on PR) which now points to libblastrampoline. That will work with 1.6 as well as older releases.

@IanButterworth
Copy link
Contributor

Seems like there's an exported name clash? or is libblas imported in another file?

@ViralBShah
Copy link
Member

ViralBShah commented Mar 3, 2022

We need a new Julia nightly to come out today that should make this work. It works locally for me on julia master.

@ViralBShah
Copy link
Member

Linux nightly binaries are unfortunately a bit behind - and we'll have them shortly. This should fix the issue though.

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.

4 participants