-
Any success while installing spack on Google Colab?
I had Python 3.7.15, gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0,
Trying
```
!git clone -c feature.manyFiles=true https://github.com/spack/sp…
-
I've noticed that in several grammars there is calls to default_action_handler with `length == 0` (see bellow list) which doesn't seems to make sense because nothing can be done.
Also some calls to…
-
### Steps to reproduce
On a fresh Apple M1 MacBook Pro, just installed the command line utilities (like `git`), cloned `spack` and put `spack` into `$PATH`. The bootstrapping fails:
```console
$ …
-
### Steps to reproduce the issue
```console
$ spack install gcc@10.2
...
```
### Error message
Error message
cc1: error: switch '-mcpu=thunderx2t99' conflicts with '-march=ar
m…
-
@iensen :grin:
Below is a CR-Prolog program:
```
predicates
a(). b(). c().
rules
a.
-a :- not b, not c.
b :+. c :+.
b :- c.
c :- b.
```
Sparc+DLV gives:
```
SPARC V2.49
program translated
{a,…
-
### Steps to reproduce the issue
Installation fails on macOS with GCC:
```spack install py-kiwisolver%gcc platform=darwin```
Error: GCC doesn't have a `-stdlib` option. See upstream issue: http…
-
After the clingo version is upgraded, an error is reported during version compilation of version 5.14. [#16594](https://github.com/spack/spack/pull/16594)
> /tmp/root/spack-stage/spack-stage-cling…
-
### Steps to reproduce the issue
```console
$ spack install --test=root open3d
...
==> Installing open3d-0.13.0-qsjez45xhx4vz77gynvxonipx3pf64tq [121/121]
==> No binary for open3d-0.13.0-qsjez45x…
-
I seem to need to explicitly mention build, run dependencies in the view selections in order for them to work, *even though `view status` lists them as present when they aren't explicitly mentioned*.
…
-
hello,
here is a simple example to illustrate my question:
p1.lp consists of
``0 {a} 1.``
Calling "clingo --text p1.lp" gives
``#delayed(1).
#delayed(1) #count{0,a:a}``
---------------…