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

update build commands #7

Open
AMITKESARI2000 opened this issue Apr 10, 2021 · 1 comment
Open

update build commands #7

AMITKESARI2000 opened this issue Apr 10, 2021 · 1 comment

Comments

@AMITKESARI2000
Copy link

To build regular cardioid:

spack diy cardioid

gives error from spack:

==> Error: diy is not a recognized Spack command or extension command; check with `spack commands`.

Upon digging spack issues on its GitHub, I found diy has been updated to dev-build (github link)

So, i used spack dev-build cardioid but still got error message for using it without a version number.

==> Error: spack dev-build spec must have a single, concrete version. Did you forget a package version number?

What am i doing wrong? Please help. Thanks.

@timbargo
Copy link

Run
spack dev-build cardioid@1.0

You need to give it a version number. I'm not too familiar with Spack, but I believe the version number can be any number.
My guess is the version number is for you to denote between different installations of the applications. It does not seem the application cares what value you set.

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

2 participants