Skip to content

Commit 2010e8d

Browse files
committed
Update maintainer address and bump version number
Also simplify README and mention MacOS there.
1 parent 04c50e7 commit 2010e8d

File tree

4 files changed

+11
-21
lines changed

4 files changed

+11
-21
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: RcppArrayFire
22
Type: Package
33
Title: Rcpp integration for ArrayFire
4-
Version: 0.0.3.1
4+
Version: 0.1.0
55
Authors@R: as.person(c(
66
"Kazuki Fukui [aut]",
7-
"Ralf Stubner <ralf.stubner@daqana.com> [aut, cre]"
7+
"Ralf Stubner <ralf.stubner@gmail.com> [aut, cre]"
88
))
99
Description: RcppArrayFire provides an Rcpp wrapper for the ArrayFire Library,
1010
an open source library that can make use of GPUs and other accelerators via
@@ -19,7 +19,7 @@ LinkingTo: Rcpp
1919
SystemRequirements: C++11, ArrayFire libraries and header files (https://arrayfire.com/)
2020
URL: https://www.daqana.org/rcpparrayfire/, https://github.com/daqana/rcpparrayfire/
2121
BugReports: https://github.com/daqana/rcpparrayfire/issues
22-
RoxygenNote: 6.1.0
22+
RoxygenNote: 6.1.1
2323
Suggests: pkgKitten,
2424
knitr,
2525
rmarkdown,

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# RcppArrayFire 0.0.3.1
1+
# RcppArrayFire 0.1.0
22

3-
* Support for sparse matrices (Kazuki Fukui in #9)
3+
* Support for sparse matrices (Kazuki Fukui in [#9](https://github.com/daqana/rcpparrayfire/pull/9))
4+
* Support MacOS (Ralf in [#5](https://github.com/daqana/rcpparrayfire/pull/5))
45

56
# RcppArrayFire 0.0.3
67

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,10 @@
44
# RcppArrayFire
55

66
R and [ArrayFire library](http://www.arrayfire.com/) via Rcpp.
7-
8-
## Prerequisites
9-
10-
In order to use RcppArrayFire you will need R including development tools and Rcpp.
11-
On a Debian based or derived system, this can be achieved with:
12-
13-
```
14-
sudo apt-get install r-base-dev r-cran-rcpp
15-
```
16-
17-
In principle ArrayFire has been packaged for Debian. However, the CUDA backend
18-
is not included and usage of the packaged OpenCL backend is hindered by a
19-
[bug in the clBLAS package](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881054).
20-
For serious usage it is currently better to build from source or use the
21-
[binary installer](http://arrayfire.com/download/) from ArrayFire. See the
7+
You can build the ArrayFire library from source or use the
8+
[binary installer](http://arrayfire.com/download/). See the
229
[ArrayFire documentation](http://arrayfire.org/docs/installing.htm) for details.
10+
RcppArrayFire is developed on Linux and has been tested on Linux and MacOS.
2311

2412

2513
## Installation
@@ -38,7 +26,7 @@ installed ArrayFire in a non-standard directory, you can use the
3826
configure argument `--with-arrayfire`:
3927

4028
```R
41-
install.packages("RcppArrayFire", configure.args = "--with-arrayfire=/opt/arrayfire-3")
29+
install.packages("RcppArrayFire", configure.args = "--with-arrayfire=/opt/arrayfire")
4230
```
4331

4432
## Trademark notice

man/RcppArrayFire-package.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)