Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MATLAB] Rename the MEX gateway function #31107

Closed
asfimport opened this issue Feb 10, 2022 · 1 comment
Closed

[MATLAB] Rename the MEX gateway function #31107

asfimport opened this issue Feb 10, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Currently the main MEX function is named {}mexfcn{}. mexfcn delegates to C++ functions that implement the functionality of the MATLAB Interface to Arrow. 

When the interface is installed, the name, {}mexfcn{}, is on the global MATLAB Search Path and may cause conflicts with functionality outside of the MATLAB Interface to Arrow. 

This issue proposes the following changes:

  • Rename the MEX function to call.
  • Install the MEX function to the MATLAB package folder hierarchy: +arrow/+cpp.
  • Install all dependencies of the MEX function to the same package folder hierarchy.

Reporter: Fiona La / @lafiona
Assignee: Fiona La / @lafiona

PRs and other links:

Note: This issue was originally created as ARROW-15650. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Kouhei Sutou / @kou:
Issue resolved by pull request 12424
#12424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant