easybuilders / easybuild-easyblocks

Collection of easyblocks that implement support for building and installing software with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
104 stars 284 forks source link

tarball easyblock doesn't uncompress multiple tarballs #1549

Open pescobar opened 5 years ago

pescobar commented 5 years ago

I needed to install an application that requires uncompressing two tarballs to the same folder and I realized that the tarball easyblock only uncompress one. I was expecting that the tarball easyblock would uncompress every tarball defined in the sources section in the easyconfig but that's not the case

As workaround I did this quick hack because I have no time to look into a proper fix https://github.com/easybuilders/easybuild-easyconfigs/pull/7041

I open this issue as a reminder in case I find some time to implement a proper fix in the easyblock

boegel commented 5 years ago

@pescobar Do you still have the easyconfig using the Tarball easyblock that had multiple sources?