[fink:package-submissions] #5091 r-base35
Hanspeter Niederstrasser via Fink-tracker <[email protected]> Fri, 18 Jan 2019 10:37:29 -0000
| Newsgroups | gmane.os.apple.fink.tracker |
|---|---|
| Message-ID | </p/fink/package-submissions/5091/a6478857715681193be79ade2cf740d01f3a9d14.package-submissions@fink.p.sourceforge.net> |
This is a multi-part message in MIME format. --===============2145935346977159781== Content-Type: multipart/related; boundary="===============3613061049311106972==" This is a multi-part message in MIME format. --===============3613061049311106972== Content-Type: multipart/alternative; boundary="===============7597731598162807235==" MIME-Version: 1.0 --===============7597731598162807235== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is my linkage to R.dylib: ``` $ otool -L sw/Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib sw/Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib: /sw/Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib (compatibility version 3.5.0, current version 3.5.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /sw/lib/gcc5/lib/libgfortran.3.dylib (compatibility version 4.0.0, current version 4.0.0) /sw/lib/gcc5/lib/libquadmath.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4) /sw/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.5.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1454.93.0) /sw/lib/libreadline.6.dylib (compatibility version 6.3.0, current version 6.3.0) /sw/lib/libpcre2-8.0.dylib (compatibility version 8.0.0, current version 8.1.0) /sw/lib/libpcre1/libpcre.1.dylib (compatibility version 4.0.0, current version 4.10.0) /sw/lib/liblzma.5.dylib (compatibility version 8.0.0, current version 8.3.0) /sw/lib/libbz2.1.dylib (compatibility version 1.0.1, current version 1.0.6) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11) /sw/lib/libiconv.2.dylib (compatibility version 9.0.0, current version 9.0.0) /sw/lib/libicuuc.55.1.dylib (compatibility version 55.0.0, current version 55.1.0) /sw/lib/libicui18n.55.1.dylib (compatibility version 55.0.0, current version 55.1.0) ``` and configure checks for pcre2: ``` checking for pcre_fullinfo in -lpcre... yes checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking pcre/pcre.h usability... no checking pcre/pcre.h presence... no checking for pcre/pcre.h... no checking if PCRE version >= 8.20, < 10.0 and has UTF-8 support... yes checking if PCRE version >= 8.32... yes checking whether PCRE support suffices... yes checking pcre2.h usability... yes checking pcre2.h presence... yes checking for pcre2.h... yes checking for pcre2_compile_8 in -lpcre2-8... yes ``` Either (2) or (3) are fine. --- ** [package-submissions:#5091] r-base35** **Status:** open **Group:** Awaiting_Update_from_Submitter **Labels:** sci New Package **Created:** Thu Jan 17, 2019 02:28 AM UTC by BABA Yoshihiko **Last Updated:** Fri Jan 18, 2019 12:22 AM UTC **Owner:** BABA Yoshihiko **Attachments:** - [r-base35-dev.txt](https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35-dev.txt) (14.4 kB; text/plain) - [r-base35-shlibs.txt](https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35-shlibs.txt) (157.0 kB; text/plain) - [r-base35.info](https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35.info) (14.0 kB; application/octet-stream) - [r-base35.patch](https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35.patch) (4.3 kB; application/octet-stream) - [r-base35.txt](https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35.txt) (10.9 kB; text/plain) Please add r-base35 as a new package in sci section. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/fink/package-submissions/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/fink/admin/package-submissions/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============7597731598162807235== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit <div class="markdown_content"><p>This is my linkage to R.dylib:</p> <div class="codehilite"><pre><span></span>$ otool -L sw/Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib sw/Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib: /sw/Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib <span class="o">(</span>compatibility version <span class="m">3</span>.5.0, current version <span class="m">3</span>.5.2<span class="o">)</span> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate <span class="o">(</span>compatibility version <span class="m">1</span>.0.0, current version <span class="m">4</span>.0.0<span class="o">)</span> /sw/lib/gcc5/lib/libgfortran.3.dylib <span class="o">(</span>compatibility version <span class="m">4</span>.0.0, current version <span class="m">4</span>.0.0<span class="o">)</span> /sw/lib/gcc5/lib/libquadmath.0.dylib <span class="o">(</span>compatibility version <span class="m">1</span>.0.0, current version <span class="m">1</span>.0.0<span class="o">)</span> /usr/lib/libSystem.B.dylib <span class="o">(</span>compatibility version <span class="m">1</span>.0.0, current version <span class="m">1252</span>.50.4<span class="o">)</span> /sw/lib/libintl.8.dylib <span class="o">(</span>compatibility version <span class="m">10</span>.0.0, current version <span class="m">10</span>.5.0<span class="o">)</span> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation <span class="o">(</span>compatibility version <span class="m">150</span>.0.0, current version <span class="m">1454</span>.93.0<span class="o">)</span> /sw/lib/libreadline.6.dylib <span class="o">(</span>compatibility version <span class="m">6</span>.3.0, current version <span class="m">6</span>.3.0<span class="o">)</span> /sw/lib/libpcre2-8.0.dylib <span class="o">(</span>compatibility version <span class="m">8</span>.0.0, current version <span class="m">8</span>.1.0<span class="o">)</span> /sw/lib/libpcre1/libpcre.1.dylib <span class="o">(</span>compatibility version <span class="m">4</span>.0.0, current version <span class="m">4</span>.10.0<span class="o">)</span> /sw/lib/liblzma.5.dylib <span class="o">(</span>compatibility version <span class="m">8</span>.0.0, current version <span class="m">8</span>.3.0<span class="o">)</span> /sw/lib/libbz2.1.dylib <span class="o">(</span>compatibility version <span class="m">1</span>.0.1, current version <span class="m">1</span>.0.6<span class="o">)</span> /usr/lib/libz.1.dylib <span class="o">(</span>compatibility version <span class="m">1</span>.0.0, current version <span class="m">1</span>.2.11<span class="o">)</span> /sw/lib/libiconv.2.dylib <span class="o">(</span>compatibility version <span class="m">9</span>.0.0, current version <span class="m">9</span>.0.0<span class="o">)</span> /sw/lib/libicuuc.55.1.dylib <span class="o">(</span>compatibility version <span class="m">55</span>.0.0, current version <span class="m">55</span>.1.0<span class="o">)</span> /sw/lib/libicui18n.55.1.dylib <span class="o">(</span>compatibility version <span class="m">55</span>.0.0, current version <span class="m">55</span>.1.0<span class="o">)</span> </pre></div> <p>and configure checks for pcre2:</p> <div class="codehilite"><pre><span></span>checking for pcre_fullinfo in -lpcre... yes checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking pcre/pcre.h usability... no checking pcre/pcre.h presence... no checking for pcre/pcre.h... no checking if PCRE version >= 8.20, < 10.0 and has UTF-8 support... yes checking if PCRE version >= 8.32... yes checking whether PCRE support suffices... yes checking pcre2.h usability... yes checking pcre2.h presence... yes checking for pcre2.h... yes checking for pcre2_compile_8 in -lpcre2-8... yes </pre></div> <p>Either (2) or (3) are fine.</p> <hr/> <p><strong> <a class="alink" href="https://sourceforge.net/p/fink/package-submissions/5091/">[package-submissions:#5091]</a> r-base35</strong></p> <p><strong>Status:</strong> open<br/> <strong>Group:</strong> Awaiting_Update_from_Submitter<br/> <strong>Labels:</strong> sci New Package <br/> <strong>Created:</strong> Thu Jan 17, 2019 02:28 AM UTC by BABA Yoshihiko<br/> <strong>Last Updated:</strong> Fri Jan 18, 2019 12:22 AM UTC<br/> <strong>Owner:</strong> BABA Yoshihiko<br/> <strong>Attachments:</strong></p> <ul> <li><a class="" href="https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35-dev.txt">r-base35-dev.txt</a> (14.4 kB; text/plain)</li> <li><a class="" href="https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35-shlibs.txt">r-base35-shlibs.txt</a> (157.0 kB; text/plain)</li> <li><a class="" href="https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35.info">r-base35.info</a> (14.0 kB; application/octet-stream)</li> <li><a class="" href="https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35.patch">r-base35.patch</a> (4.3 kB; application/octet-stream)</li> <li><a class="" href="https://sourceforge.net/p/fink/package-submissions/5091/attachment/r-base35.txt">r-base35.txt</a> (10.9 kB; text/plain)</li> </ul> <p>Please add r-base35 as a new package in sci section.</p> <hr/> <p>Sent from sourceforge.net because [email protected] is subscribed to <a href="https://sourceforge.net/p/fink/package-submissions/">https://sourceforge.net/p/fink/package-submissions/</a></p> <p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/fink/admin/package-submissions/options.">https://sourceforge.net/p/fink/admin/package-submissions/options.</a> Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div> --===============7597731598162807235==-- --===============3613061049311106972==-- --===============2145935346977159781== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============2145935346977159781== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Fink-tracker mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.tracker --===============2145935346977159781==--