-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
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
bluespec unstable-2020.02.09 -> unstable-2020.11.04 #103730
Conversation
Continue on with #84142. - a small patch to install the STP stub (will upstream) - set LD_LIBRARY_PATH during build so that bsc finishes bootstrapping - use nixpkgs yices.src instead of a suprepo - match yices gmp-static idiom
|
||
postUnpack = '' | ||
mkdir -p $sourceRoot/src/vendor/yices/v2.6/yices2 | ||
# XXX: only works because yices.src isn't a tarball. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW; is there a better way to do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the source code need to be there, or can we patch the build system to accept an external yices, and set paths to header files and libraries (or have the buildsystem ask pkgconfig for it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I'll try that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! If you can just please fix the trailing whitespace/editorconfig issues, I think we can go ahead and merge this and keep clean up things in future PRs. Otherwise this looks fine to me, and it's good to keep bluespec working for everyone...
@ofborg build bluespec |
@jcumming I've pushed this commit, along with a fix for an incorrect I've tested this package on my Ryzen machine however and it seems to build just fine. Let's keep submitting any improvements incrementally, either to upstream or here! Thanks for your help. |
Continue on with #84142
I ran this through https://github.com/jcumming/bsc-testsuite, and the 13 failures appear to mostly be nixos-isms.
I'm waiting on to see if upstream takes the patch, so I can drop it from this PR.
Motivation for this change
Update bluespec to latest version.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)