File: use_debian_packaged_libqhull.patch

package info (click to toggle)
r-cran-geometry 0.3-6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,184 kB
  • sloc: ansic: 366; xml: 202; sh: 13; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 31 May 2018 07:43:18 +0200
Description: Link against libqhull

--- a/src/Makevars
+++ b/src/Makevars
@@ -1,4 +1,5 @@
-PKG_CPPFLAGS = -include Rgeometry.h
+PKG_CPPFLAGS = -I/usr/include/qhull -include Rgeometry.h
+PKG_LIBS = -lqhull
 # PKG_LIBS = ${LAPACK_LIBS} ${BLAS_LIBS} ${FLIBS} #-pthread
 # PKG_CFLAGS = @PKG_CFLAGS@