diff options
| author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-05-28 22:09:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-28 13:09:12 -0700 |
| commit | 3da553937ecd2902ef970b08ff8301427181ab85 (patch) | |
| tree | e6e7a55990cac21fd9a0f5c10fba9de09ba4b0fc /ports/ace/CONTROL | |
| parent | 8fcf8b5157b4f7da8a67c423d04137921e279507 (diff) | |
| download | vcpkg-3da553937ecd2902ef970b08ff8301427181ab85.tar.gz vcpkg-3da553937ecd2902ef970b08ff8301427181ab85.zip | |
[ace] Simplified port file (#11464)
* [ace] Update to 6.5.8
* Address review comments
* ports/ace/portfile.cmake:
* Put back copy step
* ports/ace/portfile.cmake:
* Fixed error
* ports/ace/portfile.cmake:
* ARM should work, let us try it
* ports/ace/portfile.cmake:
* ARM doesn't work yet, so disable it again
* ports/ace/portfile.cmake:
* Add support for vcpkg of ace on MacOSX
* ports/ace/portfile.cmake:
* [ace] Add patch to fix Visual Studio 2019 internal compiler error
* ports/ace/process_manager.patch:
Added.
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
* Attempt to fix apply patches
* ports/ace/portfile.cmake:
* [ace] Updated baseline for ace, 4 configurations work again with the applied patch
* scripts/ci.baseline.txt:
* Address review comments
* ports/ace/portfile.cmake:
* Revised patch for ACE
* ports/ace/process_manager.patch:
* [ace] Add support for uwp
* ports/ace/portfile.cmake:
* ace now works in all configurations
* scripts/ci.baseline.txt:
* Removed !uwp and update version
* ports/ace/CONTROL:
* Simplified install of copyright file and on windows we always have a QoS library
* ports/ace/portfile.cmake:
* [ace] Simplified the port file by using an array for directories and libraries
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
* Update ports/ace/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/ace/CONTROL')
| -rw-r--r-- | ports/ace/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ace/CONTROL b/ports/ace/CONTROL index cd7cb0655..238d607a0 100644 --- a/ports/ace/CONTROL +++ b/ports/ace/CONTROL @@ -1,5 +1,5 @@ Source: ace -Version: 6.5.9-2 +Version: 6.5.9-3 Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: The ADAPTIVE Communication Environment |
