diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-06 20:24:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-06 20:24:53 +0200 |
commit | e6c0b8f8395686cd6f3592e5c3618b514dee02b7 (patch) | |
tree | 6a0047a7af332089dce0a07004dd4c2c9937988f | |
parent | first commit (diff) | |
download | pylibcoopgamma-e6c0b8f8395686cd6f3592e5c3618b514dee02b7.tar.gz pylibcoopgamma-e6c0b8f8395686cd6f3592e5c3618b514dee02b7.tar.bz2 pylibcoopgamma-e6c0b8f8395686cd6f3592e5c3618b514dee02b7.tar.xz |
Add deps
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | DEPENDENCIES | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..aaa3d5b --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,24 @@ +RUNTIME DEPENDENCIES: + + python3 + libcoopgamma + libc + + +BUILD DEPENDENCIES: + + python3 + libcoopgamma + libc + make + c99 + cython + coreutils + pkg-config + + +INSTALL DEPENDENCIES: + + make + coreutils + |