Skip to content
Snippets Groups Projects
Commit 17e442a0 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!305
parents f252c911 fdb74d05
No related branches found
No related tags found
2 merge requests!331BrainScaleS: Update software state,!305create new experimental release
Pipeline #21471 passed with stage
in 35 minutes and 7 seconds
......@@ -53,11 +53,7 @@ class Sda(MakefilePackage):
@run_after('install')
def test_install(self):
# prepare grid
with working_dir(self.prefix.examples + '/lysozymes/prepare_grids_and_ecm'):
run_script = Executable('bash')
run_script('./run_ed_hd_ecm.sh')
# run random test
with working_dir(self.prefix.examples + '/lysozymes/unit_test'):
test = Executable(self.prefix.bin.test_force_energy2)
test('128_lysph6_2interactions.in')
with working_dir(self.prefix.examples + '/bnbs/bnbs_assoc_hits'):
sda_flex = Executable(self.prefix.bin + '/sda_flex')
sda_flex('sda_association_0.in')
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