File: control

package info (click to toggle)
fast5 0.6.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 808 kB
  • sloc: cpp: 7,056; python: 626; makefile: 97
file content (15 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command:
	cp /usr/share/doc/libfast5-dev/examples/* $AUTOPKGTEST_TMP
	&& cd $AUTOPKGTEST_TMP
	&& make FAST5_DIR=/usr/include
	HDF5_INCLUDE_DIR=/usr/include/hdf5/serial
	HDF5_LIB_DIR=/usr/lib/$(gcc -print-multiarch)/hdf5/serial
Depends:
	build-essential,
	libfast5-dev,
Restrictions: allow-stderr

Test-Command:
	python3 -c "import fast5"
Depends:
	python3-fast5