File: rules

package info (click to toggle)
golang-github-apache-arrow-go 18.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,200 kB
  • sloc: asm: 477,547; ansic: 5,369; cpp: 759; sh: 585; makefile: 319; python: 190; sed: 5
file content (12 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# strip down this package to suite golang-github-gorgonia-tensor,
# since this package needs a lot of unpackaged build dependencies
export DH_GOLANG_BUILDPKG := \
	github.com/apache/arrow-go/v18/arrow/bitutil \
	github.com/apache/arrow-go/v18/arrow/endian \
	github.com/apache/arrow-go/v18/arrow/internal/debug \
	github.com/apache/arrow-go/v18/arrow/memory

%:
	dh $@ --builddirectory=_build --buildsystem=golang