all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35666] [PATCH 0/2] Build a thread-safe hdf5 library
@ 2019-05-10  9:56 Ludovic Courtès
  2019-05-10 10:05 ` [bug#35666] [PATCH 1/2] gnu: hdf5: Build a thread-safe library Ludovic Courtès
  2019-05-10 11:52 ` [bug#35666] [PATCH 0/2] Build a thread-safe hdf5 library Ricardo Wurmus
  0 siblings, 2 replies; 11+ messages in thread
From: Ludovic Courtès @ 2019-05-10  9:56 UTC (permalink / raw)
  To: 35666; +Cc: Eric Bavier, Paul Garlick

Hello!

A colleague of mine noticed that our ‘hdf5’ library wasn’t
thread-safe.  Turns out there’s an option to make it thread-safe (oh!),
it’s turned off by default (oh?!), and when you pass it ‘configure’
invites you to turn off no less than C++, Fortran, and the high-level
interface (d’oh!).

It also tells you that, if you insist, you can go ahead and pass
‘--enable-unsupported’, but you’re on your own.

We found that Debian chose to pass ‘--enable-unsupported’, and indeed
that seems to be saner than providing a variant that does very little,
but does it in a thread-safe way.

Thoughts?

Thanks,
Ludo’.

Ludovic Courtès (2):
  gnu: hdf5: Build a thread-safe library.
  gnu: hdf5: Add dependency on Perl.

 gnu/packages/maths.scm | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-05-14 14:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-10  9:56 [bug#35666] [PATCH 0/2] Build a thread-safe hdf5 library Ludovic Courtès
2019-05-10 10:05 ` [bug#35666] [PATCH 1/2] gnu: hdf5: Build a thread-safe library Ludovic Courtès
2019-05-10 10:05   ` [bug#35666] [PATCH 2/2] gnu: hdf5: Add dependency on Perl Ludovic Courtès
2019-05-10 11:52 ` [bug#35666] [PATCH 0/2] Build a thread-safe hdf5 library Ricardo Wurmus
2019-05-10 13:07   ` Ludovic Courtès
2019-05-10 15:09     ` Eric Bavier
2019-05-14  7:28       ` Ludovic Courtès
2019-05-14 14:40         ` Eric Bavier
2019-05-10 15:27     ` Paul Garlick
2019-05-14 10:21       ` bug#35666: " Ludovic Courtès
2019-05-14 12:02     ` [bug#35666] " 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.