From b3cce970c4863a438fb7195449b4a4b856c6f2cf Mon Sep 17 00:00:00 2001 From: Sandipan Mohanty <s.mohanty@fz-juelich.de> Date: Thu, 13 May 2021 23:56:33 +0200 Subject: [PATCH] Run autopep8 on AMBER-20 eb file --- Golden_Repo/a/AMBER/AMBER-20-gpsmkl-2020.eb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Golden_Repo/a/AMBER/AMBER-20-gpsmkl-2020.eb b/Golden_Repo/a/AMBER/AMBER-20-gpsmkl-2020.eb index 274548aae..6376a70c9 100644 --- a/Golden_Repo/a/AMBER/AMBER-20-gpsmkl-2020.eb +++ b/Golden_Repo/a/AMBER/AMBER-20-gpsmkl-2020.eb @@ -32,13 +32,14 @@ builddependencies = [ ('binutils', '2.34',), ] dependencies = [ -# ('CMake', '3.18.0'), + # ('CMake', '3.18.0'), ('FFTW', '3.3.8'), ('Python', '3.8.5'), - ('SciPy-Stack', '2020', '-Python-%(pyver)s', ('gcccoremkl', '9.3.0-2020.2.254')), - ('Boost', '1.74.0','-nompi'), + ('SciPy-Stack', '2020', '-Python-%(pyver)s', + ('gcccoremkl', '9.3.0-2020.2.254')), + ('Boost', '1.74.0', '-nompi'), ('flex', '2.6.3'), - ('NCCL','2.8.3-1','-CUDA-11.0'), + ('NCCL', '2.8.3-1', '-CUDA-11.0'), ] # Something in the source is causing flex 2.6.4 to SEGFAULT. Keep it at 2.6.3 # until it is fixed. /SM 2021-05-13 @@ -84,5 +85,3 @@ access please see: ''' moduleclass = 'bio' - - -- GitLab