You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load CNMAT in OM#. Since there isn't an .omlib file, it cannot be loaded.
I tried writing the omlib file myself, but I'm not very clear about how the omlib file should be formatted. I'm aware that normally you have this formatting:
CNMAT-OM is not working on OM# unfortunately. There's a little bit of adaptation needed for that, and therefore the .olib loader file is not available yet.
Hi again — I have just pushed on the source code the minimal changes required to load the lib in OM#. It should be possible now to import existing help patches and tutorials following the instructions here https://cac-t-u-s.github.io/pages/import-from-om. This is a bunch of awesome of patches! I don't think they will all work but I'm happy to help debugging.
Hello!
I'm trying to load CNMAT in OM#. Since there isn't an .omlib file, it cannot be loaded.
I tried writing the omlib file myself, but I'm not very clear about how the omlib file should be formatted. I'm aware that normally you have this formatting:
But the
om::fill-library
incnmat-om.lisp
doesn't seem to fit this schema.Where can I find what
om::fill-library
actually does? What's the proper way to covert this to an.omlib
file?Thanks!
The text was updated successfully, but these errors were encountered: