Changes between Initial Version and Version 1 of Ticket #49997


Ignore:
Timestamp:
Dec 12, 2015, 10:08:33 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to amitbhatia3@…:

Had installed caffe last month on yosemite. After upgrade to capitan, cannot installed caffe anymore, as package is unavailable:

Fetching archive failed:: The requested URL returned error: 404 Not Found

Archives are not available for any port for El Capitan at this time; see #48609. That is not a bug; it is merely an optional feature that has not yet been implemented. When a prebuilt archive is not available, the software builds on your own computer.

See attached main.log file.

The log shows this error:

:info:build NVCC src/caffe/layers/absval_layer.cu
:info:build nvcc fatal   : The version ('70002') of the host compiler ('Apple clang') is not supported
:info:build make: *** [.build_release/cuda/src/caffe/layers/absval_layer.o] Error 1
:info:build make: *** Waiting for unfinished jobs....

That is the real problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49997

    • Property Owner changed from macports-tickets@… to hum@…
    • Property Summary changed from caffe: Fetching archive failed:: The requested URL returned error: 404 Not Found to caffe: nvcc fatal : The version ('70002') of the host compiler ('Apple clang') is not supported
    • Property Port caffe added
  • Ticket #49997 – Description

    initial v1  
    11Had installed caffe last month on yosemite.
    22After upgrade to capitan, cannot installed caffe anymore, as package is unavailable:
     3{{{
    34Fetching archive failed:: The requested URL returned error: 404 Not Found
     5}}}
    46See attached main.log file.