julia.git
5 years agoJulia requires SSE2 on i386
Sébastien Villemot [Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)]
Julia requires SSE2 on i386

Bug: https://github.com/JuliaLang/julia/issues/7185
Forwarded: no
Last-Update: 2015-11-01

This patch adds an explicit error message if the CPU does not support SSE2.
The CPU features are queried using the x86 CPUID opcode. The wrapper function
__get_cpuid() is provided by GCC and Clang. See <cpuid.h> for the list of
supported CPU extension flags.
Last-Update: 2015-11-01
Gbp-Pq: Name require-sse2-on-i386.patch

5 years agoRemove hardcoded GCC optimization flags
Sébastien Villemot [Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)]
Remove hardcoded GCC optimization flags

Forwarded: not-needed
Last-Update: 2015-11-17

This is necessary in order to make DEB_BUILD_OPTIONS=noopt work as expected.

Note that the hack on llvm-config --cxxflags is not absolutely needed, because
the -O2 that it brings come before the -O0 brought by dpkg-buildflags. But I
leave it for clarity.
Last-Update: 2015-11-17
Gbp-Pq: Name support-noopt.patch

5 years agoLet the upstream downloader used during build be verbose,
Debian Julia Team [Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)]
Let the upstream downloader used during build be verbose,

Last-Update: 20180711
Forwarded: no need

        and prevent it from accessing internet.

Gbp-Pq: Name jldownload-verbose-fakedownload.patch

5 years agomask-failing-tests
Debian Julia Team [Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)]
mask-failing-tests

Gbp-Pq: Name mask-failing-tests.patch

5 years agojulia (1.5.2+dfsg-1) unstable; urgency=medium
Norbert Preining [Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)]
julia (1.5.2+dfsg-1) unstable; urgency=medium

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Set upstream metadata fields: Repository.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

  [ Aron Xu ]
  * Use cp to avoid real invocation of curl command

  [ Mo Zhou ]
  * New upstream version 1.5.0+dfsg
  * Remove the embedded OpenBLAS source package.
  * Rebase+Refresh the existing patches.
  * Upgrade the embedded Pkg.jl
  * Upgrade embedded Statistics.jl
  * Bump LLVM dependency to llvm-10-dev.

  [ Norbert Preining ]
  * Revert openblas removal until test failures with separate library
    are resolved.
  * Add myself to uploaders.
  * Update symbols.
  * Upgrade the embedded Pkg.jl
  * New upstream version 1.5.2+dfsg
  * Update embedded Documenter to 0.25.2
  * Update of privacy breach fixes.
  * Conflict with libjulia-openblas64 for now, as we ship an embedded
    version.

[dgit import unpatched julia 1.5.2+dfsg-1]

5 years agoImport julia_1.5.2+dfsg.orig.tar.xz
Norbert Preining [Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)]
Import julia_1.5.2+dfsg.orig.tar.xz

[dgit import orig julia_1.5.2+dfsg.orig.tar.xz]

5 years agoImport julia_1.5.2+dfsg-1.debian.tar.xz
Norbert Preining [Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)]
Import julia_1.5.2+dfsg-1.debian.tar.xz

[dgit import tarball julia 1.5.2+dfsg-1 julia_1.5.2+dfsg-1.debian.tar.xz]