Package: libcolt-free-java / 1.2.0+dfsg-4

Metadata

Package Version Patches format
libcolt-free-java 1.2.0+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_debian_packaged_concurrent_jar.patch | (download)

build.xml | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 use debian packaged version if concurrent

freehep aida.patch | (download)

src/cern/colt/matrix/DoubleMatrix1D.java | 4 4 + 0 - 0 !
src/cern/colt/matrix/DoubleMatrix2D.java | 4 4 + 0 - 0 !
src/cern/colt/matrix/DoubleMatrix3D.java | 4 4 + 0 - 0 !
src/cern/colt/matrix/linalg/Property.java | 4 2 + 2 - 0 !
4 files changed, 14 insertions(+), 2 deletions(-)

 try to get rid of remainings requiring non-free hep aida code
 See https://lists.debian.org/debian-med/2015/02/msg00174.html
 .
 This patch does the second part of this mail commenting the toString() and 
 viewSorted() methods from
    src/cern/colt/matrix/DoubleMatrix1D.java
    src/cern/colt/matrix/DoubleMatrix2D.java
    src/cern/colt/matrix/DoubleMatrix3D.java
 .
 FIXME: I have no idea how to deal with
    src/cern/colt/matrix/linalg/Property.java