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

Support for hdf5r package #1

Open
jefferis opened this issue Apr 26, 2020 · 0 comments
Open

Support for hdf5r package #1

jefferis opened this issue Apr 26, 2020 · 0 comments

Comments

@jefferis
Copy link
Member

@alexanderbates wanted to use the https://github.com/natverse/nat.h5reg package. This needs the hdf5r package. There were a few install issues

  1. you need to install the underlying hdf5 libraries

  2. you need to ensure that hdf5r can find them at install ...

  3. and at package load.

  4. Alex did this. After downloading the source of the hdf5 library (only from the 1.10 series not latest 1.12)

./configure --prefix=/public/flybrain/hdf5 --enable-fortran --enable-cxx
make
make install
  1. Then I edited the PATH and
  2. LD_LIBRARY_PATH
    in the flybrain.csh and flybrain.sh script files

ed03861

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant