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
Yosys 0.45
BSD
Building yosys 0.45 on NetBSD fails due to an non-portable test(1) operator used in misc/yosys-config.in.
if [ "$1" == "--build" ]; then
NetBSD's pkgsrc system has a patch for this. This issue is to track the upstreaming of that patch. A pull request with the fix is forthcoming.
The script should run.
The script errors out.
The text was updated successfully, but these errors were encountered:
Pull request filed for this issue: #4666
Sorry, something went wrong.
No branches or pull requests
Version
Yosys 0.45
On which OS did this happen?
BSD
Reproduction Steps
Building yosys 0.45 on NetBSD fails due to an non-portable test(1) operator used in misc/yosys-config.in.
NetBSD's pkgsrc system has a patch for this. This issue is to track the upstreaming of that patch. A pull request with the fix is forthcoming.
Expected Behavior
The script should run.
Actual Behavior
The script errors out.
The text was updated successfully, but these errors were encountered: