-
Andreas Schenk authored
Instead of copying the python files to stage the pymod macro now compiles the python files and put the compiled version into stage. Compiling of the python files allows catching of syntax errors at the make step. In addition it speeds up module loading times for the first import.
Andreas Schenk authoredInstead of copying the python files to stage the pymod macro now compiles the python files and put the compiled version into stage. Compiling of the python files allows catching of syntax errors at the make step. In addition it speeds up module loading times for the first import.