-
There are test failures in the python2 package in Koschei:
https://apps.fedoraproject.org/koschei/package/python2
```
======================================================================
E…
-
### Steps to reproduce the issue
```console
$ spack spec -I --fresh gromacs@main %gcc@13 +sycl ^hipsycl +rocm amdgpu_target=gfx1100 ^openmpi fabrics=auto
Input spec
-----------------------------…
-
The following code triggers an assertion failure:
```
from phylanx import Phylanx
@Phylanx(performance="X")
def fib(n):
if n < 2:
return n
else:
return fib(n-1)+fib(n-2)
fib(1…
-
---
#### Software Name
## SIONlib
#### Public URL
## http://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html
#### Technical Overview
SIONlib is a library for writing and r…
surak updated
3 months ago
-
I get an error while installing tau using spack. Please have a look at the build log:
Click to expand build log
```
==> Executing phase: 'install'
==> [2019-11-05-22:31:08.146162] FILTER F…
-
Running the lra_csv example results in the following error:
```
[khuck@delphi phylanx]$ /home/users/khuck/nightly/phylanx/phylanx/tools/buildbot/build-delphi-x86_64-Linux-gcc/phylanx-Release/bin/l…
khuck updated
4 years ago
-
# Problem formulae
This is a list of formulae which have available updates, but have not been able to be updated.
This is due to build failures, test failures, or other issues.
This tracking …
-
ISO 8601 all the way!
Bonus points for sub-seconds.
-
### How license meets inclusion principles
This is a variant of the BSD 3-clause license used by the [OTF2 sub-component of the Score-P project](https://www.vi-hps.org/projects/score-p).
### Lic…
-
Hi,
I'm using the latest action as follows
```
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
```
However getting t…