Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3io.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
common
KM3io.jl
Commits
626f05fc
Verified
Commit
626f05fc
authored
1 year ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete HDF5 hint
parent
9bb3c02c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/src/index.md
+0
-18
0 additions, 18 deletions
docs/src/index.md
with
0 additions
and
18 deletions
docs/src/index.md
+
0
−
18
View file @
626f05fc
...
...
@@ -35,24 +35,6 @@ After that, you can instal `KM3io.jl` just like any other Julia package:
julia> import Pkg; Pkg.add("KM3io")
!!! note
If you encounter the error `UndefVarError: libhdf5 not defined`, you are probably
using an M1 or M2 Mac computer. There is an issue with `HDF5.jll` due to a missing
precompiled `libhdf5` artifact for the M1 and M2 architectures, so you need to
install it manually and set an envrionment variable before starting Julia.
You can easily install `hdf5lib` using e.g. `brew`:
brew install hdf5
and then set the environment variable `JULIA_HDF5_PATH` to point to the location
of the HDF5 files (put this line into your `~/.bashrc` or `~/.zshrc` or whatever
shell you use):
export JULIA_HDF5_PATH=/opt/homebrew/Cellar/hdf5/1.12.2_2
Make sure that the path is correct, you might have a different version number.
## Quickstart
...
...
This diff is collapsed.
Click to expand it.
Tamas Gal
@tgal
mentioned in commit
a4dccf37
·
1 year ago
mentioned in commit
a4dccf37
mentioned in commit a4dccf3725b6e44510611e7084f5c8e2eb46b3d9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment