EnzymeAD / EnzymeAD/CMake-Template

Spack Install No Longer Works

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The following error pops up when trying to spack install this repo:

```
❯ spack install
==> Error: failed to concretize `enzyme`, `gmake`, `cmake` for the following reasons:
1. Only external, or concrete, compilers are allowed for the fortran language. You could consider setting `concretizer:unify` to `when_possible` or `false` to allow multiple versions of some packages.
```

Even after making the recommended changes to the spack.yaml, a similar error pops up

```
❯ spack install
==> Compilers have been configured automatically from PATH inspection
==> Starting concretization pool with 3 processes
==> Error: failed to concretize `enzyme` for the following reasons:
1. Only external, or concrete, compilers are allowed for the fortran language
```

This happens on WSL Ubuntu.

Spack is the only cross platform option (building from source with CMake seems intractable) , so having this option would be key for any scientific use cases.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.