hdfview icon indicating copy to clipboard operation
hdfview copied to clipboard

Check aarch64 in machine.arch property

Open jiegec opened this issue 2 years ago • 1 comments

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

jiegec avatar Jul 05 '22 05:07 jiegec

Fixed in next release.

byrnHDF avatar Jun 22 '23 17:06 byrnHDF