mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[boost-ublas] Remove dependency on boost-compute (#29325)
This commit is contained in:
parent
4160b0c9e5
commit
fa9d1fab3c
@ -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"
|
||||||
|
@ -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
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user