File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
- 1.12.x
5
5
- master
6
6
7
+ arch :
8
+ - amd64
9
+ - arm64
10
+
7
11
matrix :
8
12
fast_finish : true
9
13
allow_failures :
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ package hdf5
7
7
// #cgo LDFLAGS: -lhdf5 -lhdf5_hl
8
8
// #cgo darwin CFLAGS: -I/usr/local/include
9
9
// #cgo darwin LDFLAGS: -L/usr/local/lib
10
- // #cgo linux CFLAGS: -I/usr/local/include, -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include
11
- // #cgo linux LDFLAGS: -L/usr/local/lib, -L/usr/lib/x86_64-linux-gnu/hdf5/serial/
10
+ // #cgo linux,!arm64 CFLAGS: -I/usr/local/include, -I/usr/lib/x86_64-linux-gnu/hdf5/serial/include
11
+ // #cgo linux,!arm64 LDFLAGS: -L/usr/local/lib, -L/usr/lib/x86_64-linux-gnu/hdf5/serial/
12
+ // #cgo linux,arm64 CFLAGS: -I/usr/local/include, -I/usr/lib/aarch64-linux-gnu/hdf5/serial/include
13
+ // #cgo linux,arm64 LDFLAGS: -L/usr/local/lib, -L/usr/lib/aarch64-linux-gnu/hdf5/serial/
12
14
// #include "hdf5.h"
13
15
import "C"
You can’t perform that action at this time.
0 commit comments