-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
docs/source/install_linux.rst
Outdated
@@ -51,11 +51,10 @@ Step 1 | |||
~~~~~~ | |||
|
|||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.