nilsbecker
nilsbecker
i tried on macos. i pinned eigen to a local copy of master at commit a80f9a0 . then opam upgrade completes without complaints (no owl installed in this 4.11 switch)...
any insights? for all i can tell, currently openblas and therefore owl are not installable on macos
interesting, that's a lead to follow i think. i found this: https://github.com/OpenMathLib/OpenBLAS/issues/5156 (with a follow up discussion thread and related PR https://github.com/OpenMathLib/OpenBLAS/pull/5180 ) i don't understand this fully -- to...
thanks for the workaround. i found i had to tweak it slightly to make it more robust. i use this bash function now ``` slipwatch() { # a workaround for...
+1. it would be even nicer to have one button that's always visible for this.
is the dry/wet knob visible in the 'rack' or only when the ui of a particular plugin is open? imo, what's most useful is something that can be clicked from...
i'm happy to test fixes but unfortunately, am not an expert on how the macos toolchain locates include files etc.
to try to get closer to the issue i am trying to build manually, by git cloning and `make all`. i get a similar error, but this time actually because...
fwiw, the homebrew installed .dylibs are in `/usr/local/Cellar/pytorch/1.13.1/lib/`. i'll have a look at `discover.ml`
that appears to have done it! how can i install this into my switch now? make install? no i guess not. will opam do the right thing if i opam...