[MacPorts] #60337: uhd @3.15.0.0_1 fails to build on catalina

MacPorts noreply at macports.org
Thu Apr 9 13:14:10 UTC 2020


#60337: uhd @3.15.0.0_1 fails to build on catalina
---------------------------+-----------------------
  Reporter:  nebukadnezar  |      Owner:  michaelld
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.6.2
Resolution:                |   Keywords:
      Port:  uhd           |
---------------------------+-----------------------

Comment (by michaelld):

 Something you can test ... startup whatever Python you're using to build
 UHD ... default is Python 3.7, then do (as Python script):

 (1) {{{from distutils.version import LooseVersion}}}

 and if that works, then:

 (2) {{{import numpy}}}

 and if that works, then:

 (3) {{{LooseVersion(numpy.__version__) >= LooseVersion ('1.17')}}}

 If something fails, then note the number here.

-- 
Ticket URL: <https://trac.macports.org/ticket/60337#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list