Cpp library gluecode#36
Conversation
…ion and installation
|
@sayerhs The spack based config script doesn't quite work with linking to the hdf5 libraries. Could you please help with this issue when you get the time. @jrood-nrel is quite familiar with my frustrations on this issue. |
Spack's HDF5 doesn't use a CMake configuration file, so the dependencies on zlib and libxml2 are set correctly when compiling the `openfastcpp` executable. The update specifically adds these dependencies to ensure compilation under both autoconf and CMake builds of HDF5.
|
@gantech I have added a new commit to your |
sayerhs
left a comment
There was a problem hiding this comment.
Recommend independent testing of build process against Peregrine shared Spack installation before merging with dev.
|
@rafaelmudafort and @sayerhs I updated the installation instructions. Could you provide some feedback on this. I mostly copied them from @jrood-nrel's instructions for Nalu. |
|
|
||
| This assumes you have a Homebrew installation of GCC installed already | ||
| (we are using GCC 6.3.0). These instructions have been tested on OSX 10.11. MacOS 10.12 | ||
| will not build CMake with GCC anymore, so these instructions won't work |
There was a problem hiding this comment.
Thanks to @rafaelmudafort for pointing this line out. I'm not sure about this. Hence I'm taking this out.
layout fix and content update
add openfast to spack packages
|
Thanks for all the modifications to the installation instructions @rafaelmudafort. Could we merge this into dev then? |
Improving robustness in C++ API and including installation instructions and sample installation and configuration scripts.