Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[boost-gil] remove dependency boost-filesystem #20575

Merged
merged 4 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions ports/boost-gil/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"name": "boost-gil",
"version": "1.77.0",
"port-version": 1,
"description": "Boost gil module",
"homepage": "https://github.com/boostorg/gil",
"dependencies": [
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-core",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-integer",
"boost-iterator",
"boost-mp11",
Expand Down
1 change: 1 addition & 0 deletions scripts/boost/generate-ports.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ else {
# Clear this array when moving to a new boost version
$portVersions = @{
#e.g. "boost-asio" = 1;
"boost-gil" = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After re-run generation script the dependency will be added again. Script's logic must be modified too. I can do this in #20432.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done by @strega-nil-ms )

}

$portData = @{
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/boost-gil.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d6607eb56e9f61771dbd6915d2e5d4b3b2976a7e",
"version": "1.77.0",
"port-version": 1
},
{
"git-tree": "2f4d4429e10ce2721dc48a01588fbf200c683bc5",
"version": "1.77.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
},
"boost-gil": {
"baseline": "1.77.0",
"port-version": 0
"port-version": 1
},
"boost-graph": {
"baseline": "1.77.0",
Expand Down