Guest User

all-jars.log

a guest
Oct 22nd, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. ant clean-jars
  2. Buildfile: /home/genie/jblas/build.xml
  3.  
  4. clean-jars:
  5.  
  6. BUILD SUCCESSFUL
  7. Total time: 0 seconds
  8. ./configure --keep-options $(cat configure.options)
  9. checking for java, javac... ok
  10. determining operating system... ok (Linux)
  11. determining architecture... ok (amd64)
  12. determining architecture flavor... ok (sse3)
  13. looking for nm... ok
  14. locating the Java Development Kit... ok (/usr/lib/jvm/java-1.7.0-openjdk-amd64)
  15. Setting up gcc and flags... ok (gcc)
  16. deciding whether to use g77 or gfortran... ok (gfortran)
  17. looking for version of make... ok (make)
  18. search for lapack sources (configure by --lapack=dir)... ok (./lapack-lite-3.1.1)
  19. determining build type... ok (dynamic)
  20. getting library path...... ok (["/usr/lib"])
  21. determining whether to build for lapack or atlas... ok (openblas)
  22. looking for libraries...... {"openblas"=>"/usr/lib", "lapack"=>"/usr/lib"}
  23. ok
  24.  
  25. Configuration succesfull, writing out results to configure.out
  26. ant jar
  27. Buildfile: /home/genie/jblas/build.xml
  28.  
  29. prepare:
  30.  
  31. preprocess:
  32.  
  33. generate-float:
  34. [echo] Generating float version of org.jblas.DoubleMatrix
  35. [echo] Generating float version of org.jblas.DoubleFunction
  36. [echo] Generating float version of org.jblas.ComplexDouble
  37. [echo] Generating float version of org.jblas.TestDoubleMatrix
  38. [echo] Generating float version of org.jblas.TestBlasDouble
  39. [echo] Generating float version of org.jblas.ComplexDoubleMatrix
  40. [echo] Add float versions to class org.jblas.SimpleBlas
  41. [echo] Add float versions to class org.jblas.Solve
  42. [echo] Add float versions to class org.jblas.Eigen
  43. [echo] Add float versions to class org.jblas.Geometry
  44. [echo] Add float versions to class org.jblas.MatrixFunctions
  45. [echo] Add float versions to class org.jblas.JavaBlas
  46. [echo] Add float versions to class org.jblas.Singular
  47.  
  48. compile:
  49. [javac] /home/genie/jblas/build.xml:129: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  50. [javac] Compiling 13 source files to /home/genie/jblas/target/classes
  51. [javac] Note: Some input files use unchecked or unsafe operations.
  52. [javac] Note: Recompile with -Xlint:unchecked for details.
  53.  
  54. jar:
  55. [delete] Deleting directory /home/genie/jblas/target/classes/lib
  56. [copy] Copying 16 files to /home/genie/jblas/target/classes/lib
  57. [jar] Building jar: /home/genie/jblas/jblas-1.2.3-SNAPSHOT.jar
  58.  
  59. BUILD SUCCESSFUL
  60. Total time: 6 seconds
  61. ant lean-jar
  62. Buildfile: /home/genie/jblas/build.xml
  63.  
  64. BUILD FAILED
  65. Target "lean-jar" does not exist in the project "java-blas".
  66.  
  67. Total time: 0 seconds
  68. make: *** [all-jars] Error 1
Advertisement
Add Comment
Please, Sign In to add comment