-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version, correct news name to NEWS.Rd
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
Package: RViennaCL | ||
Type: Package | ||
Title: ViennaCL C++ Header Files | ||
Version: 1.6.3-1 | ||
Date: 2015-05-26 | ||
Version: 1.7.0-0 | ||
Date: 2015-10-30 | ||
Author: Charles Determan Jr. | ||
Maintainer: Charles Determan Jr <cdetermanjr@gmail.com> | ||
Description: ViennaCL provides free, portable C++ source | ||
libraries with a large part implemented as template headers. | ||
As done with the BH package, I have placed these libraries in | ||
this package as a more efficient distribution system for CRAN. | ||
The idea is that you can write a package that depends on the | ||
ViennaCL library and yet you do not need to distribute a copy | ||
of this code with your package. | ||
Description: ViennaCL is a free open-source linear algebra library | ||
for computations on many-core architectures (GPUs, MIC) and | ||
multi-core CPUs. The library is written in C++ and supports CUDA, | ||
OpenCL, and OpenMP (including switches at runtime). | ||
I have placed these libraries in this package as a more efficient | ||
distribution system for CRAN. The idea is that you can write a package | ||
that depends on the ViennaCL library and yet you do not need to | ||
distribute a copy of this code with your package. | ||
License: GPL-3 | ||
URL: http://github.com/cdeterman/RViennaCL | ||
BugReports: http://github.com/cdeterman/RViennaCL/issues/new |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters