diff options
author | Sören Tempel <soeren@soeren-tempel.net> | 2024-07-11 23:27:16 +0200 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-07-13 09:59:20 -0500 |
commit | f69a5ede640bba3faa2072c5c80e7961fb9da8cf (patch) | |
tree | d4cc77726b5acd47f08ccfc8a7893951c8e43b2f /gnu/local.mk | |
parent | 3ec1c66556d2818363b7123ad528f18afc7395da (diff) |
gnu: Add python-pysmt.
* gnu/packages/patches/python-pysmt-fix-pow-return-type.patch:
New patch.
* gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch:
New patch.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/python-xyz.scm (python-pysmt): New variable.
Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ea4cc251ae1..73b445f1fc0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1975,6 +1975,8 @@ dist_patch_DATA = \ %D%/packages/patches/python-pyan3-fix-absolute-path-bug.patch \ %D%/packages/patches/python-pyan3-fix-positional-arguments.patch \ %D%/packages/patches/python-pygpgme-fix-pinentry-tests.patch \ + %D%/packages/patches/python-pysmt-fix-pow-return-type.patch \ + %D%/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch \ %D%/packages/patches/python-pytorch-fix-codegen.patch \ %D%/packages/patches/python-pytorch-runpath.patch \ %D%/packages/patches/python-pytorch-system-libraries.patch \ |