julia.git
5 years agoJulia requires SSE2 on i386
Sébastien Villemot [Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +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 [Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +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 [Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +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 [Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +0000)]
mask-failing-tests

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

5 years ago[PATCH] Fix C++ code compilation on ARM with LLVM10 (#36674)
Yichao Yu [Fri, 17 Jul 2020 04:26:39 +0000 (00:26 -0400)]
[PATCH] Fix C++ code compilation on ARM with LLVM10 (#36674)

Gbp-Pq: Name upstream-971e7694-fix-arm-llvm.patch

5 years agojulia (1.5.3+dfsg-2) unstable; urgency=medium
Norbert Preining [Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +0000)]
julia (1.5.3+dfsg-2) unstable; urgency=medium

  * Include upstream patch to fix compilation on arm (Closes: #928131)

[dgit import unpatched julia 1.5.3+dfsg-2]

5 years agoImport julia_1.5.3+dfsg-2.debian.tar.xz
Norbert Preining [Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +0000)]
Import julia_1.5.3+dfsg-2.debian.tar.xz

[dgit import tarball julia 1.5.3+dfsg-2 julia_1.5.3+dfsg-2.debian.tar.xz]

5 years agoImport julia_1.5.3+dfsg.orig.tar.xz
Norbert Preining [Tue, 10 Nov 2020 02:04:59 +0000 (02:04 +0000)]
Import julia_1.5.3+dfsg.orig.tar.xz

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