aboutsummaryrefslogtreecommitdiff
path: root/ports/ismrmrd/CONTROL
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-03-20 23:39:56 -0700
committerGitHub <noreply@github.com>2019-03-20 23:39:56 -0700
commit10014faad72347b9a321eb28e519b8a5e737d680 (patch)
tree0a3257e26290dfec1320345eb2533b405e5b2a29 /ports/ismrmrd/CONTROL
parent64fc3202f557cdba7befd561d8ddb1bd83609606 (diff)
downloadvcpkg-10014faad72347b9a321eb28e519b8a5e737d680.tar.gz
vcpkg-10014faad72347b9a321eb28e519b8a5e737d680.zip
[ismrmrd] make optional hdf5 dependency explicit (#5757)
* [ismrmrd] make optional hdf5 dependency explicit This port will behave differently in the CI build depending on if hdf5 was installed before it. Make the hdf5 dependency explicit so it will behave consistently.
Diffstat (limited to 'ports/ismrmrd/CONTROL')
-rw-r--r--ports/ismrmrd/CONTROL6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/ismrmrd/CONTROL b/ports/ismrmrd/CONTROL
index 3fe989da9..77d6e2e8d 100644
--- a/ports/ismrmrd/CONTROL
+++ b/ports/ismrmrd/CONTROL
@@ -1,4 +1,8 @@
Source: ismrmrd
-Version: 1.3.2-2
+Version: 1.3.2-3
Description: ISMRM Raw Data Format
Build-Depends: pugixml
+
+Feature: dataset
+Description: Dataset and file support
+Build-Depends: hdf5 \ No newline at end of file