Fix oppulance caching behavior
Previously, we used a custom do_fetch() to download some additional files needed for the build and to prepare the build folder. Now, we use spack to track all resources (i.e. download the additional files itself) and only setup the build folder in install().
Edited by Eric Müller