pkgconfig: Compiler configuration arguments for use of Rhtslib

Description Usage Arguments Value Author(s) Examples

View source: R/zzz.R

Description

This function returns values for PKG_LIBS and PKG_CPPFLAGS variables for use in Makevars files. See vignette("Rhtslib") for details. The environment variable RHTSLIB_RPATH can be used to over-ride the inferred location of the installed package.

Usage

1
pkgconfig(opt = c("PKG_LIBS", "PKG_CPPFLAGS"))

Arguments

opt

A scalar character from the list of available options; default is PKG_LIBS.

Value

NULL; prints the corresponding value to stdout.

Author(s)

Nathaniel Hayden mailto:nhayden@fredhutch.org

Examples

1
2
pkgconfig("PKG_LIBS")
pkgconfig("PKG_CPPFLAGS")

Rhtslib documentation built on Nov. 8, 2020, 4:55 p.m.