weasis-dicom-tools icon indicating copy to clipboard operation
weasis-dicom-tools copied to clipboard

Allow building with JitPack, and using with mac-aarch64

Open jpwiedekopf opened this issue 2 years ago • 0 comments

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.

jpwiedekopf avatar Sep 15 '22 09:09 jpwiedekopf