Closed mmikhasenko closed 3 years ago
ok, found the c++ repo, https://github.com/jstrube/Minuit2_Julia_Wrapper
Still have not figured out what to do with it to make the package manager happy
Take a look at the readme of the Minuit2_Julia_Wrapper repo. If you run
that line, it'll compile the code and put it into your ~/.julia/dev folder.
Then, you need to go into the package manager and dev Minuit2_Julia_Wrapper_jll
.
That should do the trick.
On Sat, Jan 2, 2021 at 2:37 PM Misha Mikhasenko notifications@github.com wrote:
ok, found the c++ repo, https://github.com/jstrube/Minuit2_Julia_Wrapper Still have not figured out what to do with it to make the package manager happy
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jstrube/Minuit2.jl/issues/2#issuecomment-753538641, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACX57UJOV4TLOIJN7M5I23SX6N3JANCNFSM4VRL3O4Q .
I've created a repo where I uploaded some artifacts: https://github.com/jstrube/Minuit2_Julia_Wrapper_jll.jl I'm not sure how to download the artifacts automatically from that location, but I think it just needs a path change in one of the toml files. (Maybe artifacts/Override.toml). I've added a pointer to the README, and I hope it helps.
I think this is no longer an issue now since the wrapper is built on Yggdrasil. Please feel free to re-open if this is still an issue.
ok, thanks, will check it out
just wanted to play around but got some problems on the installation step
perhaps, the answer is in here (?)