Changes between Initial Version and Version 1 of Ticket #58108, comment 11


Ignore:
Timestamp:
Feb 21, 2019, 9:46:31 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58108, comment 11

    initial v1  
    11I tried the py-tensorflow approach and didn't find a lot of joy. It looks like it cannot pick up the JAVA_HOME that was set earlier in the port file:
    22
     3{{{
    34# Required java version
    45java.version        1.8
     
    1112    configure.args-append   --with-java-home="${java.home}"
    1213}
     14}}}
    1315
    1416...
    1517main.log:
    1618
     19{{{
    1720:debug:configure JAVA_HOME='/Library/Java/JavaVirtualMachines/openjdk8/Contents/Home'
    1821
    1922 --with-java-home=""
     23}}}
    2024
    2125Not sure why it can't pick up either java.home or JAVA_HOME.