cardioid icon indicating copy to clipboard operation
cardioid copied to clipboard

update build commands

Open AMITKESARI2000 opened this issue 3 years ago • 1 comments

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.

AMITKESARI2000 avatar Apr 10 '21 20:04 AMITKESARI2000

Run spack dev-build [email protected]

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.

timbargo avatar Apr 20 '21 01:04 timbargo