Browse Source

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

stable/0.2
Christian Wiese 13 years ago
parent
commit
66eee42f93
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      develop/hdf5/hdf5.conf

+ 3
- 1
develop/hdf5/hdf5.conf

@ -16,7 +16,9 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# Compile the C++ interface [default=no] # 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 # Enable thread safe capability
var_append extraconfopt ' ' "--enable-threadsafe" var_append extraconfopt ' ' "--enable-threadsafe"
# Use the Pthreads library [default=no] # Use the Pthreads library [default=no]

Loading…
Cancel
Save