julia 0.2.0+dfsg-5ubuntu1 source package in Ubuntu

Changelog

julia (0.2.0+dfsg-5ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - build depend on libunwind8-dev instead of libunwind7-dev

julia (0.2.0+dfsg-5) unstable; urgency=low

  * Transition to suitesparse 4.2.1.

julia (0.2.0+dfsg-4) unstable; urgency=low

  * Make the parallel.jl test non-fatal.
 -- Bhavani Shankar <email address hidden>   Sun, 29 Dec 2013 23:35:40 +0530

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
julia_0.2.0+dfsg.orig.tar.xz 2.4 MiB c1a3dc85cd6e80355e1c33392433ef82c812da645d9e9188632b6703833fe78e
julia_0.2.0+dfsg-5ubuntu1.debian.tar.gz 29.8 KiB e4e51cd951dff041d7b6fa9c58d7a55da053fec29ff6eb6aebfb9e4fb73877e9
julia_0.2.0+dfsg-5ubuntu1.dsc 2.0 KiB e601b2c2947f734fac3d34e38ebc0e532d152b67058bf839272f0ee663fdb268

View changes file

Binary packages built by this source

julia: high-performance programming language for technical computing

 Julia is a high-level, high-performance dynamic programming language for
 technical computing, with syntax that is familiar to users of other technical
 computing environments. It provides a sophisticated compiler, distributed
 parallel execution, numerical accuracy, and an extensive mathematical function
 library. The library, mostly written in Julia itself, also integrates mature,
 best-of-breed C and Fortran libraries for linear algebra, random number
 generation, FFTs, and string processing. Julia programs are organized around
 defining functions, and overloading them for different combinations of
 argument types (which can also be user-defined).
 .
 This package provides a complete Julia installation (JIT compiler, standard
 library, text-based user interface).

julia-dbg: high-performance programming language for technical computing

 Julia is a high-level, high-performance dynamic programming language for
 technical computing, with syntax that is familiar to users of other technical
 computing environments. It provides a sophisticated compiler, distributed
 parallel execution, numerical accuracy, and an extensive mathematical function
 library. The library, mostly written in Julia itself, also integrates mature,
 best-of-breed C and Fortran libraries for linear algebra, random number
 generation, FFTs, and string processing. Julia programs are organized around
 defining functions, and overloading them for different combinations of
 argument types (which can also be user-defined).
 .
 This package contains the detached debugging symbols.

julia-doc: high-performance programming language for technical computing (documentation)

 Julia is a high-level, high-performance dynamic programming language for
 technical computing, with syntax that is familiar to users of other technical
 computing environments. It provides a sophisticated compiler, distributed
 parallel execution, numerical accuracy, and an extensive mathematical function
 library. The library, mostly written in Julia itself, also integrates mature,
 best-of-breed C and Fortran libraries for linear algebra, random number
 generation, FFTs, and string processing. Julia programs are organized around
 defining functions, and overloading them for different combinations of
 argument types (which can also be user-defined).
 .
 This package contains the Julia manual, which describes the language and its
 standard library. It also contains example Julia programs.