Skip to content

Commit 79be0ed

Browse files
committed
Regenerate artifacts.
1 parent 01dca51 commit 79be0ed

9 files changed

Lines changed: 17 additions & 23 deletions

File tree

builds/cmake/install-cmake.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [[ -z ${secp256k1_TAG} ]]; then
7373
fi
7474

7575
if [[ -z ${UltrafastSecp256k1_OWNER} ]]; then
76-
UltrafastSecp256k1_OWNER="pmienk"
76+
UltrafastSecp256k1_OWNER="shrec"
7777
fi
7878
if [[ -z ${UltrafastSecp256k1_TAG} ]]; then
7979
UltrafastSecp256k1_TAG="main"
@@ -447,10 +447,10 @@ main()
447447
"-DSECP256K1_BUILD_CABI=ON"
448448
"-DSECP256K1_BUILD_CPU=ON"
449449
"-DSECP256K1_BUILD_SHIM=ON"
450-
"-DSECP256K1_BUILD_CUDA=OFF"
451-
"-DSECP256K1_BUILD_ROCM=OFF"
452-
"-DSECP256K1_BUILD_OPENCL=OFF"
453-
"-DSECP256K1_BUILD_METAL=OFF"
450+
"-DSECP256K1_BUILD_CUDA=ON"
451+
"-DSECP256K1_BUILD_ROCM=ON"
452+
"-DSECP256K1_BUILD_OPENCL=ON"
453+
"-DSECP256K1_BUILD_METAL=ON"
454454
"-DSECP256K1_INSTALL=ON"
455455
"-DSECP256K1_INSTALL_PKGCONFIG=ON"
456456
"-DSECP256K1_USE_ULTRAFAST=ON")

builds/cmake/install-presets.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [[ -z ${secp256k1_TAG} ]]; then
6363
fi
6464

6565
if [[ -z ${UltrafastSecp256k1_OWNER} ]]; then
66-
UltrafastSecp256k1_OWNER="pmienk"
66+
UltrafastSecp256k1_OWNER="shrec"
6767
fi
6868
if [[ -z ${UltrafastSecp256k1_TAG} ]]; then
6969
UltrafastSecp256k1_TAG="main"
@@ -463,10 +463,10 @@ main()
463463
"-DSECP256K1_BUILD_CABI=ON"
464464
"-DSECP256K1_BUILD_CPU=ON"
465465
"-DSECP256K1_BUILD_SHIM=ON"
466-
"-DSECP256K1_BUILD_CUDA=OFF"
467-
"-DSECP256K1_BUILD_ROCM=OFF"
468-
"-DSECP256K1_BUILD_OPENCL=OFF"
469-
"-DSECP256K1_BUILD_METAL=OFF"
466+
"-DSECP256K1_BUILD_CUDA=ON"
467+
"-DSECP256K1_BUILD_ROCM=ON"
468+
"-DSECP256K1_BUILD_OPENCL=ON"
469+
"-DSECP256K1_BUILD_METAL=ON"
470470
"-DSECP256K1_INSTALL=ON"
471471
"-DSECP256K1_INSTALL_PKGCONFIG=ON"
472472
"-DSECP256K1_USE_ULTRAFAST=ON")

builds/gnu/install-gnu.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [[ -z ${secp256k1_TAG} ]]; then
7373
fi
7474

7575
if [[ -z ${UltrafastSecp256k1_OWNER} ]]; then
76-
UltrafastSecp256k1_OWNER="pmienk"
76+
UltrafastSecp256k1_OWNER="shrec"
7777
fi
7878
if [[ -z ${UltrafastSecp256k1_TAG} ]]; then
7979
UltrafastSecp256k1_TAG="main"
@@ -475,10 +475,10 @@ main()
475475
"-DSECP256K1_BUILD_CABI=ON"
476476
"-DSECP256K1_BUILD_CPU=ON"
477477
"-DSECP256K1_BUILD_SHIM=ON"
478-
"-DSECP256K1_BUILD_CUDA=OFF"
479-
"-DSECP256K1_BUILD_ROCM=OFF"
480-
"-DSECP256K1_BUILD_OPENCL=OFF"
481-
"-DSECP256K1_BUILD_METAL=OFF"
478+
"-DSECP256K1_BUILD_CUDA=ON"
479+
"-DSECP256K1_BUILD_ROCM=ON"
480+
"-DSECP256K1_BUILD_OPENCL=ON"
481+
"-DSECP256K1_BUILD_METAL=ON"
482482
"-DSECP256K1_INSTALL=ON"
483483
"-DSECP256K1_INSTALL_PKGCONFIG=ON"
484484
"-DSECP256K1_USE_ULTRAFAST=ON")

builds/msvc/vs2022/libbitcoin-system-examples/libbitcoin-system-examples.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
118118
<Import Project="$(ProjectDir)$(ProjectName).props" />
119119
</ImportGroup>
120-
121120
<ItemGroup>
122121
<ClCompile Include="..\..\..\..\examples\main.cpp" />
123122
</ItemGroup>

builds/msvc/vs2022/libbitcoin-system-test/libbitcoin-system-test.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
118118
<Import Project="$(ProjectDir)$(ProjectName).props" />
119119
</ImportGroup>
120-
121120
<ItemGroup>
122121
<ClCompile Include="..\..\..\..\test\allocator.cpp" />
123122
<ClCompile Include="..\..\..\..\test\arena.cpp" />

builds/msvc/vs2022/libbitcoin-system/libbitcoin-system.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
121121
<Import Project="$(ProjectDir)$(ProjectName).props" />
122122
</ImportGroup>
123-
124123
<ItemGroup>
125124
<ClCompile Include="..\..\..\..\src\arena.cpp" />
126125
<ClCompile Include="..\..\..\..\src\chain\block.cpp">
@@ -789,7 +788,6 @@
789788
<PropertyGroup>
790789
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The Missing file is {0}.</ErrorText>
791790
</PropertyGroup>
792-
<Error Condition="!Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets'))" />
793791
<Error Condition="!Exists('$(NuGetPackageRoot)boost.1.86.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost.1.86.0\build\boost.targets'))" />
794792
<Error Condition="!Exists('$(NuGetPackageRoot)boost_container-vc143.1.86.0\build\boost_container-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_container-vc143.1.86.0\build\boost_container-vc143.targets'))" />
795793
<Error Condition="!Exists('$(NuGetPackageRoot)boost_iostreams-vc143.1.86.0\build\boost_iostreams-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_iostreams-vc143.1.86.0\build\boost_iostreams-vc143.targets'))" />
@@ -799,6 +797,7 @@
799797
<Error Condition="!Exists('$(NuGetPackageRoot)boost_thread-vc143.1.86.0\build\boost_thread-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_thread-vc143.1.86.0\build\boost_thread-vc143.targets'))" />
800798
<Error Condition="!Exists('$(NuGetPackageRoot)boost_url-vc143.1.86.0\build\boost_url-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_url-vc143.1.86.0\build\boost_url-vc143.targets'))" />
801799
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc143.0.6.1\build\native\secp256k1_vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc143.0.6.1\build\native\secp256k1_vc143.targets'))" />
800+
<Error Condition="!Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets'))" />
802801
</Target>
803802
<ItemGroup>
804803
<Natvis Include="..\..\debug.natvis" />

builds/msvc/vs2026/libbitcoin-system-examples/libbitcoin-system-examples.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
118118
<Import Project="$(ProjectDir)$(ProjectName).props" />
119119
</ImportGroup>
120-
121120
<ItemGroup>
122121
<ClCompile Include="..\..\..\..\examples\main.cpp" />
123122
</ItemGroup>

builds/msvc/vs2026/libbitcoin-system-test/libbitcoin-system-test.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
118118
<Import Project="$(ProjectDir)$(ProjectName).props" />
119119
</ImportGroup>
120-
121120
<ItemGroup>
122121
<ClCompile Include="..\..\..\..\test\allocator.cpp" />
123122
<ClCompile Include="..\..\..\..\test\arena.cpp" />

builds/msvc/vs2026/libbitcoin-system/libbitcoin-system.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
121121
<Import Project="$(ProjectDir)$(ProjectName).props" />
122122
</ImportGroup>
123-
124123
<ItemGroup>
125124
<ClCompile Include="..\..\..\..\src\arena.cpp" />
126125
<ClCompile Include="..\..\..\..\src\chain\block.cpp">
@@ -789,7 +788,6 @@
789788
<PropertyGroup>
790789
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The Missing file is {0}.</ErrorText>
791790
</PropertyGroup>
792-
<Error Condition="!Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.1.1.7\build\native\UltrafastSecp256k1-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.1.1.7\build\native\UltrafastSecp256k1-vc145.targets'))" />
793791
<Error Condition="!Exists('$(NuGetPackageRoot)libbitcoin-boost.1.91.0\build\libbitcoin-boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libbitcoin-boost.1.91.0\build\libbitcoin-boost.targets'))" />
794792
<Error Condition="!Exists('$(NuGetPackageRoot)libbitcoin-boost_container-vc145.1.91.0\build\libbitcoin-boost_container-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libbitcoin-boost_container-vc145.1.91.0\build\libbitcoin-boost_container-vc145.targets'))" />
795793
<Error Condition="!Exists('$(NuGetPackageRoot)libbitcoin-boost_iostreams-vc145.1.91.0\build\libbitcoin-boost_iostreams-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libbitcoin-boost_iostreams-vc145.1.91.0\build\libbitcoin-boost_iostreams-vc145.targets'))" />
@@ -799,6 +797,7 @@
799797
<Error Condition="!Exists('$(NuGetPackageRoot)libbitcoin-boost_thread-vc145.1.91.0\build\libbitcoin-boost_thread-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libbitcoin-boost_thread-vc145.1.91.0\build\libbitcoin-boost_thread-vc145.targets'))" />
800798
<Error Condition="!Exists('$(NuGetPackageRoot)libbitcoin-boost_url-vc145.1.91.0\build\libbitcoin-boost_url-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libbitcoin-boost_url-vc145.1.91.0\build\libbitcoin-boost_url-vc145.targets'))" />
801799
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc145.0.6.1.2\build\native\secp256k1_vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc145.0.6.1.2\build\native\secp256k1_vc145.targets'))" />
800+
<Error Condition="!Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.1.1.7\build\native\UltrafastSecp256k1-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.1.1.7\build\native\UltrafastSecp256k1-vc145.targets'))" />
802801
</Target>
803802
<ItemGroup>
804803
<Natvis Include="..\..\debug.natvis" />

0 commit comments

Comments
 (0)