Skip to content

Commit 2559968

Browse files
authored
Merge pull request #27 from thewtex/ci-bump
ci bump
2 parents 7eed28a + da8f484 commit 2559968

File tree

4 files changed

+113
-51
lines changed

4 files changed

+113
-51
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d2f5d1894abf01a93cc6581c3b2f17b508170ce3
7+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4rc03-arm-wheels
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@246883ef3828fc00219145aeec9efa67b9889d0b
10+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4rc03-arm-wheels
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

pyproject.toml

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
[build-system]
2+
requires = ["scikit-build-core"]
3+
build-backend = "scikit_build_core.build"
4+
5+
[project]
6+
name = "itk-ants"
7+
version = "0.4rc1"
8+
description = "Advanced Normalization Tools in WebAssembly"
9+
readme = "README.rst"
10+
license = {file = "LICENSE"}
11+
authors = [
12+
{ name = "Matthew M. McCormick", email = "[email protected]" },
13+
{ name = "Dženan Zukić", email = "[email protected]" },
14+
]
15+
keywords = [
16+
"itk",
17+
"ants",
18+
]
19+
classifiers = [
20+
"Development Status :: 4 - Beta",
21+
"Intended Audience :: Developers",
22+
"Intended Audience :: Education",
23+
"Intended Audience :: Healthcare Industry",
24+
"Intended Audience :: Science/Research",
25+
"License :: OSI Approved :: Apache Software License",
26+
"Operating System :: Android",
27+
"Operating System :: MacOS",
28+
"Operating System :: Microsoft :: Windows",
29+
"Operating System :: POSIX",
30+
"Operating System :: Unix",
31+
"Programming Language :: C++",
32+
"Programming Language :: Python",
33+
"Topic :: Scientific/Engineering",
34+
"Topic :: Scientific/Engineering :: Information Analysis",
35+
"Topic :: Scientific/Engineering :: Medical Science Apps.",
36+
"Topic :: Software Development :: Libraries",
37+
]
38+
requires-python = ">=3.8"
39+
dependencies = [
40+
"itk>=5.4rc3",
41+
]
42+
43+
[project.urls]
44+
Download = "https://github.com/thewtex/ANTsWasm"
45+
Homepage = "https://github.com/thewtex/ANTsWasm"
46+
47+
[tool.scikit-build]
48+
# The versions of CMake to allow. If CMake is not present on the system or does
49+
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
50+
# string will disable this check.
51+
cmake.version = ">=3.16.3"
52+
53+
# A list of args to pass to CMake when configuring the project. Setting this in
54+
# config or envvar will override toml. See also ``cmake.define``.
55+
cmake.args = []
56+
57+
# A table of defines to pass to CMake when configuring the project. Additive.
58+
cmake.define = {}
59+
60+
# Verbose printout when building.
61+
cmake.verbose = true
62+
63+
# The build type to use when building the project. Valid options are: "Debug",
64+
# "Release", "RelWithDebInfo", "MinSizeRel", "", etc.
65+
cmake.build-type = "Release"
66+
67+
# The source directory to use when building the project. Currently only affects
68+
# the native builder (not the setuptools plugin).
69+
cmake.source-dir = "."
70+
71+
# The versions of Ninja to allow. If Ninja is not present on the system or does
72+
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
73+
# string will disable this check.
74+
ninja.version = ">=1.11"
75+
76+
# The logging level to display, "DEBUG", "INFO", "WARNING", and "ERROR" are
77+
# possible options.
78+
logging.level = "INFO"
79+
80+
# Files to include in the SDist even if they are skipped by default. Supports
81+
# gitignore syntax.
82+
sdist.include = []
83+
84+
# Files to exclude from the SDist even if they are included by default. Supports
85+
# gitignore syntax.
86+
sdist.exclude = []
87+
88+
# A list of license files to include in the wheel. Supports glob patterns.
89+
wheel.license-files = ["LICEN[CS]E*",]
90+
91+
# Target the platlib or the purelib. If not set, the default is to target the
92+
# platlib if wheel.cmake is true, and the purelib otherwise.
93+
wheel.platlib = "false"
94+
95+
# If CMake is less than this value, backport a copy of FindPython. Set to 0
96+
# disable this, or the empty string.
97+
backport.find-python = "3.26.1"
98+
99+
# Select the editable mode to use. Can be "redirect" (default) or "inplace".
100+
editable.mode = "redirect"
101+
102+
# Rebuild the project when the package is imported. The build-directory must be
103+
# set.
104+
editable.rebuild = false
105+
106+
# If set, this will provide a method for scikit-build-core backward compatibility.
107+
minimum-version = "0.8.2"
108+
109+
# The build directory. Defaults to a temporary directory, but can be set.
110+
build-dir = "build/{wheel_tag}"

setup.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ itk_add_test(NAME antsRegistrationTest_MSEAffineRotationMasks
279279
DATA{Baseline/antsRegistrationTest_MSEAffineRotationMasks.result.nii.gz}
280280
${ITK_TEST_OUTPUT_DIR}/antsRegistrationTest_MSEAffineRotationMasks.result.nii.gz
281281
--compareIntensityTolerance 7
282-
--compareRadiusTolerance 1
282+
--compareRadiusTolerance 2
283283
--compareNumberOfPixelsTolerance 1250
284284
itkANTsRegistrationTest
285285
DATA{Input/test.nii.gz} # fixed image

0 commit comments

Comments
 (0)