-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly builds are not usable with Marlin #492
Comments
Does it work if you quote the arguments? |
No, unfortunately that doesn't fix things. Neither ln -s $lcgeo_DIR lcgeo_DIR
Marlin --constant.lcgeo_DIR=./lcgeo_DIR [...] |
Do we still have no better solution for this? maybe it should also go into #502 @jmcarcell? |
No better solution right now, I've just added it to #502 |
This has changed in upstream spack to use a |
The new setup for the install prefixes for the nightly builds puts equal signs (specifically
=develop
) into the paths. This breaks workflows that use Marlin using paths as input variables, the most important one being$lcgeo_DIR
, e.g.Marlin --constant.lcgeo_DIR=$lcgeo_DIR [...]
Marlin uses the
=
as delimiter between the argument key and its value for parsing and cannot deal with additional=
signs in the value.The text was updated successfully, but these errors were encountered: