Ticket #62302: Portfile.diff

File Portfile.diff, 438 bytes (added by jmroot (Joshua Root), 4 years ago)
  • science/ompl/Portfile

    diff --git a/science/ompl/Portfile b/science/ompl/Portfile
    index d73184ada4a..3bb73955802 100644
    a b foreach s ${pythons_suffixes} { 
    159159        set selected_python python${s}
    160160    }
    161161}
    162 if {${selected_python} eq ""} {
     162if {${selected_python} eq "" && ![variant_isset debug]} {
    163163    # should be the same default Python as boost-numpy
    164164    default_variants +python38
    165165}