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

SCons command-line flags not propagated into podd build #254

Open
hansenjo opened this issue Sep 20, 2017 · 3 comments
Open

SCons command-line flags not propagated into podd build #254

hansenjo opened this issue Sep 20, 2017 · 3 comments

Comments

@hansenjo
Copy link
Member

When using any type of command-line flag for scons to build hcana, these flags are apparently not used for building the podd submodul: Example:

scons -j8 debug=1

compiles podd sources like

c++ -o src/THaADCHelicity.os -c -O -Wall -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -std=c++11 -m64 -pthread -rdynamic -fPIC -DNDEBUG -DLINUXVERS -DHAS_SSTREAM -I/home/ole/evio-4.4.6/Linux-x86_64/include -Isrc -Ihana_decode -I/opt/ROOT/6.10-04/include src/THaADCHelicity.C

but the hcana sources later like

g++ -o src/THcAerogel.os -c -g -O0 -Wall -Woverloaded-virtual -std=c++11 -m64 -pthread -rdynamic -fPIC -fPIC -DLINUXVERS -DHAS_SSTREAM -DHALLC_MODS -I/home/ole/evio-4.4.6/Linux-x86_64/include -Isrc -Ipodd/src -Ipodd/hana_decode -I/opt/ROOT/6.10-04/include src/THcAerogel.cxx

and the hcana build, but not the podd build, is very obviously parallelized.

@brash99
Copy link
Contributor

brash99 commented Sep 20, 2017 via email

@sawjlab
Copy link
Member

sawjlab commented Jan 7, 2019

Is this issue still an issue?

@hansenjo
Copy link
Member Author

hansenjo commented Jan 7, 2019 via email

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

3 participants