X-DataInitiative / tick

Module for statistical learning, with a particular emphasis on time-dependent modelling
https://x-datainitiative.github.io/tick/
BSD 3-Clause "New" or "Revised" License
480 stars 105 forks source link

Any roadmap plans to make tick compatible with Apple silicon chips ? #520

Open mkaanerkoc opened 5 months ago

mkaanerkoc commented 5 months ago

Hey everyone,

I wanted to install "tick" on my MacBook Air with an M1 processor, but I found out that it relies on the MKL library, which isn't compatible with my laptop.

I'm wondering if there's a way to still run tick on my computer, even if it's not super fast—I don't mind sacrificing some performance for it to work.

Can anyone help me figure this out?

PhilipDeegan commented 5 months ago

I'm fairly positive that MKL is an optional dependency. We don't as of yet have a Apple ARM distribution, mainly as github does not yet have free M1 github action runners

if you would like to try build on ARM I can help you try that.

mkaanerkoc commented 5 months ago

Hey Philip! Thanks for your response. Indeed quickly looking into build files I see that MKL is can be disabled via flags. I will look into by myself and gonna poke you if I need any help out there !

fpavone commented 5 months ago

Hi, I have the same problem. @mkaanerkoc, what is the procedure to install it disabling MKL?

Thank you