I've just installed Clawpack on a new macbook running Mac OS 14.7 and Python 3.13.0. When I try to import clawpack.riemann I get
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/clawpack/riemann/
euler_mapgrid_3D.cpython-313-darwin.so, 0x0002): Library not loaded: @rpath/libgfortran.5.dylib
Referenced from: <6F197123-2815-376C-933D-175CF893AF57> /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/clawpack/riemann/
euler_mapgrid_3D.cpython-313-darwin.so Reason: no LC_RPATH's found
It seems this may be related to a meson issue that hasn't been solved:
Has anyone else seen this problem?
David