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

ModflowAPI does not properly initialize using the current MacOS instructions and Mamba #9

Open
mmorphew opened this issue Jun 1, 2024 · 0 comments

Comments

@mmorphew
Copy link

mmorphew commented Jun 1, 2024

When using the current instructions for installing Modflow6 on MacOS, users are instructed to link their Modflow6 shared library to their bin folder, but the ModflowAPI appears to search the lib library in the conda environment instead. The final ln command at the end of the build parallel mf6 page should instead be written as:

ln ./bin/libmf6.dylib $CONDA_PREFIX/lib/libmf6.dylib

Or if the bin link is needed for other applications, then mac users should perhaps link to both their lib and bin directories in their conda environment.

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

No branches or pull requests

1 participant