Skip to content

Commit 1eca866

Browse files
committed
update to boost 1.87.0
1 parent 845c7f2 commit 1eca866

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

PythonScript.Tests/PythonScript.Tests.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,14 @@
311311
</ItemGroup>
312312
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
313313
<ImportGroup Label="ExtensionTargets">
314-
<Import Project="..\packages\boost.1.86.0\build\boost.targets" Condition="Exists('..\packages\boost.1.86.0\build\boost.targets')" />
315-
<Import Project="..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets" Condition="Exists('..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets')" />
314+
<Import Project="..\packages\boost.1.87.0\build\boost.targets" Condition="Exists('..\packages\boost.1.87.0\build\boost.targets')" />
315+
<Import Project="..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets" Condition="Exists('..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets')" />
316316
</ImportGroup>
317317
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
318318
<PropertyGroup>
319319
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
320320
</PropertyGroup>
321-
<Error Condition="!Exists('..\packages\boost.1.86.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.86.0\build\boost.targets'))" />
322-
<Error Condition="!Exists('..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets'))" />
321+
<Error Condition="!Exists('..\packages\boost.1.87.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.87.0\build\boost.targets'))" />
322+
<Error Condition="!Exists('..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets'))" />
323323
</Target>
324324
</Project>

PythonScript.Tests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="boost" version="1.86.0" targetFramework="native" />
4-
<package id="boost_python312-vc143" version="1.86.0" targetFramework="native" />
3+
<package id="boost" version="1.87.0" targetFramework="native" />
4+
<package id="boost_python312-vc143" version="1.87.0" targetFramework="native" />
55
</packages>

PythonScript/project/PythonScript.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,14 +543,14 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
543543
</ItemGroup>
544544
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
545545
<ImportGroup Label="ExtensionTargets">
546-
<Import Project="..\..\packages\boost.1.86.0\build\boost.targets" Condition="Exists('..\..\packages\boost.1.86.0\build\boost.targets')" />
547-
<Import Project="..\..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets" Condition="Exists('..\..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets')" />
546+
<Import Project="..\..\packages\boost.1.87.0\build\boost.targets" Condition="Exists('..\..\packages\boost.1.87.0\build\boost.targets')" />
547+
<Import Project="..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets" Condition="Exists('..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets')" />
548548
</ImportGroup>
549549
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
550550
<PropertyGroup>
551551
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
552552
</PropertyGroup>
553-
<Error Condition="!Exists('..\..\packages\boost.1.86.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.86.0\build\boost.targets'))" />
554-
<Error Condition="!Exists('..\..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python312-vc143.1.86.0\build\boost_python312-vc143.targets'))" />
553+
<Error Condition="!Exists('..\..\packages\boost.1.87.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.87.0\build\boost.targets'))" />
554+
<Error Condition="!Exists('..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets'))" />
555555
</Target>
556556
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="boost" version="1.86.0" targetFramework="native" />
4-
<package id="boost_python312-vc143" version="1.86.0" targetFramework="native" />
3+
<package id="boost" version="1.87.0" targetFramework="native" />
4+
<package id="boost_python312-vc143" version="1.87.0" targetFramework="native" />
55
<package id="python" version="3.12.8" targetFramework="native" />
66
<package id="pythonx86" version="3.12.8" targetFramework="native" />
77
</packages>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="boost" version="1.86.0" targetFramework="native" />
4-
<package id="boost_python312-vc143" version="1.86.0" targetFramework="native" />
3+
<package id="boost" version="1.87.0" targetFramework="native" />
4+
<package id="boost_python312-vc143" version="1.87.0" targetFramework="native" />
55
</packages>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ platform:
1313
configuration:
1414
- Release
1515
- Debug
16-
# see https://www.boost.org/doc/libs/1_86_0/libs/python/doc/html/building/python_debugging_builds.html
16+
# see https://www.boost.org/doc/libs/1_87_0/libs/python/doc/html/building/python_debugging_builds.html
1717
# not available by boost nuget package
1818
#- PythonDebug
1919

0 commit comments

Comments
 (0)