Package: julia / 1.5.3+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
julia | 1.5.3+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
upstream 971e7694 fix arm llvm.patch | (download) |
src/debuginfo.cpp |
5 4 + 1 - 0 ! |
[patch] fix c++ code compilation on arm with llvm10 (#36674) |
mask failing tests.patch | (download) |
test/offsetarray.jl |
4 2 + 2 - 0 ! |
--- |
jldownload verbose fakedownload.patch | (download) |
deps/tools/jldownload |
7 6 + 1 - 0 ! |
let the upstream downloader used during build be verbose, and prevent it from accessing internet. |
support noopt.patch | (download) |
Make.inc |
2 1 + 1 - 0 ! |
remove hardcoded gcc optimization flags 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. |
require sse2 on i386.patch | (download) |
src/codegen.cpp |
11 11 + 0 - 0 ! |
julia requires sse2 on i386 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. |
no debug version.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
do not compile and install the debugging version of julia |
do not download libuv.patch | (download) |
deps/libuv.mk |
3 1 + 2 - 0 ! |
let it download the embedded source tarball through a file:// uri |
do not download libwhich.patch | (download) |
deps/libwhich.mk |
3 1 + 2 - 0 ! |
prevent upstream build system from accessing internet |
do not download pkgjl.patch | (download) |
stdlib/Makefile |
2 1 + 1 - 0 ! |
prevent upstream build system from downloading pkg.jl Forward: no need |
do not download statisticsjl.patch | (download) |
stdlib/Makefile |
2 1 + 1 - 0 ! |
--- |
do not download openblas.patch | (download) |
deps/blas.mk |
2 1 + 1 - 0 ! |
--- |
do not download suitesparse.patch | (download) |
deps/suitesparse.mk |
2 1 + 1 - 0 ! |
--- |
checksum suitesparse.patch | (download) |
deps/checksums/SuiteSparse-5.4.0.tar.gz/md5 |
2 1 + 1 - 0 ! |
--- |
doc make.patch | (download) |
doc/Makefile |
8 2 + 6 - 0 ! |
prevent the build system from downloading anything while building docs. |
doc unicode data path.patch | (download) |
doc/src/manual/unicode-input.md |
2 1 + 1 - 0 ! |
build documentation using debian's unicode data, instead of a downloaded one |
test skip dns ubuntu.patch | (download) |
stdlib/Sockets/test/runtests.jl |
30 15 + 15 - 0 ! |
skip dns tests which fail on ubuntu autopkgtest infrastructure |
mask tests 1.2.0.patch | (download) |
test/file.jl |
5 3 + 2 - 0 ! |
--- |
arm64 openblas.patch | (download) |
Make.inc |
1 1 + 0 - 0 ! |
--- |