-
I have a Rust app which is just appending strings into many StringBuilders. I tried using jemalloc and the app crashes with SIGSEGV (Address boundary error)
rust-lldb backtrace:
`````
`…
-
Based on HISTORY.md, it is my understanding that in Julia 1.6 and later, package using lazy artifacts must list `LazyArtifacts.jl` in their `Project.toml`. But `LazyArtifacts.jl` is not available in J…
-
I just ran the following with Julia v1.3.1 and the current mast branch of BaseBenchmarks.jl on my both MacBook Pro and iMac (macOS 10.14.6 Mojave), Windows 10 machine (v 1909), and Linux machine (Ubun…
-
Unsatisfiable requirements detected for package PortAudio [80ea8bcb]:
PortAudio [80ea8bcb] log:
├─possible versions are: [0.2.1, 0.3.0, 0.4.0, 0.5.0, 1.0.0] or uninstalled
├─restricted to versions …
-
I discussed this in the BinaryBuilder Slack, but thought I should open an issue before attempting to retarget the repo. Currently it targets [github.com/DrTimothyAldenDavis/SuiteSparse/](url). This is…
-
**Describe the bug**
The julia_15 derivation does not pass the official julia test suite, including a number of BLAS errors where numerical results are incorrect.
This bug report is a followup to …
-
With the current master branch of GAP.jl, I tried to install the Browse package,
that is, I go to `~/.julia/artifacts/848f0f318405266896d24d11e4baf5cf7bf3f203/gap-4.11.0/pkg/Browse`, call `./configur…
-
**Describe the bug**
As the title suggests, CUDA stopped working for me after the upgrade to v3.3.0. Pining it back to v3.2.1 fixed the problem.
# On v.3.2.1
```julia
julia> using CUDA
…
-
The PortAudio.jl is unable to detect my sound card which uses the ASIO API.
On the other hand, the PortAudio.jl can recognize the my sound card
which uses WDM API.
I think the reason is that …
-
**Describe the solution you'd like**
It would be great to have some of the unimplemented algorithms from Thrust, most prominently sorting. Most of the other algorithms provided seem to be already ava…