-
Related to #29592.
Ping @vchuravy.
This request sprung out of some Spack users attempting to map Spack's targets to `JUILA_CPU_TARGET` and `MARCH` See [`julia/package.py`](https://github.com/spack…
-
Just tried to build a fresh checkout of dev (1e0265f98cf89ea504006da90ee6f056936edb63), and it fails.
Building on a fully up-to-date Arch Linux x86_64. I last successfully built RawTherapee on this…
-
Hello, I'm having a problem running your code.
This is my server information:
## Hardware
Intel(R) Xeon(R) W-2223 CPU, Connectx-6 NIC
## OS&Kernel
Ubuntu 18.04 with kernel 5.2
## iokerneld…
-
Cabal-debian does not detect the need for pkg-config.
An example of a package that needs pkg-config is HOpenCV.
The resulting control file does not require pkg-config, so the build breaks:
ht…
-
### What happened?
If we have a Python `gr.hier_block2` that uses message ports as outputs, when we try to set the processor affinity of the block by calling its `set_processor_affinity()` method, we…
-
Processor: CC430F5137
Copiler : mspgcc
Unlike Arduino, Energia doesn't allow the same ISR to be defined in different places. This is a real problem since core functions make extensive use of timers f…
-
The following function fails to compile, and terminates with the uninformative error message `SMT solver returned unexpected status 1` using Sail 0.17 (sail @ opam-v2.1.5).
```
type regno ('n : Int…
-
It might be nice to have an ability to run a transform which would send events (with either `ndjson` or `text` encoding) to a socket (`unix`, `tcp`, or `udp`) and read transformed events from the same…
ghost updated
10 months ago
-
```zig
fn square(num: i32) i32 {
return num * num;
}
export const vector = []usize {
@ptrToInt(square),
};
```
gives error: unable to evaluate constant expression
This works how…
-
Interection of two overlapping polygons with no particular degeneracies fails for some reason
MWE:
```
julia> import GeometryOps as GO, GeoInterface as GI
julia> using StaticArrays
julia> h…