Commit Graph

198 Commits

Author SHA1 Message Date
Kevin Lalumiere
b0d03b1a34
[hareflow] Minor update + add vcpkg_cmake_config_fixup (#38245)
# Changes

- Add `vcpkg_cmake_config_fixup()`. Without it, we had problems like
    ```shell
CMake Warning at $VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake:639
(_add_library):
Cannot generate a safe dependent library path for target CoveoTarget
because
      there is a cycle in the constraint graph:

dir 0 is [/builds/build/vcpkg_installed/arm64-linux-dynamic/debug/lib]
          dir 1 must precede it due to runtime library [libhareflow.so]
        dir 1 is [/builds/build/vcpkg_installed/arm64-linux-dynamic/lib]
dir 0 must precede it due to runtime library [libaws-cpp-sdk-sqs.so]

      Some of these libraries may not be found correctly.
    Call Stack (most recent call first):
      CoveoTarget/CMakeLists.txt:1 (add_library)
    ```
    because `IMPORTED_LOCATION_DEBUG` was missing.
- Minor update to the port from version 0.1.0 to 0.1.1. This integrates
a pull request by @BillyONeal (thanks!) where some missing headers were
added. Following this pull request, we don't need the patch anymore.

c.c. @yrivardmulrooney, @dalloriam: this might interest you.

# Housekeeping

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-04-19 07:41:50 -04:00
wyzdwdz
6c87aab05c
[harfbuzz] add new CMake target and new feature (#38182)
Fixes #38181.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Add new CMake target `harfbuzz::harfbuzz-subset` and new feature
`experimental-api`

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-04-18 19:52:41 -04:00
wtz
3a88ea8ff6
[hjson-cpp] New port (#37953)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is added to each modified port's versions file.

END OF PORT UPDATE CHECKLIST (delete this line) -->

<!-- If this PR adds a new port, please uncomment and fill out this
checklist: -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [x] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.
2024-04-10 13:04:44 -04:00
Lily Wang
2308ec3771
[hunspell] Add support for feature tools (#37915) 2024-04-03 16:15:27 -07:00
Bruce Mitchener
2bc29ecc20
[harfbuzz] Update to 8.4.0 (#37879) 2024-04-01 14:19:38 -07:00
Frank
86f1faaeba
[harfbuzz] Disable system package chafa (#37386) 2024-03-21 19:29:53 -07:00
Bruce Mitchener
8f623fd8fc
[harfbuzz] Update to 8.3.1 (#37517) 2024-03-18 14:40:25 -07:00
Kai Pastor
c8f2fabe95
[vcpkg baseline][h5py-lzf] Update, use liblzf port, fix export, cleanup (#37332)
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict.
Alternative to https://github.com/microsoft/vcpkg/pull/37240.
2024-03-11 20:15:52 -07:00
Kai Pastor
377ccc2a4f
[hello_imgui] Fix target variables (#37373) 2024-03-11 13:02:27 -07:00
Jia Yue Hua
e14560492e
[hexl] update to 1.2.5 (#37092)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-05 01:44:49 -08:00
Cheney Wang
693ee9e239
[halide] update to 17.0.1 (#36914)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes
https://github.com/microsoft/vcpkg/pull/32661#issuecomment-1954949791

All features passed with following triplets:
x86-windows
x64-windows
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->


- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.


<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-22 10:22:04 -08:00
Bruce Mitchener
2a78dbbe37
[highway] Update to 1.1.0 (#36898)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 21:50:01 -08:00
Billy O'Neal
ba1465e584
Patch Tuesday for February 2024 (#36757)
* Cherry-pick infrastructure changes from
https://github.com/microsoft/vcpkg/pull/36081 as authored by @dg0yt
* Suppress warnings for the monthly docker mint as suggested by Toddy
Mladenov ( MS internal conversation
https://teams.microsoft.com/l/message/19:f498f444e97f40b2a2027d015a9047ab@thread.tacv2/1707520630587?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=2080ccbe-0cfb-49e6-a9c1-ea6a6bf82722&parentMessageId=1707520630587&teamName=Containers%20Secure%20Supply%20Chain&channelName=3P%20Registry%20and%20Images%20Guidance&createdTime=1707520630587
)
* Move Azure Container Registry for Android to WestUS3; with this we are
officially entirely within one Azure region again :D
* Explicitly grant Azure DevOps permissions to touch the scale set
rather than relying on subscription-level assignments.
2024-02-21 16:30:42 -08:00
Pascal Thomet
a938bfa9d6
Add hello_imgui port (#36501)
With suggestions from code review by @dgoyt (thanks a lot for the attentive review :-)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-02-07 22:28:33 -08:00
Jia Yue Hua
003a1f0ce7
[highfive] update to 2.9.0 (#36371)
* [highfive] update to 2.9.0

* [highfive] update to 2.9.0

* disable parallel configure
2024-01-26 09:43:12 -08:00
Jia Yue Hua
3dc7d68e70
[hwloc] update to 2.10.0 (#36372)
* [hwloc] update to 2.10.0

* [hwloc] update to 2.10.0
2024-01-26 09:31:18 -08:00
Kai Pastor
8de7ffa491
Revert "[hwinfo] create a new port (#35465)" (#35993)
This reverts commit e64dd3356f.
2024-01-02 14:23:31 -08:00
Kai Pastor
8397227251
[vulkan-sdk-components] Use separate port for the SDK (#35742)
* [vulkan-sdk] Separate port

* Update ci.baseline.txt

* [hikogui] Using glslc from shaderc

* [vulkan] Drop LICENSE.txt

* [vulkan-sdk-components] Avoid vulkan-sdk name

* [vulkan] Fixup copyright text
2023-12-29 00:21:45 -08:00
Bruce Mitchener
31f2c1d528
[harfbuzz] Add directwrite feature on Windows. (#35908) 2023-12-29 00:00:39 -08:00
Park DongHa
e64dd3356f
[hwinfo] create a new port (#35465)
* [hwinfo] create a new port

* [hwinfo] update baseline

* [hwinfo] can't use WbemIdl in UWP

* [hwinfo] suppress NO_OCL unused

* it's just not accessed in CMakeLists.txt

* [hwinfo] fix NO_OCL expression
2023-12-28 00:30:51 -08:00
Bruce Mitchener
6734216dc7
[harfbuzz] Make freetype dependency into feature. (#35877) 2023-12-27 23:52:26 -08:00
Daniel Schürmann
d67c1d59cf
[harfbuzz] Make use IMPORTED_CONFIGURATIONS (#35533)
This allows to use the Release library if the debug library is not built.
2023-12-19 14:58:08 -08:00
Alexander Neumann
50bffcc62d
[vulkan] install required sdk parts (#35479)
* Install vulkan.

* add gfxreconstruct

* format manifest and cr changes

* remove moltenvk

* fix ci part 1

* fix a dep

* more fixes

* remove vulkan failures from CI pipeline

* remove annoying stuff to deal with in static builds

* fix trailing ,

* remove vendored cmakelists

* force ci to be green

* format manifest

* Fix more ci issues

* fix hikogui

* make ci happier

* add jsoncpp dep

* only remove the debug folder if targeting windows

* bump port-version

* v db

* vulkan-loader add usage

* Rename vulkantools to lunarg-vulkantools

* Make VMA install headers platform dependent

* Remove vcpkg_check_linkage

* readd vulkan-validationlayers

* v db
2023-12-14 23:33:39 -08:00
Bruce Mitchener
cd5d9f3f83
[harfbuzz] Update to 8.3.0 (#35653) 2023-12-14 23:01:05 -08:00
moritz-h
ee3d0e9941
[hnswlib] update to 0.8.0 (#35475) 2023-12-04 17:31:53 -08:00
a3emdot
987d23223d
[harfbuzz] build hb-view (#34606)
* build the diagnostic tool hb-view for the optional harfbuzz feature cairo

* regenerate versions
2023-10-20 09:57:10 -07:00
a3emdot
9cdd9888ea
[harfbuzz] Make 'cairo' an optional feature for 'harfbuzz' (#34476)
* make 'cairo' an optional feature for 'harfbuzz'

* regenerate versions

* add 'defaulti-features : false' for feature 'cairo'

* regenerate versions

* add 'freetype' as a feature for feature 'cairo'

* regenerate versions
2023-10-18 10:54:42 -07:00
Thomas1664
8194912f47
[vcpkg baseline][highs] Fix compiler selection (#34496)
* [highs] Fix compiler selection

* version
2023-10-16 12:11:19 -07:00
Yury Bura
34bc63571a
[llvm] update to v17.0.2 (#33600) 2023-10-12 10:46:42 -07:00
Frank
d15a15bc94
[harfbuzz] Fix build error (#34346) 2023-10-09 15:37:47 -07:00
Billy O'Neal
5731e5bb80
Build Fixes for 2023-10-04 (#34267) 2023-10-04 16:53:01 -07:00
Kai Pastor
a72bbc4bd7
[hdf5] Update to 1.14.2, [highfive] support parallel HDF5 (#34036) 2023-10-03 20:38:06 -07:00
Jia Yue Hua
4f64a58dee
[hwloc] update to 2.9.3 (#34183) 2023-10-02 17:26:43 -07:00
Jia Yue Hua
f165f97004
[hffix] update to 1.3.0 (#34195) 2023-10-02 16:11:08 -07:00
Jia Yue Hua
d132d3bd86
[highfive] update to 2.7.1 (#34197) 2023-10-02 16:10:52 -07:00
Jia Yue Hua
da1c860c33
[highs] update to 1.6.0 (#34198) 2023-10-02 16:10:33 -07:00
Jia Yue Hua
cd766ee9f4
[hunspell] update to 1.7.2 (#34199) 2023-10-02 16:10:08 -07:00
Jia Yue Hua
c5a2c9499d
[hypre] update to 2.29.0 (#34200) 2023-10-02 16:09:38 -07:00
Alonso Schaich
f1dec557b9
[harfbuzz] update to 8.2.1 (#33897)
* [harfbuzz] update to 8.2.1 (microsoft/vcpkg#33896)

* [harfbuzz] regenerate versions registry (microsoft/vcpkg#33896)
2023-09-26 00:38:13 -07:00
Take Vos
930bd39320
[hikogui] update to version 0.8.1 (#33902) 2023-09-23 22:22:57 -07:00
Lily Wang
500700a90c
[atk/gdk-pixbuf/gtk/gtk3/harfbuzz/pango] Fix dependency gobject-instrospection of feature instrospection (#33792)
* [atk/gdk-pixbuf/gtk/gtk3/harfbuzz/pango] Fix dependency gobject-instrospection of feature instrospection

* update version
2023-09-18 09:52:14 -07:00
Alonso Schaich
2e9facbca2
[harfbuzz] update to 8.2.0 (#33702) 2023-09-13 15:56:46 -07:00
Weihang Ding
cd6aef76b9
[highway] Bump to 1.0.7 (#33514) 2023-09-05 22:33:07 -07:00
Hartmut Kaiser
cf37b6562c
Adding support for HPX release v1.9.1 (#33106) 2023-08-17 14:18:58 -07:00
Weihang Ding
576f3f1ad1
[highway] Bump to 1.0.6 & fix usage (#32926)
* [highway] Bump to 1.0.6 & fix usage

* update version database
2023-08-14 17:49:39 -07:00
Frank
022c0dcb2d
[harfbuzz] Update version to 8.1.1 (#33072)
* [harfbuzz] Update version to 8.1.1

* version
2023-08-10 10:18:08 -07:00
himeno-hamster
b43873aa82
[hiredis] update to 1.2.0 (#32817)
* [hiredis] update to 1.2.0

* update version
2023-07-31 11:31:48 -07:00
Cheney Wang
a18872ffa2
[halide] update to 16.0.0 (#32661) 2023-07-25 11:08:13 -07:00
Mengna Li
7ff8ea6378
update to 8.0.0 (#32489) 2023-07-12 12:26:28 -07:00
xiaozhuai, Weihang Ding
0786980ca2
[highway] Bump to 1.0.4 (#32403)
* [highway] Bump to 1.0.4

* update version database
2023-07-05 11:18:26 -07:00