[boost-ublas] Remove dependency on boost-compute (#29325)

This commit is contained in:
Jonathan Sweemer 2023-07-26 10:22:42 +09:00 committed by GitHub
parent 4160b0c9e5
commit fa9d1fab3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View File

@ -2,15 +2,11 @@
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1", "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-ublas", "name": "boost-ublas",
"version": "1.82.0", "version": "1.82.0",
"port-version": 2, "port-version": 3,
"description": "Boost ublas module", "description": "Boost ublas module",
"homepage": "https://github.com/boostorg/ublas", "homepage": "https://github.com/boostorg/ublas",
"license": "BSL-1.0", "license": "BSL-1.0",
"dependencies": [ "dependencies": [
{
"name": "boost-compute",
"version>=": "1.82.0"
},
{ {
"name": "boost-concept-check", "name": "boost-concept-check",
"version>=": "1.82.0" "version>=": "1.82.0"

View File

@ -26,6 +26,7 @@ $defaultPortVersion = 2
$portVersions = @{ $portVersions = @{
"boost-atomic" = 3; "boost-atomic" = 3;
"boost-modular-build-helper" = 4; "boost-modular-build-helper" = 4;
"boost-ublas" = 3;
} }
function Get-PortVersion { function Get-PortVersion {
@ -580,6 +581,7 @@ foreach ($library in $libraries) {
# break unnecessary dependencies # break unnecessary dependencies
$deps = @($deps | ? { $deps = @($deps | ? {
-not ( -not (
($library -eq 'ublas' -and $_ -eq 'compute') -or # PR #29325
($library -eq 'gil' -and $_ -eq 'filesystem') # PR #20575 ($library -eq 'gil' -and $_ -eq 'filesystem') # PR #20575
) )
}) })

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "08ca3e3e8708563241aa02fdb7d6c6e406ae30e6",
"version": "1.82.0",
"port-version": 3
},
{ {
"git-tree": "c0dd4493fe63a58cd9fdec0d48b9855a09ecbdd2", "git-tree": "c0dd4493fe63a58cd9fdec0d48b9855a09ecbdd2",
"version": "1.82.0", "version": "1.82.0",

View File

@ -1198,7 +1198,7 @@
}, },
"boost-ublas": { "boost-ublas": {
"baseline": "1.82.0", "baseline": "1.82.0",
"port-version": 2 "port-version": 3
}, },
"boost-uninstall": { "boost-uninstall": {
"baseline": "1.82.0", "baseline": "1.82.0",