Loris Bennett <[email protected]> writes:

> Hi,
>
> I am trying to write an EC for pyPaSWAS:
>
>   https://github.com/swarris/pyPaSWAS
>
> Under installation it says:
>
>   In most cases it is enough to clone the repository
>
> and there is no 'setup.py'
>
> I tried using 'PythonPacakge' but skipping the install step, but the
> sanity check failed since the following directory
>
>   
> ~/easybuild/software/pyPaSWAS/3.6-fosscuda-2019b-Python-3.7.4/lib/python3.7/site-packages/
>
> is empty.
>
> Can PythonPackage be used in such cases or should I be using 'CmdCp'
> instead?

If I use 'CmdCp' it seems I just need to unpack the downloaded file via
'cmds_map':

  sources = ['v%(version)s.tar.gz']
  cmds_map = [(sources[0], 'tar -zxf %(source)s')]

Gruß

Loris

-- 
Dr. Loris Bennett (Mr.)
ZEDAT, Freie Universität Berlin         Email [email protected]

Reply via email to