Browse Source

hdf5: fixed build by not enabling c++ interface because it is incompatible with --enable-threadsafe

stable/0.2
Christian Wiese 14 years ago
parent
commit
66eee42f93
  1. 4
      develop/hdf5/hdf5.conf

4
develop/hdf5/hdf5.conf

@ -16,7 +16,9 @@
# --- SDE-COPYRIGHT-NOTE-END ---
# Compile the C++ interface [default=no]
var_append extraconfopt ' ' "--enable-cxx"
# --enable-cxx and --enable-threadsafe flags are incompatible
# var_append extraconfopt ' ' "--enable-cxx"
# Enable thread safe capability
var_append extraconfopt ' ' "--enable-threadsafe"
# Use the Pthreads library [default=no]

Loading…
Cancel
Save