ld_flags: Get C/C++ Linker Flags for hdf5lib

View source: R/flags.r

ld_flagsR Documentation

Get C/C++ Linker Flags for hdf5lib

Description

Provides the required linker flags to link against the static HDF5 library (libhdf5z.a) bundled with the hdf5lib package.

Usage

ld_flags(api = "latest")

Arguments

api

A numeric value or the string "latest". This parameter is included for consistency with c_flags() and is reserved for future use; it currently has no effect on the linker flags. Defaults to "latest".

Value

A scalar character vector containing the linker flags.

See Also

c_flags()

Examples

ld_flags()


hdf5lib documentation built on May 15, 2026, 9:06 a.m.