osPlanning / omx

Open Matrix (OMX)
https://github.com/osPlanning/omx/wiki
Apache License 2.0
49 stars 18 forks source link

Java OMX library won’t compile against HDF5 1.10 #33

Closed bstabler closed 4 years ago

bstabler commented 6 years ago

@jeabraham - I’m trying to use the Java OMX library and it won’t compile against HDF5 1.10 because they’ve moved to long pointers. Has anyone tackled the conversion/update? I’m giving it a go but it’s a bit of work.

My motivation is actually to put the PECAS economic flow matrices (700 or so of them) into one file that can be read by a visualization program. That visualization program is currently in Javascript. Has anyone tackled reading OMX matrices from Javascript? There’s a Javascript HDF5 library. See #32

bstabler commented 6 years ago

I have not. I just checked the version of HDF5 we're using for OMX and it is 1.8.8 fyi.

jeabraham commented 6 years ago

Thanks @bstabler . I got it compiling against 1.8.8 again so have temporarily stopped working on the 1.10 port. (I got a little confused by the embedded/dependent jar files.)