LLNL/MACSio

json-cwx build error

Closed this issue · 2 comments

It looks like the json-cwx package is missing the INSTALL file from auto tools, preventing MACSio from building out-of-the-box.

Solution 1:
Re-generate auto tools for the json-cwx package by adding cd json-cwx; ./autogen.sh; cd .. to macsio/Makefile:125

Solution 2:
Include the generated file at json-cwx/INSTALL in this repository.

Hmm. I suspect I've left the repo in a bad state. Lemme check into this early next week. I just looked and my local repo on my laptop is way ahead of the remote. I've already done most of the work for checksuming data and had totally forgotten about it ;)

This was fixed in 5b01687.