-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation issue on OSX #2
Comments
Hi Thomas, thanks for pointing it out. I think the exact bug has been reported here: http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1459 I think it also depends on the compiler used, mine (Apple LLVM version 8.1.0 (clang-802.0.42)) seems working fine. Can you try another compiler maybe? and the way of fixing this can be found here (similar issue I think): stan-dev/math#476 Since this issue originates from the Eigen library and has been reported on their website, it is probably better to let them fix it. I will have a look at their newest version to see if this has been fixed or not. |
The same error occurred on my OSX with Thanks again for reporting this, really appreciate it. |
@ryanrhymes Do you know where to specify the On a side note, I was able to download the |
@moorage unfortunately I don't now how to set that in XCode, but I will publish a new release of Eigen (with this issue fixed) on OPAM soon, so you can just use opam to install. |
i am using Bazel copts = ["-Wno-invalid-partial-specialization"], but still getting the same error, seems copts line has no effect. errors output here: ERROR: /Users/hweekuan/research/projects/model/termite_mound/20170430_tensorflow/tensorflow/tensorflow/core/kernels/BUILD:3141:1: C++ compilation of rule '//tensorflow/core/kernels:scatter_nd_op' failed (Exit 1). |
Summary: * I saw this fail on my Mac, but it's a general problem. More details at owlbarn/eigen#2 Closes #1756 Reviewed By: pietern Differential Revision: D6729609 Pulled By: orionr fbshipit-source-id: e03cce1d6a6b68b131bae9b84d28636c06f85615
Summary: * I saw this fail on my Mac, but it's a general problem. More details at owlbarn/eigen#2 Closes facebookarchive/caffe2#1756 Reviewed By: pietern Differential Revision: D6729609 Pulled By: orionr fbshipit-source-id: e03cce1d6a6b68b131bae9b84d28636c06f85615
Any idea what went wrong?
The text was updated successfully, but these errors were encountered: