You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: