We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the README in star-spack for STAR users I get the following:
$> source /cvmfs/star.sdcc.bnl.gov/star-spack/setup.sh ==> Added repo with namespace 'star'. $> spack env list ==> 6 environments star-x86-root5 star-x86-root6 star-x86-root624 star-x86_64-root5 star-x86_64-root6 star-x86_64-root624 $> spack find ==> 327 installed packages -- linux-rhel7-x86 / [email protected] ---------------------------------- [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] ...
All is as expected. But the next command produces:
$> spack load star-env-root6 target=x86_64 ==> Error: Spec 'star-env-root6 arch=linux-None-x86_64' matches no installed packages.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the README in star-spack for STAR users I get the following:
$> source /cvmfs/star.sdcc.bnl.gov/star-spack/setup.sh
==> Added repo with namespace 'star'.
$> spack env list
==> 6 environments
star-x86-root5 star-x86-root6 star-x86-root624 star-x86_64-root5 star-x86_64-root6 star-x86_64-root624
$> spack find
==> 327 installed packages
-- linux-rhel7-x86 / [email protected] ----------------------------------
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
...
All is as expected. But the next command produces:
$> spack load star-env-root6 target=x86_64
==> Error: Spec 'star-env-root6 arch=linux-None-x86_64' matches no installed packages.
The text was updated successfully, but these errors were encountered: