Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sanity check #10

Open
hiker opened this issue Nov 25, 2024 · 1 comment
Open

Add sanity check #10

hiker opened this issue Nov 25, 2024 · 1 comment

Comments

@hiker
Copy link
Collaborator

hiker commented Nov 25, 2024

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??), ...

@hiker
Copy link
Collaborator Author

hiker commented Nov 27, 2024

Given #9 , we should likely also require that a compiler is specified with version number (i.e. not only gcc, but [email protected]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant