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. |
jcumming
Nov 13, 2020
Author
Contributor
FWIW; is there a better way to do this?
FWIW; is there a better way to do this?
flokli
Nov 13, 2020
Contributor
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)
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)
jcumming
Nov 13, 2020
Author
Contributor
Good point. I'll try that.
Good point. I'll try that.
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)