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