-
Notifications
You must be signed in to change notification settings - Fork 15
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
py-bluepyefe: bump to version 2 and remove reference to deprecated branch #1842
base: develop
Are you sure you want to change the base?
Conversation
There are one or more issues with the title of this PR.
Please satisfy at least one of the checks (one package, docs, or deploy).
|
Thank you for your pull request! Should you want to clear the PR build directory after failures, please use this pipeline. Before running the cleanup pipeline, please ensure that any PR building pipelines have been cancelled or finished running. |
758f579
to
192eeb2
Compare
There are one or more issues with the title of this PR.
Please satisfy at least one of the checks (one package, docs, or deploy).
|
192eeb2
to
8f35724
Compare
The following build jobs of the deployment for this PR failed: |
The following build jobs of the deployment for this PR failed: |
The following build jobs of the deployment for this PR failed: |
81cfd67
to
d59b5e6
Compare
The following build jobs of the deployment for this PR failed: |
The following build jobs of the deployment for this PR failed: |
@genric I do not understand what is failing, do you know what is up ? |
nope ;) I guess we'll need @matz-e help... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also see this, which probably leads to Spack failing as it does:
spack-old on blueyefe_bump via 🐍 v3.8.10
❯ rg BPE2
bluebrain/repo-bluebrain/packages/py-bluepyemodel/package.py
28: depends_on('py-bluepyefe@BPE2', type=('build', 'run'))
This dependency will have to be resolved.
depends_on('py-numpy', type='run') | ||
depends_on('py-nose', type='run') | ||
depends_on('py-matplotlib', type='run') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
depends_on('py-numpy', type='run') | |
depends_on('py-nose', type='run') | |
depends_on('py-matplotlib', type='run') | |
depends_on('py-numpy', type=('build', 'run')) | |
depends_on('py-nose', type=('build', 'run')) | |
depends_on('py-matplotlib', type=('build', 'run')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you !
d59b5e6
to
33d5744
Compare
33d5744
to
d1db87c
Compare
The following build jobs of the deployment for this PR failed: Please fix the following packages that failed to build: |
The following build jobs of the deployment for this PR failed: Please fix the following packages that failed to build: |
Sorry to bother you again @matz-e , how do I see the exact error from the log of the CI ? |
To the end of one of the lines:
so... looking at https://github.com/AFM-analysis/igor2 I don't see a (currently Spack does |
Indeed, the package owner did a push a few days again to switch to the toml style |
No description provided.