Skip to content

Commit

Permalink
Updated h5 module
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Dec 15, 2022
1 parent 15c2f06 commit 3029e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ jobs:
libhdf5-dev \
opencl-headers
- name: Find hdf5
run: |
sudo find / -name "*hdf5*"
- name: Move VSL source code to V Modules
run: mv ./vsl ~/.vmodules

Expand Down
2 changes: 1 addition & 1 deletion io/h5/_cflags.c.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module h5

#flag linux /usr/include/hdf5/serial/ -I/usr/local/include -I@VMODROOT
#flag linux -I/usr/include/hdf5/serial/ -I/usr/local/include -I@VMODROOT
#flag linux -L/usr/lib -L/usr/lib/x86_64-linux-gnu/hdf5/serial/ -L/usr/local/lib -pthread -lhdf5 -lhdf5_hl
#flag darwin -I/usr/local/include -I@VMODROOT
#flag darwin -lhdf5 -lhdf5_hl
Expand Down

0 comments on commit 3029e23

Please sign in to comment.