Commit Graph

3 Commits

Author SHA1 Message Date
Kai Pastor
2ed5383f7b
[vcpkg_configure_make] Standardize OPTIONS list item handling (#19540)
* Remove unused EXTRA_QUOTES

* Uniformly invoke 'configure'

* [libtasn1] Fix mingw build

* Unify prefix handling

* Revise install dir processing

* x-add-version

* Force libdir to lib (adopted from #19666)

* [skip actions] CI rebuild

* CR request: Put backslash before shell var

* CR request: Use vcpkg_list

* Update versions

* Fix python3 options

* Update versions

* Bump python port-version.

* CR request: Add comment about backslashes before prefix

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-30 23:58:36 -07:00
Kai Pastor
57bd7102d9
[vcpkg baseline][vcpkg_configure_make] Pass make tool to vcpkg_build_make (#19361)
* Pass 'make' between vcpkg scripts

* Restore original BSD gmake lookup

* [starlink-ast] Add ADDITIONAL_MSYS_PACKAGES to vcpkg_configure_make

* [starlink-ast] x-add-version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-08-07 07:48:44 -07:00
Angus Comrie
bb829973de
[starlink-ast] create new port (#17105)
* initial test of AST (broken)

* slight improvement to build

* almost working...

* added minpack cflags

* use static linking

* yaml and pthreads features added

* debug and release cflags

* versioning

* formated vcpkg.json

* updated version string

* adjusted based on PR feedback

* updated to 9.2.4 release to avoid source patching

* removed comments

* updated baseline version

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>

* adds supports field to json

* Update ports/starlink-ast/portfile.cmake

adjust configure options

Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>

* removed --disabled-shared and MINPACK_NO_DLL

* use DETERMINE_BUILD_TRIPLET to determine host

* updates git-tree hash

* quotemarks fix

* git tree hash update

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
2021-07-22 22:47:28 -07:00