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