summaryrefslogtreecommitdiff
path: root/gnu/packages/hyperledger.scm
Commit message (Collapse)AuthorAge
* 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: 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.
* gnu: Add hyperledger-iroha.Pierre Neidhardt2020-03-12
| | | | | | This package was co-authored with Efraim Flashner <efraim@flashner.co.il> * gnu/packages/hyperledger.scm (hyperledger-iroha): New variable.
* gnu: Add hyperledger-iroha-ed25519.Pierre Neidhardt2020-03-12
| | | | * gnu/packages/hyperledger.scm (hyperledger-iroha-ed25519): New variable.
* gnu: hyperledger-fabric: Use git tag.Tobias Geerinckx-Rice2019-03-19
| | | | | * gnu/packages/hyperledger.scm (hyperledger-fabric)[source]: Check out the (supposedly immutable) tag instead of the (maintenance) branch.
* gnu: hyperledger-fabric: Fix description, set supported system and parallel ↵Pierre Neidhardt2019-03-09
| | | | | | | | | build. * gnu/packages/hyperledger.scm (hyperledger-fabric)[description]: Rephrase into something less marketing-ish. [arguments]: Build with multiple jobs. [supported-systems]: Support x86_64-linux only.
* gnu: Add hyperledger-fabric.Pierre Neidhardt2019-03-09
* gnu/local.mk (hyperledger): New variable.