Skip to content
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

Possible setup -r issue #16

Open
andy-slac opened this issue Apr 29, 2014 · 1 comment
Open

Possible setup -r issue #16

andy-slac opened this issue Apr 29, 2014 · 1 comment

Comments

@andy-slac
Copy link

I'm playing with our package (qserv) setup using eups and I see something unexpected. qserv has ups/qserv.table file set correctly and it I try to do:

$ setup -r .
$ echo $QSERV_DIR
/usr/local/home/salnikov/qserv-master

which looks OK except that qserv puts its built stuff into build/dist directory. So I try:

$ setup -r build/dist -m ups/qserv.table
$ echo $QSERV_DIR
/usr/local/home/salnikov/qserv-master/ups

QSERV_DIR (and PATH, etc) point to ./ups/ instead of ./build/dist/ as I would expect. Should it be doing that?
What I have also found is that

$ setup -r build/dist -m ups/qserv.table qserv
$ echo $QSERV_DIR
/usr/local/home/salnikov/qserv-master/build/dist

works better, it looks like I have to use package name if I specify both -r and -m (but it's not needed if only -r is specified).

Andy

@andy-slac
Copy link
Author

More detail, this is with:

$ eups -V
EUPS Version: 1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant