Skip to content
Prev 8586 / 21312 Next

[Bioc-devel] C library or C package API for regular expressions

The static library is available for linking once flowCore is installed. 
But headers comes from BH package. So you need to add BH to 'linkingTo' 
field of DESCRIPTION file and point to flowCore's compiled static 
library through 'PKG_LIBS' in your Makevars file. Use 
'flowCore:::LdFlags()' to generate the linking path automatically. See 
the example in 'flowWorkspace/src/Makevars.in'

Once Bioconductor upgrades gcc to 4.9,  all of these will be unnecessary 
. see https://github.com/RGLab/flowWorkspace/issues/160.

Mike
On 01/25/2016 04:08 AM, Morgan, Martin wrote: