hdfview
hdfview copied to clipboard
Check aarch64 in machine.arch property
In the build.xml https://github.com/HDFGroup/hdfview/blob/854748012ceb50fb021200aa274363ef33a4b3c6/build.xml#L152-L157
It only handles two arch: x86_64 and ppc64le. I am building HDFView on aarch64, and it collected the wrong x86_64 native jars for swt.
I have to override the property in command line:
ant -Dmachine.arch=aarch64
Fixed in next release.