Skip to content
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

Update installation suggestions for Marconi/gnu #2299

Merged
merged 2 commits into from
May 4, 2021

Conversation

johnomotani
Copy link
Contributor

New library versions, and recently checked instructions.

johnomotani and others added 2 commits May 4, 2021 15:06
New library versions, and recently checked instructions.
@johnomotani johnomotani added documentation small-change Changes less than 100 lines - should be quick to review labels May 4, 2021
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/directory/to/install/netcdf -DCMAKE_BUILD_TYPE=Release ..
CPPFLAGS="-I<prefix for hdf5>/include -I<prefix for netcdf>/include" LDFLAGS="-L<prefix for hdf5>/lib/ -L<prefix for netcdf>/lib/" ./configure --prefix=<prefix for netcdf>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather then repetetive <prefix ...> it would be nice to set NETCDFDIR=<prefix ...> and then use $NETCDFDIR

@@ -213,37 +213,33 @@ The following configuration commands have been used successfully:
make
make install

* netCDF-4.7.4::
* netCDF-4.7.4 (note: using cmake to build gave errors in ``make test`` while the autotools build with ``configure`` passed all tests in ``make check``; netCDF-4.8.0 failed to link to hdf5-1.12.0 and failed tests with both cmake and autotools)::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is nicer to put the notes below the commands, without () - but this is just personal taste.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both good points, but it's merged now...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I was a bit quick off the mark there!

@ZedThree ZedThree merged commit 09133ba into next May 4, 2021
@ZedThree ZedThree deleted the marconi-installation-update branch May 4, 2021 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation small-change Changes less than 100 lines - should be quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants