diff options
| author | Angus Comrie <accomrie@gmail.com> | 2021-07-23 07:47:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 22:47:28 -0700 |
| commit | bb829973deea2087ef96ee2a4ff01babee5a0a2b (patch) | |
| tree | 26c2d8a475e1610de507caca8e646c33eff6eaf5 /versions | |
| parent | 7a985e56bfc2675d20d21c8e1adfb8432153d522 (diff) | |
| download | vcpkg-bb829973deea2087ef96ee2a4ff01babee5a0a2b.tar.gz vcpkg-bb829973deea2087ef96ee2a4ff01babee5a0a2b.zip | |
[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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/s-/starlink-ast.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a74e70abc..4e7866e20 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6056,6 +6056,10 @@ "baseline": "0.6.4", "port-version": 0 }, + "starlink-ast": { + "baseline": "9.2.4", + "port-version": 0 + }, "status-code": { "baseline": "1.0.0-ab3cd821", "port-version": 0 diff --git a/versions/s-/starlink-ast.json b/versions/s-/starlink-ast.json new file mode 100644 index 000000000..f357f55c5 --- /dev/null +++ b/versions/s-/starlink-ast.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "50f0b71ca66bd9e4ce6cb5a153e25878dd7a0600", + "version-semver": "9.2.4", + "port-version": 0 + } + ] +} |
