forked from BIDData/BIDMach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·27 lines (27 loc) · 1.32 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
<?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/CUDA5.5/SDK/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/commons-math3-3.1.1.jar"/>
<classpathentry kind="lib" path="lib/jhdf5.jar"/>
<classpathentry kind="lib" path="lib/lz4-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/ptplot.jar"/>
<classpathentry kind="lib" path="lib/ptplotapplication.jar"/>
<classpathentry kind="lib" path="lib/BIDMat.jar"/>
<classpathentry kind="lib" path="lib/jcuda-0.6.5.jar"/>
<classpathentry kind="lib" path="lib/jcufft-0.6.5.jar"/>
<classpathentry kind="lib" path="lib/jcurand-0.6.5.jar"/>
<classpathentry kind="lib" path="lib/jcusparse-0.6.5.jar"/>
<classpathentry kind="lib" path="lib/jline-2.11.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>