From 2c5a4365ebf18b7535e1654ccedfeb2129cd2c2d Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Thu, 18 Jun 2026 08:39:15 -0700 Subject: [PATCH] Regenerate artifacts. --- builds/cmake/install-cmake.sh | 10 +++++----- builds/cmake/install-presets.sh | 10 +++++----- builds/gnu/install-gnu.sh | 10 +++++----- .../libbitcoin-node-test/libbitcoin-node-test.vcxproj | 1 - .../vs2022/libbitcoin-node/libbitcoin-node.vcxproj | 1 - .../libbitcoin-node-test/libbitcoin-node-test.vcxproj | 1 - .../vs2026/libbitcoin-node/libbitcoin-node.vcxproj | 1 - 7 files changed, 15 insertions(+), 19 deletions(-) diff --git a/builds/cmake/install-cmake.sh b/builds/cmake/install-cmake.sh index 9ecf571f..7b30920f 100755 --- a/builds/cmake/install-cmake.sh +++ b/builds/cmake/install-cmake.sh @@ -75,7 +75,7 @@ if [[ -z ${secp256k1_TAG} ]]; then fi if [[ -z ${UltrafastSecp256k1_OWNER} ]]; then - UltrafastSecp256k1_OWNER="pmienk" + UltrafastSecp256k1_OWNER="shrec" fi if [[ -z ${UltrafastSecp256k1_TAG} ]]; then UltrafastSecp256k1_TAG="main" @@ -470,10 +470,10 @@ main() "-DSECP256K1_BUILD_CABI=ON" "-DSECP256K1_BUILD_CPU=ON" "-DSECP256K1_BUILD_SHIM=ON" - "-DSECP256K1_BUILD_CUDA=OFF" - "-DSECP256K1_BUILD_ROCM=OFF" - "-DSECP256K1_BUILD_OPENCL=OFF" - "-DSECP256K1_BUILD_METAL=OFF" + "-DSECP256K1_BUILD_CUDA=ON" + "-DSECP256K1_BUILD_ROCM=ON" + "-DSECP256K1_BUILD_OPENCL=ON" + "-DSECP256K1_BUILD_METAL=ON" "-DSECP256K1_INSTALL=ON" "-DSECP256K1_INSTALL_PKGCONFIG=ON" "-DSECP256K1_USE_ULTRAFAST=ON") diff --git a/builds/cmake/install-presets.sh b/builds/cmake/install-presets.sh index a9dea148..a817a6e6 100755 --- a/builds/cmake/install-presets.sh +++ b/builds/cmake/install-presets.sh @@ -65,7 +65,7 @@ if [[ -z ${secp256k1_TAG} ]]; then fi if [[ -z ${UltrafastSecp256k1_OWNER} ]]; then - UltrafastSecp256k1_OWNER="pmienk" + UltrafastSecp256k1_OWNER="shrec" fi if [[ -z ${UltrafastSecp256k1_TAG} ]]; then UltrafastSecp256k1_TAG="main" @@ -486,10 +486,10 @@ main() "-DSECP256K1_BUILD_CABI=ON" "-DSECP256K1_BUILD_CPU=ON" "-DSECP256K1_BUILD_SHIM=ON" - "-DSECP256K1_BUILD_CUDA=OFF" - "-DSECP256K1_BUILD_ROCM=OFF" - "-DSECP256K1_BUILD_OPENCL=OFF" - "-DSECP256K1_BUILD_METAL=OFF" + "-DSECP256K1_BUILD_CUDA=ON" + "-DSECP256K1_BUILD_ROCM=ON" + "-DSECP256K1_BUILD_OPENCL=ON" + "-DSECP256K1_BUILD_METAL=ON" "-DSECP256K1_INSTALL=ON" "-DSECP256K1_INSTALL_PKGCONFIG=ON" "-DSECP256K1_USE_ULTRAFAST=ON") diff --git a/builds/gnu/install-gnu.sh b/builds/gnu/install-gnu.sh index dba90083..f0c767be 100755 --- a/builds/gnu/install-gnu.sh +++ b/builds/gnu/install-gnu.sh @@ -75,7 +75,7 @@ if [[ -z ${secp256k1_TAG} ]]; then fi if [[ -z ${UltrafastSecp256k1_OWNER} ]]; then - UltrafastSecp256k1_OWNER="pmienk" + UltrafastSecp256k1_OWNER="shrec" fi if [[ -z ${UltrafastSecp256k1_TAG} ]]; then UltrafastSecp256k1_TAG="main" @@ -498,10 +498,10 @@ main() "-DSECP256K1_BUILD_CABI=ON" "-DSECP256K1_BUILD_CPU=ON" "-DSECP256K1_BUILD_SHIM=ON" - "-DSECP256K1_BUILD_CUDA=OFF" - "-DSECP256K1_BUILD_ROCM=OFF" - "-DSECP256K1_BUILD_OPENCL=OFF" - "-DSECP256K1_BUILD_METAL=OFF" + "-DSECP256K1_BUILD_CUDA=ON" + "-DSECP256K1_BUILD_ROCM=ON" + "-DSECP256K1_BUILD_OPENCL=ON" + "-DSECP256K1_BUILD_METAL=ON" "-DSECP256K1_INSTALL=ON" "-DSECP256K1_INSTALL_PKGCONFIG=ON" "-DSECP256K1_USE_ULTRAFAST=ON") diff --git a/builds/msvc/vs2022/libbitcoin-node-test/libbitcoin-node-test.vcxproj b/builds/msvc/vs2022/libbitcoin-node-test/libbitcoin-node-test.vcxproj index 7b68a69b..de485540 100644 --- a/builds/msvc/vs2022/libbitcoin-node-test/libbitcoin-node-test.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-node-test/libbitcoin-node-test.vcxproj @@ -117,7 +117,6 @@ - diff --git a/builds/msvc/vs2022/libbitcoin-node/libbitcoin-node.vcxproj b/builds/msvc/vs2022/libbitcoin-node/libbitcoin-node.vcxproj index be153418..edac1c25 100644 --- a/builds/msvc/vs2022/libbitcoin-node/libbitcoin-node.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-node/libbitcoin-node.vcxproj @@ -120,7 +120,6 @@ - diff --git a/builds/msvc/vs2026/libbitcoin-node-test/libbitcoin-node-test.vcxproj b/builds/msvc/vs2026/libbitcoin-node-test/libbitcoin-node-test.vcxproj index ed4cd5df..357cd5ed 100644 --- a/builds/msvc/vs2026/libbitcoin-node-test/libbitcoin-node-test.vcxproj +++ b/builds/msvc/vs2026/libbitcoin-node-test/libbitcoin-node-test.vcxproj @@ -117,7 +117,6 @@ - diff --git a/builds/msvc/vs2026/libbitcoin-node/libbitcoin-node.vcxproj b/builds/msvc/vs2026/libbitcoin-node/libbitcoin-node.vcxproj index 9f76416c..000aacdb 100644 --- a/builds/msvc/vs2026/libbitcoin-node/libbitcoin-node.vcxproj +++ b/builds/msvc/vs2026/libbitcoin-node/libbitcoin-node.vcxproj @@ -120,7 +120,6 @@ -