diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-03-20 23:39:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-20 23:39:56 -0700 |
| commit | 10014faad72347b9a321eb28e519b8a5e737d680 (patch) | |
| tree | 0a3257e26290dfec1320345eb2533b405e5b2a29 /ports/ismrmrd/CONTROL | |
| parent | 64fc3202f557cdba7befd561d8ddb1bd83609606 (diff) | |
| download | vcpkg-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/CONTROL | 6 |
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 |
