Skip to content
Snippets Groups Projects
Commit 440269ca authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'master' into 'experimental_rel'

create new experimental release

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!227
parents 4f552821 55ee6998
No related branches found
No related tags found
2 merge requests!331BrainScaleS: Update software state,!227create new experimental release
Pipeline #20348 passed with stage
in 3 hours, 23 minutes, and 35 seconds
<!-- Thanks for taking the time to report this test failure. To proceed with the report please:
1. Title the issue "Testing issue: <name-of-the-package>".
2. Provide the information required below.
We encourage you to try, as much as possible, to reduce your problem to the minimal example that still reproduces the issue. That would help us a lot in fixing it quickly and effectively! -->
### Summary
| | |
|---------------|-----------------------------------------------|
| Summary | Spack package test failure |
| Package info | <!-- Spack package name or entire spec --> |
| System | <!-- HPC cluster name/Collab Lab/other --> |
| Related | <!-- Other related issues (if applicable) --> |
### Steps to reproduce the issue
<!-- Fill in the console output from the exact spec you are trying to build and test. -->
```console
$ spack spec -I <spec>
...
$ spack spack install --test root <spec>
...
```
### Error message
<!-- Please post the error message from install-time-test-log.txt inside the <details> tag below: -->
The test error message (first 1000 lines) from install-time-test-log.txt is the following:
<details><summary>Error message</summary><pre><code>
(add error logs here)
</code></pre></details>
### Information on your system
<!-- Please include the output of `spack debug report` -->
### Additional information
<!-- Please upload the following files. They should be present in the stage directory of the failing build. Also upload any config.log or similar file if one exists. -->
* [spack-build-out.txt]()
* [spack-build-env.txt]()
* [install-time-test-log.txt]()
/label ~test-error
...@@ -14,6 +14,7 @@ class PyNeo(PythonPackage): ...@@ -14,6 +14,7 @@ class PyNeo(PythonPackage):
homepage = "https://neuralensemble.org/neo" homepage = "https://neuralensemble.org/neo"
pypi = "neo/neo-0.4.1.tar.gz" pypi = "neo/neo-0.4.1.tar.gz"
version('0.11.1', sha256='f4a206044b332ad00b10072b0dc7a70b359fa365ec786f92ab757ef4ae588474')
version('0.11.0', sha256='cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a') version('0.11.0', sha256='cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a')
version('0.10.2', sha256='2d4218b0826daeea880e155227060029ec38a00238ceb5f097138d9467c6399b') version('0.10.2', sha256='2d4218b0826daeea880e155227060029ec38a00238ceb5f097138d9467c6399b')
version('0.10.0', sha256='e591a53e18cfa4478603a0e133f3fa0e07bc016b2a279d21d72cf8196eca8353') version('0.10.0', sha256='e591a53e18cfa4478603a0e133f3fa0e07bc016b2a279d21d72cf8196eca8353')
...@@ -23,6 +24,8 @@ class PyNeo(PythonPackage): ...@@ -23,6 +24,8 @@ class PyNeo(PythonPackage):
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-packaging', type=('build', 'run'))
depends_on('py-numpy@1.7.1:', type=('build', 'run'), when='@0.5.2:0.8.0') depends_on('py-numpy@1.7.1:', type=('build', 'run'), when='@0.5.2:0.8.0')
depends_on('py-numpy@1.13.0:', type=('build', 'run'), when='@0.9.0') depends_on('py-numpy@1.13.0:', type=('build', 'run'), when='@0.9.0')
depends_on('py-numpy@1.16.1:', type=('build', 'run'), when='@0.10.0:0.10.2') depends_on('py-numpy@1.16.1:', type=('build', 'run'), when='@0.10.0:0.10.2')
...@@ -32,4 +35,4 @@ class PyNeo(PythonPackage): ...@@ -32,4 +35,4 @@ class PyNeo(PythonPackage):
depends_on('py-quantities@0.12.1:', type=('build', 'run'), when='@0.9.0:') depends_on('py-quantities@0.12.1:', type=('build', 'run'), when='@0.9.0:')
depends_on('py-scipy@0.12.0:', type=('build', 'run'), when='@0.5.2:0.8.0') depends_on('py-scipy@0.12.0:', type=('build', 'run'), when='@0.5.2:0.8.0')
depends_on('py-scipy@1.0.0:', type=('build', 'run'), when='@0.9.0:') depends_on('py-scipy@1.0.0:', type=('build', 'run'), when='@0.9.0:')
...@@ -20,5 +20,6 @@ class PyNixio(PythonPackage): ...@@ -20,5 +20,6 @@ class PyNixio(PythonPackage):
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")
depends_on("py-six", type=("build", "run"))
depends_on("py-numpy", type=("build", "run")) depends_on("py-numpy", type=("build", "run"))
depends_on("py-h5py", type=("build", "run")) depends_on("py-h5py", type=("build", "run"))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment