Skip to content

Commit

Permalink
ENH: Bump to ITK v5.3rc04
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Apr 12, 2022
1 parent be96978 commit 14a57c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
opencl-headers-git-tag: "v2021.04.29"
opencl-version: 120
vkfft-backend: 3
itk-git-tag: "ddef776afb46a6e135ba3c9f58a0e6e7e4a000be"
itk-git-tag: "4bbccf2e80e3100df89f5ccc14c4c03735e4fbae"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
Expand All @@ -26,7 +26,7 @@ jobs:
opencl-headers-git-tag: "v2021.04.29"
opencl-version: 120
vkfft-backend: 3
itk-git-tag: "ddef776afb46a6e135ba3c9f58a0e6e7e4a000be"
itk-git-tag: "4bbccf2e80e3100df89f5ccc14c4c03735e4fbae"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
Expand All @@ -35,7 +35,7 @@ jobs:
opencl-headers-git-tag: "v2021.04.29"
opencl-version: 120
vkfft-backend: 3
itk-git-tag: "ddef776afb46a6e135ba3c9f58a0e6e7e4a000be"
itk-git-tag: "4bbccf2e80e3100df89f5ccc14c4c03735e4fbae"
cmake-build-type: "MinSizeRel"

steps:
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
matrix:
python-version-minor: [7, 8, 9, 10]
include:
- itk-python-git-tag: "v5.3rc03"
- itk-python-git-tag: "v5.3rc04"
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
opencl-icd-loader-git-tag: "v2021.04.29"
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
run: |
cd ../../im
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set PATH="C:\P\grep;%PATH%"
set PATH=C:\P\grep;%PATH%
set CC=cl.exe
set CXX=cl.exe
C:\Python3${{ matrix.python-version-minor }}-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py --py-envs "3${{ matrix.python-version-minor }}-x64" --no-cleanup --lib-paths="${{ github.workspace}}/../OpenCL-ICD-Loader-build" -- "-DOpenCL_INCLUDE_DIR:PATH=${{ github.workspace}}/../OpenCL-ICD-Loader/inc" "-DOpenCL_LIBRARY:FILEPATH=${{ github.workspace}}/../OpenCL-ICD-Loader-build/OpenCL.lib"
Expand All @@ -300,7 +300,7 @@ jobs:
matrix:
python-version: [37, 38, 39]
include:
- itk-python-git-tag: "v5.3rc03"
- itk-python-git-tag: "v5.3rc04"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
max-parallel: 2
matrix:
include:
- itk-python-git-tag: "v5.3rc03"
- itk-python-git-tag: "v5.3rc04"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="itk-vkfft",
version="0.1.2",
version="0.1.3",
author="Insight Software Consortium",
author_email="itk+community@discourse.itk.org",
packages=["itk"],
Expand Down Expand Up @@ -42,5 +42,5 @@
license="Apache",
keywords="ITK InsightToolkit",
url=r"https://itk.org/",
install_requires=[r"itk>=5.3rc03"],
install_requires=[r"itk>=5.3rc04"],
)

0 comments on commit 14a57c0

Please sign in to comment.