Changes between Initial Version and Version 1 of Ticket #58108, comment 11
- Timestamp:
- Feb 21, 2019, 9:46:31 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58108, comment 11
initial v1 1 1 I 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: 2 2 3 {{{ 3 4 # Required java version 4 5 java.version 1.8 … … 11 12 configure.args-append --with-java-home="${java.home}" 12 13 } 14 }}} 13 15 14 16 ... 15 17 main.log: 16 18 19 {{{ 17 20 :debug:configure JAVA_HOME='/Library/Java/JavaVirtualMachines/openjdk8/Contents/Home' 18 21 19 22 --with-java-home="" 23 }}} 20 24 21 25 Not sure why it can't pick up either java.home or JAVA_HOME.