libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5
stars
1
forks
source link
`libmexclass` build sporadically fails on macOS and win64 GitHub Actions Runner #58
Closed
kevingurney closed 11 months ago
There appears to be a sporadic failure when building
libmexclass
client code on a macOS GitHub Actions Runner.Included below is a snippet of the failure from
mathworks/arrow
:Note the text
Undefined symbols for architecture x86_64: "_get_function_ptr"
.It looks like this might have something to do with not properly linking against the MATLAB Data Array APIs.