[erlang-questions] openCL darwin 64

Evan Miller emmiller@REDACTED
Tue Jan 8 16:54:57 CET 2013


+1 for this issue. OpenCL is an excellent complement to Erlang when it
comes to high performance numerical computing.


On Tue, Jan 8, 2013 at 5:41 AM, Tony Rogvall <tony@REDACTED> wrote:

> Hi!
>
> Found a workaround for cl (https://github.com/tonyrog/cl) not starting on
> erlang 64-bit mac os x
> The fix is to add "-framework Foundation" to  LIBCARBON in erts/
> configure.in
>
> --- Like this ---
> case $ARCH-$OPSYS in
>         amd64-darwin*)
>                 LIBCARBON="-framework Foundation"
>                 AC_MSG_RESULT([no])
>                 ;;
>         *-darwin*)
>                 LIBCARBON="-framework Carbon -framework Foundation"
>                 AC_MSG_RESULT([yes])
>                 ;;
> --
>
> Any chans that this might be fixed in a future release ?
>
>
> /Tony
>
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>


-- 
Evan Miller
http://www.evanmiller.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130108/dc0f927e/attachment.htm>


More information about the erlang-questions mailing list