-
### Steps to reproduce
When I try to run Spack for the first time, it attempts to bootstrap clingo. We're supposed to have binaries available now, but these don't work:
```console
$ spack install
…
-
### Steps to reproduce
```console
$ spack config add 'packages:all:require:"%gcc@11.1.0 target=x86_64_v3"'
$ spack spec -I m4
```
(The same happens without `target=x86_64_v3`.)
### Error messa…
-
While testing a grammar for https://github.com/potassco/clingo/blob/master/libgringo/src/input/nongroundgrammar.yy I found that `lalr` do not handle the literal `'\\'` see example and possible fix bel…
-
### Steps to reproduce
Install external rocm stack version x.y.z and u.v.w. Configure them in `/etc/spack/packages.yaml`
For me, u.v.w is 5.0.0 and x.y.z is 4.3.1, but this is an issue in general.…
-
### Steps to reproduce
[rmladmin@ai-rmlsbatch1 ~]$ spack versions miniconda3
==> Safe versions (already checksummed):
4.8.2 4.7.12.1 4.6.14 4.5.11 4.5.4 4.3.30 4.3.14 4.3.11
==> Remote ve…
-
This comes up rather often (e.g. #41, #49, #70, #71), and the [current tutorial](https://github.com/ocamllabs/ocaml-ctypes/wiki/ctypes-tutorial) doesn't cover it at all.
[Chapter 19 of Real World OCa…
-
@ssardina multishot seems more applicable if replicating - as it fits more with their heuristic method: starting with a partial assignment and then improving.
_Originally posted by @axelahmer in ht…
-
Allow new extensions to access important pots of the process.
I am thinking of something similar to what is done with the *Application* class of *clingo* but which would be called in the increment…
-
### Steps to reproduce
Trying to concretize the following particular python variant, with no other restrictions (e.g. version), reports a concretizer internal error.
```console
$ spack spec python+…
-
Clingo internalizes symbols in global hash tables to only allocate memory for the same symbol once. Currently, symbols are never removed form this hash table. When an application runs for a long time …