-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Find nix/overlays/external.nix
- Find the section below
- Commit your update to github and copy the revision number of the commit.
- Copy it into rev
- Make sure it references the correct branch
- ~/Documents/myrtlepackages/myrtlepkgs/pkgs/onnx-graph$ nix-shell
- ghci -isrc test/Test/OnnxGraphSpec.hs to run
- Test with hspec spec
Notes
- onnx-graph/src/OnnxGraph/Execute.hs contains the code to be updated for Numskull
- onnx-graph.cabal contains numskull
- test/Test/Onnx-Graph-Spec.hs contains THE TEST
NB: you can also provide srcOnly with just the directory but this is less reliable.
numskull = dontCheck (doJailbreak (haskellPackageGen { }
(myrtlepkgs.nixpkgs.srcOnly {
name = "numskull";
src = builtins.fetchGit {
url = "ssh://git@github.com/MyrtleSoftware/rowan-ndarray";
ref = "broadcasting";
rev = "85e10d2185a210202cabce8911c299d39526c1ed";
};
})));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels