julia 0.3.12-1 source package in Ubuntu

Changelog

julia (0.3.12-1) unstable; urgency=medium

  [ Peter Colberg ]
  * Imported Upstream version 0.3.12
  * Add julia-common package with standard library and test suite.
  * Remove embedded libraries:
    + Build depend on libdsfmt-dev.
    + Build depend on libutf8proc-dev.
  * Generate version_git.jl from upstream commit.
  * Build documentation using python3-sphinx.
  * Fix potential privacy breach in documentation:
    + Use libjs-modernizr package inplace of external link.
    + Strip external link to Google Fonts API.
  * Query SSE2 extension on i386 using x86 CPUID opcode.
  * Do not query ldconfig for library sonames.
  * Generate package dependencies for dynamically loaded libraries.
  * Symlink dynamically loaded libraries to private library path.
  * Add missing examples test for Base.runtests().
  * Fix hanging socket test for Base.runtests().
  * Enable parallel test.

  [ Graham Inggs ]
  * Build in the multiarch lib directories as well,
    so that patchelf is no longer required. (Closes: #799099)
  * Build everywhere. (Closes: #802583)
    + Use libopenlibm where available, libm elsewhere.
    + Use libopenblas where available, libblas and liblapack elsewhere.
    + Cherry-pick patches from upstream 0.4.0 for armhf and ppc64el.

 -- Graham Inggs <email address hidden>  Fri, 13 Nov 2015 15:56:34 +0200

Upload details

Uploaded by:
Debian Julia Team
Uploaded to:
Sid
Original maintainer:
Debian Julia Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
julia_0.3.12-1.dsc 2.5 KiB 0024fe138bc0fe0f3eafe548044efd31b04cfe62d41940fdef7116d5279c2a4f
julia_0.3.12.orig.tar.xz 2.3 MiB 4479caf0f3ef940bbf3f2bd136aacce1d599a22ea47f12d281d5b517e7417cff
julia_0.3.12-1.debian.tar.xz 23.0 KiB 275b9fb1553ee23af8ca747b4241fb9e770e8771f470110ca73a5b5a7f6f3614

No changes file available.

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-common: high-performance programming language for technical computing (common files)

 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 standard library and test suite.

julia-dbg: No summary available for julia-dbg in ubuntu xenial.

No description available for julia-dbg in ubuntu xenial.

julia-dbgsym: debug symbols for package julia

 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-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.