+ xo-reactor
This commit is contained in:
parent
28b6d457c0
commit
54f3e9bd86
4 changed files with 36 additions and 4 deletions
32
pkgs/xo-reactor.nix
Normal file
32
pkgs/xo-reactor.nix
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
# nixpkgs dependencies
|
||||
stdenv, cmake, catch2,
|
||||
|
||||
# xo dependencies
|
||||
xo-cmake,
|
||||
xo-reflect,
|
||||
xo-webutil,
|
||||
xo-printjson,
|
||||
xo-ordinaltree,
|
||||
#, xo-indentlog,
|
||||
} :
|
||||
|
||||
stdenv.mkDerivation (finalattrs:
|
||||
{
|
||||
name = "xo-reactor";
|
||||
|
||||
src = ../xo-reactor;
|
||||
|
||||
cmakeFlags = ["-DCMAKE_MODULE_PATH=${xo-cmake}/share/cmake"];
|
||||
doCheck = true;
|
||||
nativeBuildInputs = [
|
||||
cmake catch2 xo-cmake
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
xo-reflect
|
||||
xo-webutil
|
||||
xo-printjson
|
||||
xo-ordinaltree
|
||||
# xo-indentlog
|
||||
];
|
||||
})
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
xo-pywebutil,
|
||||
xo-printjson,
|
||||
xo-pyprintjson,
|
||||
# xo-reactor,
|
||||
xo-reactor,
|
||||
# xo-pyreactor,
|
||||
# xo-simulator,
|
||||
# xo-pysimulator, xo-distribution, xo-pydistribution, xo-process, xo-pyprocess, xo-statistics, xo-kalmanfilter,
|
||||
|
|
@ -89,7 +89,7 @@ buildEnv {
|
|||
xo-jit
|
||||
xo-pyjit
|
||||
xo-pyprintjson
|
||||
# xo-reactor
|
||||
xo-reactor
|
||||
# xo-pyreactor
|
||||
# xo-websock
|
||||
# xo-pywebsock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue