weasis-dicom-tools
weasis-dicom-tools copied to clipboard
Allow building with JitPack, and using with mac-aarch64
We needed to package this library for a project and wanted to use the JitPack tool for this. However, by default, JitPack builds with Java 8, not with 11, which is required for weasis-dicom-tools. Adding a jitpack.yml at the project root resolves this.
Also, we've added a profile that activates on Mac computers with the aarch64 CPU architecture (M1, M2), required for building the openCV native library.