-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1108 from thewtex/arm-native-packages
arm native packages
- Loading branch information
Showing
21 changed files
with
131 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# itk-webassemblyinterface | ||
|
||
This Python package provides native binary interfaces to the [ITK-Wasm file formats](https://wasm.itk.org/en/latest/introduction/file_formats/index.html) that can be used with `itk.imread`, `itk.meshread`, `itk.transformread`, `itk.imwrite`, etc. | ||
|
||
For execution of [ITK-Wasm](https://wasm.itk.org) WASI binaries, which contain support for the ITK-Wasm file formats and other file formats, see the `itkwasm-image-io`, `itkwasm-mesh-io`, and `itkwasm-transform-io` packages. |
Binary file modified
BIN
-615 Bytes
(100%)
...pare-images-wasi/itkwasm_compare_images_wasi/wasm_modules/compare-double-images.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-591 Bytes
(100%)
...m-compare-images-wasi/itkwasm_compare_images_wasi/wasm_modules/vector-magnitude.wasi.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...itkwasm-compress-stringify-emscripten/itkwasm_compress_stringify_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...-stringify-wasi/itkwasm_compress_stringify_wasi/wasm_modules/compress-stringify.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-24 Bytes
(100%)
...ngify-wasi/itkwasm_compress_stringify_wasi/wasm_modules/parse-string-decompress.wasi.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
const defaultImageTag = '20240408-db9afd60' | ||
const defaultImageTag = '20240413-b75cd2b9' | ||
export default defaultImageTag |
2 changes: 1 addition & 1 deletion
2
packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-199 Bytes
(100%)
...sm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/apply-presentation-state-to-image.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-24 Bytes
(100%)
.../itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/read-dicom-encapsulated-pdf.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-199 Bytes
(100%)
...itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/read-image-dicom-file-series.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-24 Bytes
(100%)
...on/itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/structured-report-to-html.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-24 Bytes
(100%)
...on/itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/structured-report-to-text.wasi.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...wnsample/python/itkwasm-downsample-emscripten/itkwasm_downsample_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ges/image-io/python/itkwasm-image-io-emscripten/itkwasm_image_io_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/mesh-io/python/itkwasm-mesh-io-emscripten/itkwasm_mesh_io_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
[build-system] | ||
requires = ["scikit-build-core"] | ||
build-backend = "scikit_build_core.build" | ||
|
||
[project] | ||
name = "itk-webassemblyinterface" | ||
version = "1.0b171" | ||
description = "IO with the itk-wasm file formats" | ||
readme = "docs/itk-webassemblyinterface-description.md" | ||
license = {file = "LICENSE"} | ||
authors = [ | ||
{ name = "Matthew M. McCormick", email = "matt.mccormick@kitware.com" }, | ||
] | ||
keywords = [ | ||
"itk", | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: Healthcare Industry", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: Android", | ||
"Operating System :: MacOS", | ||
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX", | ||
"Operating System :: Unix", | ||
"Programming Language :: C++", | ||
"Programming Language :: Python", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: Information Analysis", | ||
"Topic :: Scientific/Engineering :: Medical Science Apps.", | ||
"Topic :: Software Development :: Libraries", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"itk>=5.4rc3", | ||
"itk-meshtopolydata>=0.11rc3", | ||
] | ||
|
||
[project.urls] | ||
Download = "https://github.com/InsightSoftwareConsortium/itk-wasm" | ||
Homepage = "https://github.com/InsightSoftwareConsortium/itk-wasm" | ||
|
||
[tool.scikit-build] | ||
# The versions of CMake to allow. If CMake is not present on the system or does | ||
# not pass this specifier, it will be downloaded via PyPI if possible. An empty | ||
# string will disable this check. | ||
cmake.version = ">=3.16" | ||
|
||
# A list of args to pass to CMake when configuring the project. Setting this in | ||
# config or envvar will override toml. See also ``cmake.define``. | ||
cmake.args = [] | ||
|
||
# A table of defines to pass to CMake when configuring the project. Additive. | ||
cmake.define = {} | ||
|
||
# Verbose printout when building. | ||
cmake.verbose = true | ||
|
||
# The build type to use when building the project. Valid options are: "Debug", | ||
# "Release", "RelWithDebInfo", "MinSizeRel", "", etc. | ||
cmake.build-type = "Release" | ||
|
||
# The source directory to use when building the project. Currently only affects | ||
# the native builder (not the setuptools plugin). | ||
cmake.source-dir = "." | ||
|
||
# The versions of Ninja to allow. If Ninja is not present on the system or does | ||
# not pass this specifier, it will be downloaded via PyPI if possible. An empty | ||
# string will disable this check. | ||
ninja.version = ">=1.11" | ||
|
||
# The logging level to display, "DEBUG", "INFO", "WARNING", and "ERROR" are | ||
# possible options. | ||
logging.level = "INFO" | ||
|
||
# Files to include in the SDist even if they are skipped by default. Supports | ||
# gitignore syntax. | ||
sdist.include = [] | ||
|
||
# Files to exclude from the SDist even if they are included by default. Supports | ||
# gitignore syntax. | ||
sdist.exclude = [] | ||
|
||
# A list of license files to include in the wheel. Supports glob patterns. | ||
wheel.license-files = ["LICEN[CS]E*",] | ||
|
||
# Target the platlib or the purelib. If not set, the default is to target the | ||
# platlib if wheel.cmake is true, and the purelib otherwise. | ||
wheel.platlib = "false" | ||
|
||
# If CMake is less than this value, backport a copy of FindPython. Set to 0 | ||
# disable this, or the empty string. | ||
backport.find-python = "3.26.1" | ||
|
||
# Select the editable mode to use. Can be "redirect" (default) or "inplace". | ||
editable.mode = "redirect" | ||
|
||
# Rebuild the project when the package is imported. The build-directory must be | ||
# set. | ||
editable.rebuild = false | ||
|
||
# If set, this will provide a method for backward compatibility. | ||
minimum-version = "0.8.2" | ||
|
||
# The build directory. Defaults to a temporary directory, but can be set. | ||
build-dir = "build/{wheel_tag}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters