diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-08-05 22:32:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 13:32:56 -0700 |
| commit | 4831c3f5a6d07b2b622637beec95cb39d864c238 (patch) | |
| tree | dfe02427d47a3c6f021e32b322b3296bb2b64ebb | |
| parent | 96adaeb47ded75ebdd32c005f6df366582d11a62 (diff) | |
| download | vcpkg-4831c3f5a6d07b2b622637beec95cb39d864c238.tar.gz vcpkg-4831c3f5a6d07b2b622637beec95cb39d864c238.zip | |
[netcdf-c] also depend on embree on osx (#12755)
* [netcdf-c] also depend on embree on osx
* Update ports/netcdf-c/CONTROL
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
| -rw-r--r-- | ports/netcdf-c/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/netcdf-c/CONTROL b/ports/netcdf-c/CONTROL index eb6390e2a..18010cb52 100644 --- a/ports/netcdf-c/CONTROL +++ b/ports/netcdf-c/CONTROL @@ -1,6 +1,6 @@ Source: netcdf-c Version: 4.7.3 -Port-Version: 2 -Build-Depends: hdf5, curl, embree3(linux) +Port-Version: 3 +Build-Depends: hdf5, curl, embree3(linux|osx) Homepage: https://github.com/Unidata/netcdf-c Description: a set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. |
