-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi,
First of all I would like to thank you that you took the time to nicely package all dependencies of openms. I am managing an entire software stack on a hpc cluster and therefore I know that this is not self-evident.
I am managing our software stack with the package manger SPACK from LLNL (http://spack.readthedocs.io/en/latest/index.html) that supports already more than 1000 packages. It requires staged builds of all software. I created a openms-contrib spack package, which builds fine, but at the end it fails, because it can not install the files from the stage directory into the final location.
Is it somehow possible to have a staged build that uses make install to install the built files into their final location (specified through -DCMAKE_INSTALL_PREFIX) ?
Best regards
Sam