* [skCrypter] add new port
[skCryper] format vcpkg.json
* [skCrypter] update baseline
* [skCrypter] rename folder to all l lowercase
* [skCrypter] rerun x-add-version
* Revise portfile and patch
* Install pc file for windows
* Update versions
* Remove readosm failure from CI baseline
* Revise dependencies based on #include, use pkgconfig
* Revise portfile
* Update to 5.0.1
* Update versions
* Fix release-only nmake build
* Update versions
* [sdl2pp] no absolute paths
* [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [symengine] no absolute paths
* [symengine] Fix relative calculation of include
* Update versions
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Enable CI for libspatialite:x64-windows-static-md
* Use pkgconfig for nmake
* Use pkgconfig for autotools; fix mingw
* Install pc file for windows
* Add feature interface, make GPLv2+ features optional
* spatialite-tools need libspatialite[rttopo]
* Update versions
* [openblas] make openblas build on MinGW
* Portfile cleanup: Join separate vcpkg_check_feature calls and add double quotes according to maintainer guidelines.
* Portfile cleanup: Migrate vcpkg cmake commands from deprecated to new functions.
* Portfile cleanup: Migrate vcpkg cmake commands from deprecated to new functions (2) - missed a spot.
* Re-factory code
* version
* [shogun] Fix include cblas path
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* [new port] squirrel
* Add versions
* Fix squirrel portfile according to new standards
* Add version to squirrel
* Remove all files from /bin directory
* Update squirrel version
* Could not fix the execs in bin/ directory hence simply enforced dir removal
* Update versions
* Remove obsolete version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Remove trailing comma
* Remove bin files only when not using squirrel as library
* Do not remove bin dir when on win32 and dynamic linking because of dlls
* Fixing the bin directory cleanup for various platforms
* Update versions
* Smart remove bin directory for static vs dynamic build; add note on the binaries there
* Update version
* Define 'interpreter' feature which controls building sq and sq_static binaries
* Update version and revision of squirrel to the most recent one
* Update versions database
* Remove bin/ directory for static build
* Update versions database
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions
* Fix interpreter tool
* Update versions
* Add patch to optionally build squirrel interpreter
* Update versions
* [new port] squirrel
Add versions
Fix squirrel portfile according to new standards
Add version to squirrel
Remove all files from /bin directory
Update squirrel version
Could not fix the execs in bin/ directory hence simply enforced dir removal
Update versions
Remove obsolete version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Remove trailing comma
Remove bin files only when not using squirrel as library
Do not remove bin dir when on win32 and dynamic linking because of dlls
Fixing the bin directory cleanup for various platforms
Update versions
Smart remove bin directory for static vs dynamic build; add note on the binaries there
Update version
Define 'interpreter' feature which controls building sq and sq_static binaries
Update version and revision of squirrel to the most recent one
Update versions database
Remove bin/ directory for static build
Update versions database
Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Update versions
Fix interpreter tool
Update versions
Add patch to optionally build squirrel interpreter
Update versions
Conditionally build sq and sq_static
Update versions
* Change line endings to LF
* Update versions
* Change line endings to LF
* Update versions
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Artem Shubovych <artem.shubovych@thetradedesk.com>
* [many ports] call vcpkg_fixup_pkgconfig()
The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files
* Update port-version for armadillo and polyclipping.
* Update version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* ports: sentry-native: Add CMakeFindDependencyMacro for find_dependency
find_dependency requires CMakeFindDependencyMacro to be included,
otherwise there is a CMake error when using find_package(sentry).
* versions: update sentry-native port-version to 2
* Update simde to 0.7.2
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Update span-lite to 0.10.3
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
I worked with upstream to implement a CMake build system, so I
removed the CMakeLists.txt from this port.
This fixes multiple issues:
* Headers were not installed by the port before.
* The port did not allow dynamic linking before.
* pkgconfig and CMake config files were not installed before.