natefoo / slurm-drmaa

DRMAA for Slurm: Implementation of the DRMAA C bindings for Slurm
GNU General Public License v3.0
48 stars 22 forks source link

DRMAA on Galaxy Repo does not work #24

Closed lwj5 closed 5 years ago

lwj5 commented 5 years ago

https://depot.galaxyproject.org/yum/package/slurm/18.08/7/x86_64/

The DRMAA rpm is breaking as it is not meant for the slurm version. The slurm rpm in the repo provides .so.33 and drmaa in this repo requires .so.31

Error: Package: slurm-drmaa-1.1.0-1.el7.x86_64 (slurm-18.08)
Requires: libslurm.so.31()(64bit)
Error: Package: slurm-drmaa-1.1.0-1.el7.x86_64 (slurm-18.08)
Requires: libslurmdb.so.31()(64bit)
You could try using --skip-broken to work around the problem

Do you have access to this?

tdudgeon commented 5 years ago

I also raised the same issue here: https://github.com/galaxyproject/ansible-slurm/issues/3

lwj5 commented 5 years ago

@tdudgeon I also raised the issue here: https://help.galaxyproject.org/t/fix-yum-repo-drmaa-for-slurm-18-08/1213

Looks like @natefoo will be fixing it from his replies.

natefoo commented 5 years ago

This should be fixed now, sorry for the delay.

tdudgeon commented 5 years ago

Confirmed. The updated DRMAA RPMs install for me fine now (on Centos7).