Skip to contents

Identify system library requirements

Usage

get_lib_reqs(lib, os, os_release)

Arguments

lib

the name of a system library. Must match the name of the library as written in /rules.

os

the operating system. See fetch_systems().

os_release

the version for os.

Examples

get_lib_reqs("fftw3", "ubuntu", "18.04")
#> $dependencies
#> [1] "libfftw3-dev"
#> 
#> $pre_installs
#> [1] NA
#> 
#> $post_installs
#> [1] NA
#>