Skip to content
Snippets Groups Projects
  • Andreas Schenk's avatar
    e28032c8
    changed pymod macro to compile python files · e28032c8
    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.
    e28032c8
    History
    changed pymod macro to compile python files
    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.