Skip to content

enabling TBB breaks packages written by nCompiler #127

Description

@paciorek

I get messages like this:

nf <- nFunction(
                fun = function() {
                    x <- 3
                    })
writePackage(nf, pkgName = 'mytest')
R CMD build mytest
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘mytest’ in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/tmp/Rtmpvj6V0L/Rinst1cb86e647bcb2d/00LOCK-mytest/00new/mytest/libs/mytest.so':
  /tmp/Rtmpvj6V0L/Rinst1cb86e647bcb2d/00LOCK-mytest/00new/mytest/libs/mytest.so: undefined symbol: _ZN3tbb10interface58internal9task_base7destroyERNS_4taskE
Error: loading failed

@perrydv I will investigate further, but if you've run into anything like this before, throw a breadcrumb my way.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions