LLNL / MACSio

A Multi-purpose, Application-Centric, Scalable I/O Proxy Application
https://computing.llnl.gov/projects/co-design/macsio
Other
34 stars 16 forks source link

json-cwx build error #6

Closed gonsie closed 7 years ago

gonsie commented 7 years ago

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.

markcmiller86 commented 7 years ago

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 ;)

gonsie commented 7 years ago

This was fixed in 5b01687761f28d1bbf61c796a644a701c56dce3e.