Open GoogleCodeExporter opened 9 years ago
SOLVED:
cd(matlabroot)
edit bin/maci64/mexopts/clang++_maci64.xml
line 30: CXX="$XCRUN_DIR/xcrun -sdk macosx$SDKVER clang++ -framework OpenCL"
It appears that the mexopts.sh doesn't have any actual influence on the mex
command, because in it I could change "clang" to, say, "clangs" without getting
an error. In this file, however, this change would result in a "not found"
error, meaning that this is the file that actually matters.
Original comment by a.tretti...@gmail.com
on 17 Jun 2014 at 2:04
Original issue reported on code.google.com by
a.tretti...@gmail.com
on 17 Jun 2014 at 1:52