Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ant clean-jars
- Buildfile: /home/genie/jblas/build.xml
- clean-jars:
- BUILD SUCCESSFUL
- Total time: 0 seconds
- ./configure --keep-options $(cat configure.options)
- checking for java, javac... ok
- determining operating system... ok (Linux)
- determining architecture... ok (amd64)
- determining architecture flavor... ok (sse3)
- looking for nm... ok
- locating the Java Development Kit... ok (/usr/lib/jvm/java-1.7.0-openjdk-amd64)
- Setting up gcc and flags... ok (gcc)
- deciding whether to use g77 or gfortran... ok (gfortran)
- looking for version of make... ok (make)
- search for lapack sources (configure by --lapack=dir)... ok (./lapack-lite-3.1.1)
- determining build type... ok (dynamic)
- getting library path...... ok (["/usr/lib"])
- determining whether to build for lapack or atlas... ok (openblas)
- looking for libraries...... {"openblas"=>"/usr/lib", "lapack"=>"/usr/lib"}
- ok
- Configuration succesfull, writing out results to configure.out
- ant jar
- Buildfile: /home/genie/jblas/build.xml
- prepare:
- preprocess:
- generate-float:
- [echo] Generating float version of org.jblas.DoubleMatrix
- [echo] Generating float version of org.jblas.DoubleFunction
- [echo] Generating float version of org.jblas.ComplexDouble
- [echo] Generating float version of org.jblas.TestDoubleMatrix
- [echo] Generating float version of org.jblas.TestBlasDouble
- [echo] Generating float version of org.jblas.ComplexDoubleMatrix
- [echo] Add float versions to class org.jblas.SimpleBlas
- [echo] Add float versions to class org.jblas.Solve
- [echo] Add float versions to class org.jblas.Eigen
- [echo] Add float versions to class org.jblas.Geometry
- [echo] Add float versions to class org.jblas.MatrixFunctions
- [echo] Add float versions to class org.jblas.JavaBlas
- [echo] Add float versions to class org.jblas.Singular
- compile:
- [javac] /home/genie/jblas/build.xml:129: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
- [javac] Compiling 13 source files to /home/genie/jblas/target/classes
- [javac] Note: Some input files use unchecked or unsafe operations.
- [javac] Note: Recompile with -Xlint:unchecked for details.
- jar:
- [delete] Deleting directory /home/genie/jblas/target/classes/lib
- [copy] Copying 16 files to /home/genie/jblas/target/classes/lib
- [jar] Building jar: /home/genie/jblas/jblas-1.2.3-SNAPSHOT.jar
- BUILD SUCCESSFUL
- Total time: 6 seconds
- ant lean-jar
- Buildfile: /home/genie/jblas/build.xml
- BUILD FAILED
- Target "lean-jar" does not exist in the project "java-blas".
- Total time: 0 seconds
- make: *** [all-jars] Error 1
Advertisement
Add Comment
Please, Sign In to add comment