summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-25 11:09:07 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-25 11:09:07 +0200
commit6e451ee211558a03499b97c81c3bb51e7d8336df (patch)
tree3154d182ed453f9e1784fbdcac32c614ce09b218
parentc713ac2ff120bebfcefe6b897cdd7eacf191a8d8 (diff)
python: tensorflow: Add protobuf.
* guix-science/packages/python.scm (tensorflow)[inputs]: Add static-protobuf. [propagated-inputs]: Add python-protobuf-for-tensorflow-2.
-rw-r--r--guix-science/packages/python.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm
index ebc91be..c93f475 100644
--- a/guix-science/packages/python.scm
+++ b/guix-science/packages/python.scm
@@ -1631,8 +1631,7 @@ Cflags: -I~a/include/tensorflow
1631 nasm 1631 nasm
1632 nsync 1632 nsync
1633 openssl 1633 openssl
1634 ;; XXX: With our own version of Protobuf we see a segfault 1634 static-protobuf
1635 ;; when building the Python bindings.
1636 pybind11 1635 pybind11
1637 python-absl-py 1636 python-absl-py
1638 python-cython 1637 python-cython
@@ -1668,8 +1667,7 @@ Cflags: -I~a/include/tensorflow
1668 python-opt-einsum 1667 python-opt-einsum
1669 python-packaging 1668 python-packaging
1670 python-portpicker 1669 python-portpicker
1671 ;; This leads to a segfault when generating the Python bindings. 1670 python-protobuf-for-tensorflow-2
1672 ;;python-protobuf
1673 python-psutil 1671 python-psutil
1674 python-pyasn1 1672 python-pyasn1
1675 python-requests 1673 python-requests