-
Notifications
You must be signed in to change notification settings - Fork 5
Spack package for parafeed #26
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
Conversation
|
Need more precise information for testing. "If one were to copy parafeed dir into your local spack repo...": Where in the I presume this is way of installing is for testing for now. Ultimately |
spack repo create local_repo local_repo # The second is the namespace
spack add local_repo
cp -r spack/parafeed local_repo/spack-repo/local_repo/packages/
spack install parafeedThat should allow you to test the install. Eventually when its in spack you will install with |
|
If you refer to the Fixing spack install artifacts the last two commits are passing. I have put in a conditional argument that spack building only occurs when spack related files are altered. This is ready to be merged now. |
|
I tested it with a bare-bones |
I have created a package inside the
spackdirectory. If one were to copyparafeeddir into your local spack repo you should be able to install parafeed in your environment by simply saying