File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,11 @@ end for;
9090
9191print("Did install:" + getErrorString() + "\n");
9292
93+ /* do not upgrade as it will reinstall libs!
9394if not upgradeInstalledPackages() then
9495 print("Failed upgrade:\n" + getErrorString() + "\n");
9596 exit(1);
9697end if;
9798
9899print("Did upgrade:\n" + getErrorString() + "\n");
100+ */
Original file line number Diff line number Diff line change 11[
2- {
3- "library" :" Modelica" ,
4- "libraryVersion" :" trunk" ,
5- "referenceFileExtension" :" csv" ,
6- "referenceFileNameDelimiter" :" /" ,
7- "referenceFileNameExtraName" :" $ClassName" ,
8- "referenceFiles" :" $MSLREFERENCE/MAP-LIB_ReferenceResults/v4.1.0" ,
9- "extraCustomCommands" :[" if not setCommandLineOptions(\" --std=3.3\" ) then exit(1); end if;" ],
10- "optlevel" :" -Os -march=native"
11- },
122 {
133 "library" :" Modelica" ,
144 "libraryVersion" :" 4.1.0-beta.om" ,
199 "extraCustomCommands" :[" if not setCommandLineOptions(\" --std=3.3\" ) then exit(1); end if;" ],
2010 "optlevel" :" -Os -march=native"
2111 },
22- {
23- "library" :" Modelica" ,
24- "libraryVersion" :" 4.0.0" ,
25- "referenceFileExtension" :" csv" ,
26- "referenceFileNameDelimiter" :" /" ,
27- "referenceFileNameExtraName" :" $ClassName" ,
28- "allReferenceFilesExist" :false ,
29- "referenceFiles" :" $MSLREFERENCE/MAP-LIB_ReferenceResults/v4.0.0" ,
30- "optlevel" :" -Os -march=native"
31- },
3212 {
3313 "library" :" Modelica" ,
3414 "libraryVersion" :" 3.2.3" ,
You can’t perform that action at this time.
0 commit comments