summaryrefslogtreecommitdiff
path: root/gnu/packages/rpc.scm
Commit message (Collapse)AuthorAge
* gnu: gRPC@1.16: Fix build with glibc 2.30 and later.Marius Bakke2020-04-11
| | | | | * gnu/packages/rpc.scm (grpc-1.16.1)[arguments]: Add phase to rename custom gettid() function.
* gnu: python-grpcio: Update to 1.27.2.Marius Bakke2020-03-21
| | | | | | | * gnu/packages/rpc.scm (python-grpcio): Update to 1.27.2. [source](modules, snippet): New fields. [arguments]: Add phases to use system libraries and the correct compiler. [inputs]: Add C-ARES, OPENSSL, and ZLIB.
* gnu: gRPC: Update to 1.27.3.Marius Bakke2020-03-21
| | | | | | | | | | * gnu/packages/rpc.scm (grpc): Update to 1.27.3. [arguments]: Add "-DgRPC_ABSL_PROVIDER=package" in #:configure-flags. [inputs]: Add ABSEIL-CPP. (grpc-1.16.1): New public variable. * gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from GRPC to GRPC-1.16. * gnu/packages/machine-learning.scm (tensorflow)[native-inputs, inputs]: Likewise.
* gnu: python-grpcio: Move to (gnu packages rpc).Marius Bakke2020-03-21
| | | | | * gnu/packages/python-xyz.scm (python-grpcio): Move from here ... * gnu/packages/rpc.scm (python-grpcio): ... to here.
* gnu: gRPC: Move to (gnu packages rpc).Marius Bakke2020-03-21
* gnu/packages/machine-learning.scm (grpc): Move to ... * gnu/packages/rpc.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/hyperledger.scm: Adjust module imports.