The Arriba easyconfigs create an empty %(installdir)s/database directory but do not copy the database included in the release archive.
Currently:
|
postinstallcmds = ['mkdir %(installdir)s/database'] |
However, the verified arriba_v2.5.1.tar.gz release archive already contains the populated database directory. The easyconfigs should copy the directory and sanity-check it.
The Arriba easyconfigs create an empty
%(installdir)s/databasedirectory but do not copy the database included in the release archive.Currently:
easybuild-easyconfigs/easybuild/easyconfigs/a/Arriba/Arriba-2.5.1-GCC-14.3.0.eb
Line 36 in 3783ac0
However, the verified
arriba_v2.5.1.tar.gzrelease archive already contains the populated database directory. The easyconfigs should copy the directory and sanity-check it.