Skip to content

Install the libraries the config asks for - #331

Merged
sjoelund merged 1 commit into
masterfrom
fix-failed-to-load-libraries
Aug 25, 2026
Merged

Install the libraries the config asks for#331
sjoelund merged 1 commit into
masterfrom
fix-failed-to-load-libraries

Conversation

@sjoelund

Copy link
Copy Markdown
Member

Three libraries have been failing the whole run with Failed to load. None of it is an OMC regression -- the released 1.28.0-dev C compiler fails on exactly the same three:

Library Why
OpenHydraulics the package index renamed master to main, so nothing installs under the name conf.json asks for

Point OpenHydraulics at main and install the two missing versions. Physiomodel keeps its default-version entry as well, for anything that loads it without asking for one.

Assisted-by: Claude Opus 5

Three libraries have been failing the whole run with `Failed to load`.
None of it is an OMC regression -- the released 1.28.0-dev C compiler
fails on exactly the same three:

| Library | Why |
| --- | --- |
| OpenHydraulics | the package index renamed `master` to `main`, so nothing installs under the name `conf.json` asks for |
| Physiomodel | `installLibraries.mos` installs the default version, 1.0.0, while `conf.json` asks for `master` |
| Pharmacolibrary | in `conf.json`, never in `installLibraries.mos`, so it is not on the library path at all |

Point OpenHydraulics at `main` and install the two missing versions.
Physiomodel keeps its default-version entry as well, for anything that
loads it without asking for one.

Assisted-by: Claude Opus 5
@sjoelund
sjoelund enabled auto-merge (squash) August 25, 2026 10:50
@sjoelund
sjoelund merged commit 00e8671 into master Aug 25, 2026
7 checks passed
@sjoelund
sjoelund deleted the fix-failed-to-load-libraries branch August 25, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant