Skip to content

Commit

Permalink
COMP: Use scikit-build-core for CudaCommon as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jul 6, 2024
1 parent a5fbdff commit ad5fcd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-cxx-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push,pull_request]

env:
itk-git-tag: "v5.4.0"
itk-module-deps: "CudaCommon@v1.1.0"
itk-module-deps: "CudaCommon@cae7c93c2f6d4c5b3cb5f6e5ce4a97686e626bf7"

jobs:
build-test-cxx:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package-python-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push,pull_request]

env:
itk-wheel-tag: 'v5.4.0'
itk-python-package-tag: 'd0d2733d44c77b0f8e1fc2e6e2c5b20c883f3f83'
itk-python-package-tag: 'dea15f87cb2f023e716faf2a811937bef3b105e3'
itk-python-package-org: 'SimonRit'
itk-module-deps: "RTKConsortium/ITKCudaCommon@v1.1.0"
itk-module-deps: "RTKConsortium/ITKCudaCommon@cae7c93c2f6d4c5b3cb5f6e5ce4a97686e626bf7"

jobs:
build-linux-cuda-python-packages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
with:
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'
itk-python-package-org: 'SimonRit'
itk-python-package-tag: 'd0d2733d44c77b0f8e1fc2e6e2c5b20c883f3f83'
itk-python-package-tag: 'dea15f87cb2f023e716faf2a811937bef3b105e3'
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit ad5fcd9

Please sign in to comment.