Repository: systemml
Updated Branches:
  refs/heads/master 988366de0 -> 66b28c6e3


[SYSTEMML-1744] JCuda jars in extra assembly jar

Closes #559


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/66b28c6e
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/66b28c6e
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/66b28c6e

Branch: refs/heads/master
Commit: 66b28c6e356e894c7e6c21655dab85484bf4840a
Parents: 988366d
Author: Nakul Jindal <naku...@gmail.com>
Authored: Thu Jul 6 15:18:35 2017 -0700
Committer: Nakul Jindal <naku...@gmail.com>
Committed: Thu Jul 6 15:18:35 2017 -0700

----------------------------------------------------------------------
 src/assembly/extra.xml     | 12 +++++++++++
 src/assembly/extra/LICENSE | 48 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/66b28c6e/src/assembly/extra.xml
----------------------------------------------------------------------
diff --git a/src/assembly/extra.xml b/src/assembly/extra.xml
index 75ca4d7..24c2d87 100644
--- a/src/assembly/extra.xml
+++ b/src/assembly/extra.xml
@@ -50,4 +50,16 @@
                        <outputDirectory>.</outputDirectory>
                </fileSet>
        </fileSets>
+
+       <!-- Include platform specific JCuda Jars -->
+       <dependencySets>
+               <dependencySet>
+                       <includes>
+                               <include>org.jcuda:*</include>
+                       </includes>
+                       <unpack>true</unpack>
+                       <scope>compile</scope>
+               </dependencySet>
+       </dependencySets>
+
 </assembly>

http://git-wip-us.apache.org/repos/asf/systemml/blob/66b28c6e/src/assembly/extra/LICENSE
----------------------------------------------------------------------
diff --git a/src/assembly/extra/LICENSE b/src/assembly/extra/LICENSE
index bc42b2d..c495849 100644
--- a/src/assembly/extra/LICENSE
+++ b/src/assembly/extra/LICENSE
@@ -460,3 +460,51 @@ Copyright 2017 The TensorFlow Authors.  All rights 
reserved.
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+
+===============================================================================
+
+The following compile-scope dependencies come under the MIT License
+
+JCuda (jcuda.org)
+
+org.jcuda:jcuda:0.8.0
+org.jcuda:jcublas:0.8.0
+org.jcuda:jcufft:0.8.0
+org.jcuda:jcusparse:0.8.0
+org.jcuda:jcusolver:0.8.0
+org.jcuda:jcurand:0.8.0
+org.jcuda:jnvgraph:0.8.0
+org.jcuda:jcudnn:0.8.0
+org.jcuda:jcuda-natives:0.8.0
+org.jcuda:jcublas-natives:0.8.0
+org.jcuda:jcufft-natives:0.8.0
+org.jcuda:jcusparse-natives:0.8.0
+org.jcuda:jcusolver-natives:0.8.0
+org.jcuda:jcurand-natives:0.8.0
+org.jcuda:jnvgraph-natives:0.8.0
+org.jcuda:jcudnn-natives:0.8.0
+
+
+The MIT License (MIT)
+
+Copyright (c) 2008-2016 Marco Hutter - http://www.jcuda.org
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+===============================================================================

Reply via email to