Skip to content

Matlab example in README #52

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

Closed
slayoo opened this issue May 21, 2022 · 11 comments
Closed

Matlab example in README #52

slayoo opened this issue May 21, 2022 · 11 comments
Labels
help wanted Extra attention is needed

Comments

@slayoo
Copy link
Member

slayoo commented May 21, 2022

pending resolution of pybind/pybind11#3945

Worth adding a note about gcc libs shipped with Matlab, like:

Note that since Matlab ships with and prioritizes its own GCC libraries (libgfortran.so,
libstdc++.so, libgcc_s.so, libquadmath.so), it is essential to build PyPartMC
with the [same version of GCC as the one Matlab files are based on](https://www.mathworks.com/matlabcen

ppmc = py.importlib.import_module('PyPartMC');
ver = char(py.getattr(ppmc, "__version__"))
system(['ldd ' char(py.getattr(ppmc, "__file__"))]) 
%GasState = ppmc.GasState;
%gas_state = GasState();
% ... TODO ()
@slayoo
Copy link
Member Author

slayoo commented May 21, 2022

@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

@github-actions
Copy link

Stale issue message

@slayoo
Copy link
Member Author

slayoo commented Nov 4, 2023

@slayoo slayoo added the help wanted Extra attention is needed label Nov 14, 2023
@slayoo
Copy link
Member Author

slayoo commented Nov 23, 2023

addressed in #300

@slayoo slayoo closed this as completed Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant