Unable to add -F flag to variables
Paola Ferrario <[email protected]> Wed, 21 Feb 2024 18:04:02 +0100
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all! I use scons to build a Geant4-based application. In the latest upgrade of Geant4 (v11.2.1), they added a -F flag to the cmake compilation of geant4, to deal with an error caused by Qt inMacOS systems. In my SConstruct file I collect the geant4 flags with ParseConfig and store them into a file with the Variables package, to be able to skip the part of checking dependencies every time. However, it seems that this -F flag is not written into that file, because when I try to compile a second time, I get the Qt error; however, if I do a clean and a compilation from scratch, it does work. Do you know if there’s a way to collect the path of that flag? Thanks Paola _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users