We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Need to not include the LAPACK linking flags when building Riemann solvers that do not need them and fail gracefully when a solver needs them.
The text was updated successfully, but these errors were encountered:
Note that this could be partially fixed by changing the lines in setup.py containing
setup.py
config.add_extension(rp_ext, rp_src, **lapack_args)
to not include **lapack_args unless necessary. For those that require them, could we add a try-except block around a separate setup call maybe?
**lapack_args
try
except
Sorry, something went wrong.
Merge pull request clawpack#63 from rjleveque/rm_3d_gauges_regions
76420c5
pass num_dim into RegionData and GaugeData to print error if num_dim==3
Successfully merging a pull request may close this issue.
Need to not include the LAPACK linking flags when building Riemann solvers that do not need them and fail gracefully when a solver needs them.
The text was updated successfully, but these errors were encountered: