Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .CI/installLibraries.mos
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ for l in {
{"ThermofluidStream", ""},
{"ThermofluidStream", "main"},
{"ThermoPower", "master"},
{"ThermoPower", "v4.0.0-dev"},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the branch provides version v4.0.0 without the dev part, see
https://github.com/casella/ThermoPower/blob/v4.0.0-dev/ThermoPower%204.0.0/package.mo#L2124.

Image

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right... I've accepted your changes

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{"ThermoPower", "v4.0.0-dev"},
{"ThermoPower", "4.0.0-dev"},

My bad, I looked at the actual JSON and it should be this one.

{"ThermoSysPro", "master"},
{"TILMedia", "main"},
{"TILMedia_AddOn_Tests", "main"},
Expand Down
5 changes: 5 additions & 0 deletions configs/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,11 @@
"library":"ThermoPower",
"optlevel":"-Os -march=native"
},
{
"library":"ThermoPower",
"libraryVersion":"v4.0.0-dev",
Comment thread
AnHeuermann marked this conversation as resolved.
Outdated
"optlevel":"-Os -march=native"
},
{
"library":"ThermoSysPro",
"libraryVersion":"master",
Expand Down
Loading