-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
jblas
causes UnsatisfiedLinkError on aarch64 (m1) mac
#1047
Comments
Hi @sirno , this is a MultiTypeTree-specific problem, so I'll mark this as invalid but feel free to raise the issue on that repository. The error is because JBLAS is a wrapper around BLAS compiled to native code for a number of systems. Sadly ARM-support isn't (yet) available. We need to wait until it is. Sorry! |
Sure, I will reopen it there. It seemed likely that the package is not the only place where JBLAS is used. OpenBlas is already available on M1 for at least two years 😅 |
@sirno Oh dear, sorry! I had completely forgotten that for several years now jblas has been bundled with beast. (My MTT package was merely the first use of this.) I've reopened the issue. Again, sorry for the mix-up! |
@tgvaughan just to clarify, jblas is bundled with a number of packages (like MultiTypeTree and Mascot) but not with BEAST.base. Shouldn't this issue be opened for the corresponding packages? |
Wow, I really dropped the ball here. Sorry for the noise, @rbouckaert. If this is the case, then my initial comments were correct. The issue is already open on the MTT tracker (thanks @sirno), so we can close this here. |
I think it makes sense to track it here, so people can find the issue when the encounter it in any package. aarch64 systems get more and more common. also a new version shouldn't be too far away. there are already working build scripts in the jblas prs. |
I had the same issue with another Beast 2 package on my M2 mac. I got it to work by cloning the fork from this jblas PR. Then I rebuilt jblas locally on my M2 macbook using |
On BEAST v2.6.7 the following issue arises with the MultiTypeTree Package on a fully updated M1 Mac.
I suppose the best shot at fixing this would be upgrading to version 2.7.0, but the packages are not yet available there.
Note that the same xml runs fine on the cluster.
The text was updated successfully, but these errors were encountered: