unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha
       [not found] <handler.39943.B.158348661221081@debbugs.gnu.org>
@ 2020-03-10  8:21 ` Efraim Flashner
  2020-03-10  8:23 ` Efraim Flashner
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-03-10  8:21 UTC (permalink / raw)
  To: 39943; +Cc: Efraim Flashner

I fixed the boost errors by using boost-1.69, which of course is
suboptimal. There were other linking errors with grpc so I made it also
produce a shared library and adjusted tensorflow so the changes don't
break building that.

Efraim Flashner (2):
  gnu: grpc: Build shared libraries.
  gnu: Add boost-1.69.

Pierre Neidhardt (2):
  gnu: Add hyperledger-iroha-ed25519.
  gnu: Add hyperledger-iroha.

 gnu/packages/boost.scm            |  25 +++++-
 gnu/packages/hyperledger.scm      | 129 +++++++++++++++++++++++++++++-
 gnu/packages/machine-learning.scm |  43 +++++++++-
 3 files changed, 190 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha
       [not found] <handler.39943.B.158348661221081@debbugs.gnu.org>
  2020-03-10  8:21 ` [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha Efraim Flashner
@ 2020-03-10  8:23 ` Efraim Flashner
  2020-03-10  8:24 ` Efraim Flashner
  2020-03-10  8:25 ` Efraim Flashner
  3 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-03-10  8:23 UTC (permalink / raw)
  To: 39943; +Cc: Efraim Flashner

I fixed the boost errors by using boost-1.69, which of course is
suboptimal. There were other linking errors with grpc so I made it also
produce a shared library and adjusted tensorflow so the changes don't
break building that.

Efraim Flashner (2):
  gnu: grpc: Build shared libraries.
  gnu: Add boost-1.69.

Pierre Neidhardt (2):
  gnu: Add hyperledger-iroha-ed25519.
  gnu: Add hyperledger-iroha.

 gnu/packages/boost.scm            |  25 +++++-
 gnu/packages/hyperledger.scm      | 129 +++++++++++++++++++++++++++++-
 gnu/packages/machine-learning.scm |  43 +++++++++-
 3 files changed, 190 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha
       [not found] <handler.39943.B.158348661221081@debbugs.gnu.org>
  2020-03-10  8:21 ` [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha Efraim Flashner
  2020-03-10  8:23 ` Efraim Flashner
@ 2020-03-10  8:24 ` Efraim Flashner
  2020-03-10  8:25 ` Efraim Flashner
  3 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-03-10  8:24 UTC (permalink / raw)
  To: 39943; +Cc: Efraim Flashner

I fixed the boost errors by using boost-1.69, which of course is
suboptimal. There were other linking errors with grpc so I made it also
produce a shared library and adjusted tensorflow so the changes don't
break building that.

Efraim Flashner (2):
  gnu: grpc: Build shared libraries.
  gnu: Add boost-1.69.

Pierre Neidhardt (2):
  gnu: Add hyperledger-iroha-ed25519.
  gnu: Add hyperledger-iroha.

 gnu/packages/boost.scm            |  25 +++++-
 gnu/packages/hyperledger.scm      | 129 +++++++++++++++++++++++++++++-
 gnu/packages/machine-learning.scm |  43 +++++++++-
 3 files changed, 190 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha
       [not found] <handler.39943.B.158348661221081@debbugs.gnu.org>
                   ` (2 preceding siblings ...)
  2020-03-10  8:24 ` Efraim Flashner
@ 2020-03-10  8:25 ` Efraim Flashner
  3 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-03-10  8:25 UTC (permalink / raw)
  To: 39943; +Cc: Efraim Flashner

I fixed the boost errors by using boost-1.69, which of course is
suboptimal. There were other linking errors with grpc so I made it also
produce a shared library and adjusted tensorflow so the changes don't
break building that.

Efraim Flashner (2):
  gnu: grpc: Build shared libraries.
  gnu: Add boost-1.69.

Pierre Neidhardt (2):
  gnu: Add hyperledger-iroha-ed25519.
  gnu: Add hyperledger-iroha.

 gnu/packages/boost.scm            |  25 +++++-
 gnu/packages/hyperledger.scm      | 129 +++++++++++++++++++++++++++++-
 gnu/packages/machine-learning.scm |  43 +++++++++-
 3 files changed, 190 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha
  2020-03-06  9:23 [bug#39943] [PATCH 0/3] " Pierre Neidhardt
@ 2020-03-10  8:31 ` Efraim Flashner
  0 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-03-10  8:31 UTC (permalink / raw)
  To: 39943; +Cc: Efraim Flashner

I fixed the boost errors by using boost-1.69, which of course is
suboptimal. There were other linking errors with grpc so I made it also
produce a shared library and adjusted tensorflow so the changes don't
break building that.

Efraim Flashner (2):
  gnu: grpc: Build shared libraries.
  gnu: Add boost-1.69.

Pierre Neidhardt (2):
  gnu: Add hyperledger-iroha-ed25519.
  gnu: Add hyperledger-iroha.

 gnu/packages/boost.scm            |  25 +++++-
 gnu/packages/hyperledger.scm      | 129 +++++++++++++++++++++++++++++-
 gnu/packages/machine-learning.scm |  43 +++++++++-
 3 files changed, 190 insertions(+), 7 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-10  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <handler.39943.B.158348661221081@debbugs.gnu.org>
2020-03-10  8:21 ` [bug#39943] [PATCH v2 0/4] WIP: Hyperledger Iroha Efraim Flashner
2020-03-10  8:23 ` Efraim Flashner
2020-03-10  8:24 ` Efraim Flashner
2020-03-10  8:25 ` Efraim Flashner
2020-03-06  9:23 [bug#39943] [PATCH 0/3] " Pierre Neidhardt
2020-03-10  8:31 ` [bug#39943] [PATCH v2 0/4] " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).