-
Notifications
You must be signed in to change notification settings - Fork 894
rework argobots configury to be smarter #7675
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
Conversation
@shintaro-iwasaki please try on your system(s) |
@hppritcha Thank you very much! This patch perfectly worked on our two servers; the configuration option, |
I tried building the branch, it worked on one machine but failed on my local laptop:
Configure line was:
Not sure why it fails here while it succeeded elsewhere but it seems that
The dependencies of
|
Update: I can pass |
@devreal Thanks! I could reproduce the same issue on my Ubuntu 16 laptop. In my case,
When this is set to I am not sure if this is caused by changes in libtool's default behavior. (2.4.2 on CentOS vs 2.4.6 on my laptop, so it is unlikely.) In any case, I need to understand why it happens and will find a workaround. |
thanks looks like I need to add some wrapper flags to the configury |
@hppritcha Thanks! This is an update, but it seems a Debian/Ubuntu's libtool issue. The discussion in https://lists.gnu.org/archive/html/libtool/2007-09/msg00012.html was in 2007 but this behavior still continues as far as I see. |
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
d0e746f
to
b9498ec
Compare
@Shinji-Sumimoto try this PR out when you get a chance. I tested on ubuntu both with install of argo into a non-default location and into /usr/local and worked for me. |
@hppritcha Thank you very much! It worked on my Ubuntu laptop (Ubuntu 16.04 LTS) as well as a CentOS server (CentOS 7.6). |
@tkordenbrock could you review? |
@hppritcha I can review this afternoon. |
fixes #7578
Signed-off-by: Howard Pritchard howardp@lanl.gov