Skip to content

Commit 3fb6917

Browse files
committed
strip out boost.simd (moved to RcppNT2)
1 parent af097d7 commit 3fb6917

File tree

3,723 files changed

+2
-129493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,723 files changed

+2
-129493
lines changed

R/build.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ RcppParallelLibs <- function() {
3030
inlineCxxPlugin <- function() {
3131
list(
3232
env = list(
33-
PKG_CXXFLAGS = paste("$(CXX1XSTD)", tbbCxxFlags()),
33+
PKG_CXXFLAGS = tbbCxxFlags(),
3434
PKG_LIBS = tbbLdFlags()
3535
),
3636
includes = "#include <RcppParallel.h>",
37-
LinkingTo = c("RcppParallel", "BH"),
37+
LinkingTo = "RcppParallel",
3838
body = function(x) x,
3939
Depends = "RcppParallel"
4040
)

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ For additional documentation on using RcppParallel see the package website at ht
1010

1111
The RcppParallel package is made available under the [GPLv2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
1212

13-
`Boost.SIMD` is licensed under the [Boost Software License, Version 1.0](http://www.boost.org/users/license.html).
14-
1513
The TinyThread library is licensed under the [zlib/libpng](http://www.opensource.org/licenses/zlib-license.php) license as described [here](https://gitorious.org/tinythread/tinythreadpp/source/master:README.txt).
1614

1715
The Intel TBB Library is licensed under the GPLv2 (as described at https://www.threadingbuildingblocks.org/Licensing):

gen/boost-simd-headers-fixup.R

Lines changed: 0 additions & 40 deletions
This file was deleted.

gen/simd-ops.R

Lines changed: 0 additions & 77 deletions
This file was deleted.

inst/examples/boost-simd/boost-simd-capabilities.cpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

inst/examples/boost-simd/boost-simd-dot.cpp

Lines changed: 0 additions & 62 deletions
This file was deleted.

inst/examples/boost-simd/boost-simd-for-each.cpp

Lines changed: 0 additions & 41 deletions
This file was deleted.

inst/examples/boost-simd/boost-simd-hello-world.cpp

Lines changed: 0 additions & 30 deletions
This file was deleted.

inst/examples/boost-simd/boost-simd-map-reduce.cpp

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)