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

Library compiling doesn't play nice with periods in TIMBERPATH #25

Closed
lcorcodilos opened this issue Dec 21, 2020 · 1 comment · Fixed by #27
Closed

Library compiling doesn't play nice with periods in TIMBERPATH #25

lcorcodilos opened this issue Dec 21, 2020 · 1 comment · Fixed by #27

Comments

@lcorcodilos
Copy link
Owner

From @mroguljic

"TIMBERPATH at lxplus starts with /afs/cern.ch/user/m/mrogulji/
This line changes the path where it's trying to find the library to /afs/cern_ch/user/m/mrogulji/

lib_path = blockcode.replace('.','_')+'.so'

I changed the line to lib_path = blockcode.replace('.cc','_cc.so') and then it seems to work"

This should obviously be fixed but we should also do a quick string parse to dynamically get the file extension in the case that .cc is not used.

@lcorcodilos lcorcodilos added this to To do in TIMBER Development via automation Jan 4, 2021
@lcorcodilos lcorcodilos linked a pull request Jan 4, 2021 that will close this issue
@lcorcodilos
Copy link
Owner Author

Fixed in PR #27

TIMBER Development automation moved this from To do to Done Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant