-
-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Milestone
Description
From @gaborcsardi on October 7, 2013 16:26
To avoid name clashes with other packages. See http://cran.us.r-project.org/doc/manuals/r-devel/R-exts.html#Controlling-visibility
Essentially, we need to add
PKG_CFLAGS=$(C_VISIBILITY)
PKG_FFLAGS=$(F77_VISIBILITY)
to Makevars, and then prefix each entry point with attribute_visible, e.g (from the docs):
void attribute_visible R_init_stats(DllInfo *dll)
...
Copied from original issue: igraph/igraph#525
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels