Changes between Version 1 and Version 2 of Ticket #60458, comment 5


Ignore:
Timestamp:
Jul 14, 2020, 11:32:18 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60458, comment 5

    v1 v2  
    11Here's the same failure on py38-tensorflow1: https://build.macports.org/builders/ports-10.14_x86_64-builder/builds/59302/steps/install-port/logs/stdio
    22
    3 It looks py-tensorflow1 is still unconditionally using the `m` suffix, and py-tensorflow is unconditionally not using the `m` suffix. But the `m` suffix is dependent on the python version. It is only used for python 3.0 through 3.7 inclusive. It is not used for 3.8 or later nor for python 2. So indeed using glob to find out what filename got built would be simplest.
     3It looks like py-tensorflow1 is still unconditionally using the `m` suffix, and py-tensorflow is unconditionally not using the `m` suffix. But the `m` suffix is dependent on the python version. It is only used for python 3.0 through 3.7 inclusive. It is not used for 3.8 or later nor for python 2. So indeed using glob to find out what filename got built would be simplest.