Changeset fd3518f in OpenModelica


Ignore:
Timestamp:
2013-04-11T10:34:06+02:00 (11 years ago)
Author:
Adrian Pop <adrian.pop@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
1128d994
Parents:
667ed06
Message:
  • revision 6155 of MSL has changed "Lapack" Library annotations to "lapack" so we need to handle it also in the function evaluation via the internal Lapack module.
  • this was the problem with the huge time taken by the tests: testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.In*.mos

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/Script/CevalScript.mo

    r56df3ec rfd3518f  
    68026802      equation
    68036803        SCode.MOD(binding = SOME((lib, _))) = Mod.getUnelabedSubMod(mod, "Library");
    6804         true = checkLibraryUsage("Lapack", lib);
     6804        true = checkLibraryUsage("Lapack", lib) or checkLibraryUsage("lapack", lib);
    68056805        isCevaluableFunction2(fid);
    68066806      then
Note: See TracChangeset for help on using the changeset viewer.