Skip to content

Releases: till-s/epics-labca

labca_3_8_1

08 Mar 07:55
Compare
Choose a tag to compare

R3.8.1 (2023/03/08):

This release is virtually identical to 3.8.0. It just
perpetuates the work-arounds that have been developed for
matlab-2020 (and only enabled for the 2020 release), i.e.,
any matlab >= 2020 will use them.

Note that (linux) you still need the LD_PRELOAD work-around.

This release has been tested with matlab-2022a.

labca_3_8_0

05 Mar 14:24
Compare
Choose a tag to compare

Features of This Release

  • repository now on github

  • support for new scilab API (scilab-6.1 supported); old
    API (and older versions of scilab) is/are no longer supported.

  • address some problems with matlab 2020b: reorganized initialization
    and finalization code:

    • all (possible) initialization is done from mexFile context
      (note that epics base still does things from global static objects
      which can cause matlab2020b to hang)
    • finalization code avoids all calls into matlab

    For matlab 2020b you still need the work-around desribed in the ReleaseNotes

ReleaseNotes

here

Pre-Built Documentation and On-Line Help Files Available

Download the archive with pre-built documentation and on-line help files; unpack in labCA top directory, then build the binaries and make install...