From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Re: Artificial Intelligence libraries in ADA Date: Fri, 13 Jan 2023 18:19:13 +1100 Organization: A noiseless patient Spider Message-ID: References: <53481976-aebc-4d6d-bb8f-aa4f63f0b01b@googlegroups.com> <9becf5e6-1e77-4711-a4bb-1c7a5465e804n@googlegroups.com> <8f87c00c-1043-4452-8cee-ce437c0fafcfn@googlegroups.com> <29948ab4-9b39-4996-bcb8-3a2f7f509225n@googlegroups.com> <624d767b-ce04-46b0-8a5c-1999a86d3a1an@googlegroups.com> <77030e13-e4fc-4675-ac54-9d3047cf992cn@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 13 Jan 2023 07:18:55 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="4c69ddc0a00b3eef55184b14ab219b8b"; logging-data="1644377"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19sAuWX1E9ykcbkJLSpkkr354CoV0NdKkk=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Cancel-Lock: sha1:9ndoSukLRAwNXzIkUQUCa+8PWkU= In-Reply-To: Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:64819 List-Id: On 13/1/23 11:12, Roger Mc wrote: > On Friday, January 13, 2023 at 9:09:57 AM UTC+11, Roger Mc wrote: >> Today, I'll try getting hello_tf to work on my Ventura machine using a brew installation of tensorflow. > > Good news! > hello_tf works under my OSX Ventura after a bit of adjustment. > Good news indeed :) . > I didn't need to change the linker settings. > Tensorflow installed by Brew includes > libtensorflow_framework.dylib and > libtensorflow.so Would you able to send me a patch file for the bits which did need adjusting, so I can add it to the cBound repo ? > > -ltensorflow presumably linked to libtensorflow.so > A bit strange as I thought that Apple had deprecated so files long ago. I'm afraid I don't know anything about Apple or MacOS except a vague notion that it was based on one of the BSD's ?