File: rules

package info (click to toggle)
r-cran-hdf5 1.6.10-4.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 388 kB
  • ctags: 76
  • sloc: ansic: 1,559; sh: 10; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# 							-*- makefile -*-
# debian/rules file for the Debian/GNU Linux r-cran-hdf5 package
# Copyright 2003-2007 by Dirk Eddelbuettel <edd@debian.org>

include /usr/share/R/debian/r-cran.mk

ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
  extraInstallFlags := "--configure-args=--with-hdf5=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial"
endif