all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47972] Add irods.
@ 2021-04-23 14:20 Ricardo Wurmus
  2021-04-23 14:31 ` [bug#47972] [PATCH 1/6] gnu: Add boost-for-irods Ricardo Wurmus
  0 siblings, 1 reply; 10+ messages in thread
From: Ricardo Wurmus @ 2021-04-23 14:20 UTC (permalink / raw)
  To: 47972

Hi Guix,

this set of patches adds irods and irods-client-icommands.  What 
makes this patch set a little annoying is the fact that irods 
insists on being built with clang 6; this means that we need 
variants of existing GCC-built packages just so that they can be 
linked with the irods libraries.

For the most part this is not too bad because we need specific 
versions of certain libraries anyway.  But for snappy-with-clang6 
and avro-cpp it’s pretty bad.  You’ll see that I’m using an inline 
package definition for a variant of avro-cpp that is built with 
clang; that package variant needs snappy, so I had to introduce 
snappy-with-clang6.

Before we can actually merge this we would have to move this 
avro-cpp variant to its own top-level package definition, because 
it turns out that irods-client-icommands also needs it.

If you have an idea how to build irods with GCC, I’d be very 
happy.  (It takes quite some time to build irods, so be prepared 
for long iteration cycles…)

-- 
Ricardo




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

end of thread, other threads:[~2021-06-14 14:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 14:20 [bug#47972] Add irods Ricardo Wurmus
2021-04-23 14:31 ` [bug#47972] [PATCH 1/6] gnu: Add boost-for-irods Ricardo Wurmus
2021-04-23 14:31   ` [bug#47972] [PATCH 2/6] gnu: Add snappy-with-clang6 Ricardo Wurmus
2021-04-23 14:31   ` [bug#47972] [PATCH 3/6] gnu: Add nanodbc-for-irods Ricardo Wurmus
2021-04-23 14:31   ` [bug#47972] [PATCH 4/6] gnu: Add fmt-for-irods Ricardo Wurmus
2021-04-23 14:32   ` [bug#47972] [PATCH 5/6] gnu: Add irods Ricardo Wurmus
2021-04-23 14:32   ` [bug#47972] [PATCH 6/6] gnu: Add irods-client-icommands Ricardo Wurmus
2021-04-24 11:02   ` [bug#47972] [PATCH 1/6] gnu: Add boost-for-irods Maxime Devos
2021-06-10  8:28   ` [bug#47972] Add irods Ludovic Courtès
2021-06-14 14:48     ` bug#47972: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.