tags 1060728 fixed-upstream
thanks

The entire 5.7 branch still uses sipconfig in cmake. Branch 6.0
doesn't, instead it uses:

    SET(SIP_BUILD ${Python_EXECUTABLE} -m sipbuild.tools.build)
#instead of sip-build
    SET(SIP_MODULE_PROG ${Python_EXECUTABLE} -m sipbuild.tools.module)
#instead of sip-module
    SET(SIP_VERSION 6.8.5)
    #check if sip is installed (it is up to the user to install it)
    #use the detected python interpreter to call sip instead of the
command line tool
    #to be sure to use the correct version (command line tool may not
be in the PATH)
    execute_process(
           COMMAND ${SIP_BUILD} --version
           RESULT_VARIABLE EXIT_CODE
           OUTPUT_QUIET
    )

I don't know if there's another pre-sip6 dependency, but considering
that it explicitly sets 6.8 that it is supported. It will probably be
quite a jump.

-- 
Braiam

-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to