<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/netcdf-c/CONTROL, branch aws-lambda-cpp</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[netcdf-c] Fix pc files; use features (#18120)</title>
<updated>2021-06-29T00:58:35+00:00</updated>
<author>
<name>Kai Pastor</name>
<email>dg0yt@darc.de</email>
</author>
<published>2021-06-29T00:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e2d10224003824e48356b1d80055a6b4c1ffbf87'/>
<id>e2d10224003824e48356b1d80055a6b4c1ffbf87</id>
<content type='text'>
* Format manifest

* New port-version

* Quote filepath expressions

* Port to vcpkg-cmake ports

* Remove invalid nc-config file

* Fix pc files

* Use features

* Add feature 'tools'

* x-add-version

* Fix build with msys2 mingw

* Update git-tree</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Format manifest

* New port-version

* Quote filepath expressions

* Port to vcpkg-cmake ports

* Remove invalid nc-config file

* Fix pc files

* Use features

* Add feature 'tools'

* x-add-version

* Fix build with msys2 mingw

* Update git-tree</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c] Fix usage (#16085)</title>
<updated>2021-02-08T22:06:41+00:00</updated>
<author>
<name>Jack·Boos·Yu</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2021-02-08T22:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7a438171d6e51b7909815b1268f19fd0e46dbed1'/>
<id>7a438171d6e51b7909815b1268f19fd0e46dbed1</id>
<content type='text'>
* [netcdf-c] Fix usage

* update version record</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [netcdf-c] Fix usage

* update version record</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c] Fix linkage error (#14421)</title>
<updated>2020-11-11T23:19:56+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2020-11-11T23:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0abdaf5c9d2f8ce40a10cde1955df4c2d4f4060f'/>
<id>0abdaf5c9d2f8ce40a10cde1955df4c2d4f4060f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c/nvtt] Update to the latest version (#13674)</title>
<updated>2020-10-24T00:31:00+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2020-10-24T00:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a97e32fa2de760252ec401f21d82d0cd3dd402c1'/>
<id>a97e32fa2de760252ec401f21d82d0cd3dd402c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c] Fix dependency libmath (#12434)</title>
<updated>2020-08-10T23:08:37+00:00</updated>
<author>
<name>Jack·Boos·Yu</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2020-08-10T23:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7ad0f085d7496a7cc00b3ee45224dc05ee70845e'/>
<id>7ad0f085d7496a7cc00b3ee45224dc05ee70845e</id>
<content type='text'>
* [netcdf-c] Add dependency embree3

* [netcdf-c] remove dependency embree3, change the search sequence

* [netcdf-cxx4] Re-fix dependency hdf5

* Update ports/netcdf-c/CONTROL

* [netcdf-c] Remove dependency embree</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [netcdf-c] Add dependency embree3

* [netcdf-c] remove dependency embree3, change the search sequence

* [netcdf-cxx4] Re-fix dependency hdf5

* Update ports/netcdf-c/CONTROL

* [netcdf-c] Remove dependency embree</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c] also depend on embree on osx (#12755)</title>
<updated>2020-08-05T20:32:56+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-08-05T20:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4831c3f5a6d07b2b622637beec95cb39d864c238'/>
<id>4831c3f5a6d07b2b622637beec95cb39d864c238</id>
<content type='text'>
* [netcdf-c] also depend on embree on osx

* Update ports/netcdf-c/CONTROL

Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;

Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [netcdf-c] also depend on embree on osx

* Update ports/netcdf-c/CONTROL

Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;

Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[qt5-base] Add zstd as a dependency (#12342)</title>
<updated>2020-08-01T20:48:24+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-08-01T20:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f7fe9e374fa85103e144972d0d9a2dc368d8f66f'/>
<id>f7fe9e374fa85103e144972d0d9a2dc368d8f66f</id>
<content type='text'>
* [qt5-base] add hidden optional not switchable zstd dependency.

* [netcdf/paraview] correct embree3 dependency
[paraview] make tools default feature for CI testing.

* [paraview] fix typo and remove unnecessary flags

* [paraview] add flags back into portfile

* [vtk] add hdf5 api patch
[paraview] remove hdf5 use flags from portfile
[field3d] use flags instead of patching to fix hdf5.

* [paraview] remove message on osx since it now works with qt 5.15

* [paraview] remove default feature and force CI features by a CI test port

* [paraview|CI] back out python from CI testing for now

* [qt5-base] add in the macos deployment target fix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [qt5-base] add hidden optional not switchable zstd dependency.

* [netcdf/paraview] correct embree3 dependency
[paraview] make tools default feature for CI testing.

* [paraview] fix typo and remove unnecessary flags

* [paraview] add flags back into portfile

* [vtk] add hdf5 api patch
[paraview] remove hdf5 use flags from portfile
[field3d] use flags instead of patching to fix hdf5.

* [paraview] remove message on osx since it now works with qt 5.15

* [paraview] remove default feature and force CI features by a CI test port

* [paraview|CI] back out python from CI testing for now

* [qt5-base] add in the macos deployment target fix</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c] Fix builds with hdf5[parallel] (#9721)</title>
<updated>2020-01-27T20:04:35+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-01-27T20:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d19c61353d65220b9beaa7a5dfbc39967fb839e3'/>
<id>d19c61353d65220b9beaa7a5dfbc39967fb839e3</id>
<content type='text'>
* [netcdf-c] Fix builds with hdf5[parallel]

* Update mpi.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [netcdf-c] Fix builds with hdf5[parallel]

* Update mpi.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c] Update to 4.7.3 and switched to use targets to generate valid targets (#9361)</title>
<updated>2020-01-10T23:34:09+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2020-01-10T23:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d400f3d50bd0c79b192134aa50875f7579ad8efc'/>
<id>d400f3d50bd0c79b192134aa50875f7579ad8efc</id>
<content type='text'>
* fix netcdf configure errors and generated targets

* remove target_path

since cmake searches in name*

* bump control

* netcdf update to 4.7.3 and use targets instead of libraries in cmake

* remove config from the zlib find_dependency call

because there is no config. The target is supplied by a cmake module itself

* move usage of hdf5 target to an further up in the cmakelists.txt and use config also on linux

* fix dynamic builds

* remove code from portfile

* remove commenting from patch and simply delete the lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix netcdf configure errors and generated targets

* remove target_path

since cmake searches in name*

* bump control

* netcdf update to 4.7.3 and use targets instead of libraries in cmake

* remove config from the zlib find_dependency call

because there is no config. The target is supplied by a cmake module itself

* move usage of hdf5 target to an further up in the cmakelists.txt and use config also on linux

* fix dynamic builds

* remove code from portfile

* remove commenting from patch and simply delete the lines
</pre>
</div>
</content>
</entry>
<entry>
<title>[netcdf-c] Add usage (#8398)</title>
<updated>2019-10-30T20:47:40+00:00</updated>
<author>
<name>Phoebe</name>
<email>925731795@qq.com</email>
</author>
<published>2019-10-30T20:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=628e795c6ae4f856cc76ae0842339b2f3b8eedf2'/>
<id>628e795c6ae4f856cc76ae0842339b2f3b8eedf2</id>
<content type='text'>
* [netcdf-c] Add usage

* Update changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [netcdf-c] Add usage

* Update changes
</pre>
</div>
</content>
</entry>
</feed>
