Skip to content

Add sanity check #10

@hiker

Description

@hiker

While admittedly the documentation contained all the details, when installing this on different machines I ran into some issues that a top level script could pick up early:

  • wrong spack version (It requires 0.22, I had 0.21*)
  • no libtool installed (resulted in blitz failures, missing lt~obsolete.m4, which is a link to /usr/share/aclocal/lt~obsolete.m4`
  • check that gpg agent is running

I also noticed that some unnecessary(?) packages got compiled by spack, e.g. subversion?

Maybe we could trigger the bootstrap script automatically (or combine this), e.g. if no conda, install conda, if no spack, install spack, check spack version and (not sure what to do if the version is wrong ... install correct version??), ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions