Skip to content
Snippets Groups Projects
Commit 83cda7dc authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Merge branch 're-add_pynn-brainscales' into 'master'

Re add pynn brainscales

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!42
parents c8ff36d2 e274a7e7
No related branches found
No related tags found
1 merge request!42Re add pynn brainscales
Pipeline #14993 passed with stage
in 2 hours, 42 minutes, and 16 seconds
......@@ -12,7 +12,7 @@ class PynnBrainscales(WafPackage):
#url = "https://github.com/electronicvisions/pynn-brainscales/archive/v0.1.0.tar.gz"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('1.0-rc2', branch='waf')
version('2.0-rc0', branch='waf')
depends_on('meta-brainscales', type=('build', 'link', 'run'))
extends('python')
......@@ -64,14 +64,27 @@ class PynnBrainscales(WafPackage):
def configure(self, spec, prefix):
"""Setup and configure the project."""
self.waf('setup', '--project=pynn-brainscales', '--without-grenade-ppu-support', '--without-munge',
'--project=grenade@ebrains_release-1-rc2',
'--project=hate@ebrains_release-1-rc2',
'--project=hxcomm@ebrains_release-1-rc2',
'--project=lib-rcf@ebrains_release-1-rc2',
'--project=fisch@ebrains_release-1-rc2',
'--project=haldls@ebrains_release-1-rc2'
)
self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-grenade-ppu-support', '--without-munge',
'--project=pynn-brainscales@ebrains_release-2-rc0',
'--project=haldls@ebrains_release-2-rc0',
'--project=grenade@ebrains_release-2-rc0',
'--project=code-format@ebrains_release-2-rc0',
'--project=logger@ebrains_release-2-rc0',
'--project=halco@ebrains_release-2-rc0',
'--project=hate@ebrains_release-2-rc0',
'--project=fisch@ebrains_release-2-rc0',
'--project=ztl@ebrains_release-2-rc0',
'--project=hxcomm@ebrains_release-2-rc0',
'--project=rant@ebrains_release-2-rc0',
'--project=pywrap@ebrains_release-2-rc0',
'--project=lib-boost-patches@ebrains_release-2-rc0',
'--project=sctrltp@ebrains_release-2-rc0',
'--project=hwdb@ebrains_release-2-rc0',
'--project=visions-slurm@ebrains_release-2-rc0',
'--project=flange@ebrains_release-2-rc0',
'--project=lib-rcf@ebrains_release-2-rc0',
'--project=bss-hw-params@ebrains_release-2-rc0'
)
args = ['--prefix={0}'.format(self.prefix)]
args += self.configure_args()
......
......@@ -28,7 +28,7 @@ spack:
- py-formencode %gcc@10.3.0
- tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %gcc@10.3.0
#- pynn-brainscales@1.0-rc2 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
- pynn-brainscales@2.0-rc0 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
# demo for codejam12
- funniest1022 %gcc@10.3.0
# NRP
......
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