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? 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
When I try to load this system, it fails with an error that the cuddapi.lisp file is missing.
Is this file missing because of forgetting to commit it to git? Or should it be generated by SWIG from cudd-cffi.i?
If so, I think we merely need to figure out a way to tell ASDF to invoke SWIG.
The text was updated successfully, but these errors were encountered:
OK, now I see. This file is autogenerated by SWIG. Should be handled by ASDF using RUN-PROGRAM.
Sorry, something went wrong.
No branches or pull requests
When I try to load this system, it fails with an error that the cuddapi.lisp file is missing.
Is this file missing because of forgetting to commit it to git? Or should it be generated by SWIG from cudd-cffi.i?
If so, I think we merely need to figure out a way to tell ASDF to invoke SWIG.
The text was updated successfully, but these errors were encountered: