me
/
guix
Archived
1
0
Fork 0
Commit Graph

6 Commits (c10526672e515f07c92dc447bbc592808f67238e)

Author SHA1 Message Date
Katherine Cox-Buday fbc1cbb527
gnu: Add apache-thrift.
* gnu/packages/rpc.scm (apache-thrift): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-09 10:43:54 +02:00
Marius Bakke 8cc103cb01
gnu: gRPC@1.16: Fix build with glibc 2.30 and later.
* gnu/packages/rpc.scm (grpc-1.16.1)[arguments]: Add phase to rename custom
gettid() function.
2020-04-11 15:41:45 +02:00
Marius Bakke 9dec91229b
gnu: python-grpcio: Update to 1.27.2.
* 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.
2020-03-21 20:17:20 +01:00
Marius Bakke 447fafe3d7
gnu: gRPC: Update to 1.27.3.
* 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.
2020-03-21 20:17:20 +01:00
Marius Bakke f2c7513d16
gnu: python-grpcio: Move to (gnu packages rpc).
* gnu/packages/python-xyz.scm (python-grpcio): Move from here ...
* gnu/packages/rpc.scm (python-grpcio): ... to here.
2020-03-21 12:22:22 +01:00
Marius Bakke c61557b1b6
gnu: gRPC: Move to (gnu packages rpc).
* 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.
2020-03-21 12:22:22 +01:00