forked from BIDData/BIDMach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·34 lines (34 loc) · 1.78 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/scala">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="C:/code/BIDMach/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/java">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="c:/code/CUDA7/bin"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/lz4-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.2.jar"/>
<classpathentry kind="lib" path="lib/BIDMat-1.1.1-cuda8.0.jar"/>
<classpathentry kind="lib" path="lib/jcublas-0.8.0RC.jar"/>
<classpathentry kind="lib" path="lib/jcuda-0.8.0RC.jar"/>
<classpathentry kind="lib" path="lib/jcufft-0.8.0RC.jar"/>
<classpathentry kind="lib" path="lib/jcurand-0.8.0RC.jar"/>
<classpathentry kind="lib" path="lib/jcusolver-0.8.0RC.jar"/>
<classpathentry kind="lib" path="lib/jcusparse-0.8.0RC.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.19.jar"/>
<classpathentry kind="lib" path="lib/jhdf5-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/jline-2.10.jar"/>
<classpathentry kind="lib" path="lib/jocl-2.0.0.jar"/>
<classpathentry kind="lib" path="lib/json-io-4.5.0.jar"/>
<classpathentry kind="lib" path="lib/ptplot-1.0.jar"/>
<classpathentry kind="lib" path="lib/ptplotapplication-1.0.jar"/>
<classpathentry kind="lib" path="lib/scala-arm_2.11-1.4.jar"/>
<classpathentry kind="lib" path="lib/scala-compiler-2.11.0-M8.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>