* [cbc] Add new port
* Add dependencies
* [cgl] Update version to rebuild
* [cbc] Update CMakeLists.txt
[cgl] Revert the version
* Update
* add version file
* adapt to new version
* fix dependency name. VCPKG IS NOT CONSISTENT HERE
* rename with coinor prefix, as this seems to be the standard. try different approach copied from cgl
* accidentally renamed portfile
* version???
* forgot add rename
* quotes
* try autoconf/make
* more make changes
* try cmake again
* ifcase
* try make again
* really try make
* add dependency libs to conf call
* randomly copy stuff from other ports
* without-miplib3
* try non-release version (after autoconf fixes) as in the other ports.
* fix hash
* skip autoconf??
* add macro patch
* patch format??
* Update dep.patch
* patch
* weird caching??
* ????????
* sha
* superfluous config options
* cleanup
* vcpkg commands
* pkgconf patch for win
* disable glpk since I do not plan to add it as a feature for now.
* after conutils include
* fix version
* Update version database
* Update ports/coin-or-cbc/portfile.cmake
* Update version database
* Apply suggestions from code review
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* add back AUTOCONFIG
* try with autconfig and without configure.ac patch
* Update version database
* Update version database
* cleanup
* Update version database
* chagne
* Update version database
---------
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [libepoxy] Fix android builds
* [libepoxy] uwp is unsupported
* [libepoxy] windows staticcrt is unsupported
Initialization code is in DllMain, so dynamic linkage is required, so avoid static CRT.
* [openssl] Use bash from PATH rather then /bin (microsoft/vcpkg#32288)
The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.
This breaks compilation on FreeBSD, where bash isn't part of the operating
system.
Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH
* [openssl] regenerate versions registries (microsoft/vcpkg#32288)
* [botan] Use bash from PATH rather then /bin (microsoft/vcpkg#32284)
The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.
This breaks compilation on FreeBSD, where bash isn't part of the operating
system.
Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH.
* [botan] bump portrevision (microsoft/vcpkg#32284)
* [botan] regenerate versions repository (microsoft/vcpkg#32284)
* [libssh] Update to 0.10.5
* Fix pc file for mingw on linux
* Fix exported config
* Update ci baseline
* Update usage
* Revert "Update ci baseline"
---------
Co-authored-by: Cheney-Wang <850426846@qq.com>
* Add sort port for sort.h
[sort.h](https://github.com/swenson/sort) is a fast C header library
with many different sorting algorithms.
There's not a build process, so the port is just copying the header
file.
Most people usually just copied the header into their project, but I
thought having a vcpkg might make it easier to use sort.h
* Move sort to swenson-sort