Commits

Davide Gerhard authored and Michael Dickens committed 1a8c0eee246
PothosLiquidDSP: move to python37 as default
No tags

science/PothosLiquidDSP/Portfile

Modified
26 26 set PythonVersionNoDot ""
27 27
28 28 # select Python to use; default to 3.6
29 29 variant python35 conflicts python36 python37 description {Build using Python 3.5} {}
30 30 variant python36 conflicts python35 python37 description {Build using Python 3.6} {}
31 31 variant python37 conflicts python35 python36 description {Build using Python 3.7} {}
32 32
33 33 if {![variant_isset python35] &&
34 34 ![variant_isset python36] &&
35 35 ![variant_isset python37]} {
36 - default_variants +python36
36 + default_variants +python37
37 37 }
38 38
39 39 if {![variant_isset python35] &&
40 40 ![variant_isset python36] &&
41 41 ![variant_isset python37]} {
42 42 ui_error "\n\nYou must select one of the variants +python35, +python36, or +python37.\n"
43 43 return -code error "Invalid variant selection"
44 44 }
45 45
46 46 if {[variant_isset python35]} {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut