Skip to content

Commit

Permalink
R matrix extraction from a VA, and a few k-means bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cypof committed May 13, 2013
1 parent 41a409d commit f6050e4
Showing 26 changed files with 740 additions and 620 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -31,6 +31,6 @@
<classpathentry kind="lib" path="lib/fastr/antlr-runtime-3.5.jar"/>
<classpathentry kind="lib" path="lib/fastr/arpack_combined_all.jar"/>
<classpathentry kind="lib" path="lib/fastr/netlib-java-0.9.3.jar"/>
<classpathentry kind="lib" path="lib/fastr/r.jar"/>
<classpathentry kind="lib" path="lib/fastr/r.jar" sourcepath="lib/fastr/r-sources.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -95,6 +95,9 @@ function build_classes() {
$TESTSRC/*/*java \
$TESTSRC/*/*/*java

"$JAVA" -ea -cp "${CLASSPATH}"${SEP}"$CLASSES" water.TypeMap
"$JAVAC" ${JAVAC_ARGS} -cp "${CLASSPATH}" -d "$CLASSES" $SRC/water/TypeMapGen.java

cp -r ${RESOURCES}/* "${CLASSES}"
cat >> "$VERSION_PROPERTIES" <<EOF
h2o.git.version=$($GIT rev-parse HEAD 2>/dev/null )
Binary file added lib/fastr/r-sources.jar
Binary file not shown.
Loading

0 comments on commit f6050e4

Please sign in to comment.