hdf5_1_10: enable cpp support
This commit is contained in:
parent
4633a7c723
commit
9896808a25
@ -2,6 +2,7 @@
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, removeReferencesTo
|
||||
, cppSupport ? true
|
||||
, zlibSupport ? true
|
||||
, zlib
|
||||
, enableShared ? !stdenv.hostPlatform.isStatic
|
||||
@ -28,7 +29,8 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = optional zlibSupport zlib;
|
||||
|
||||
configureFlags = optional enableShared "--enable-shared"
|
||||
++ optional javaSupport "--enable-java";
|
||||
++ optional javaSupport "--enable-java"
|
||||
++ optional cppSupport "--enable-cxx";
|
||||
|
||||
patches = [ ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user