bugGetFEM - Bugs: bug #62151, Use reentrant qhull library...

 
 

bug #62151: Use reentrant qhull library instead of deprecated non-reentrant

Submitter:  Stefan Brüns <stefanbruens>
Submitted:  Mon 07 Mar 2022 10:24:50 PM UTC
   
 
Category:  None Severity:  4 - Important
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  logari81
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 10 Feb 2023 08:26:54 AM UTC, comment #2: 
Konstantinos Poulios <logari81>
Group administrator
Wed 28 Dec 2022 07:24:59 AM UTC, comment #1: 

Thanks for the patch, I will test and apply it for the next release.

One could also support both the old and the new qhull interface, like here:
https://sourceforge.net/p/saga-gis/code/ci/24d6e6ad2eacd110ded8643e5c22d98f70439c23/

Konstantinos Poulios <logari81>
Group administrator
Mon 07 Mar 2022 10:24:50 PM UTC, original submission:  

Current libqhull (2020.2 / 8.0.2) no longer provides the non-reentrant library:



http://www.qhull.org/news/qhull-news.html

Qhull's builds produce a shared library, libqhull_r.so (qhull_r.dll), several static libraries, and several applications using these libraries.

They do not produce deprecated libraries: libqhull.so, qhull.dll, libqhull_p.so, and qhull_p.dll. Users of these libraries should convert their code to reentrant Qhull (libqhull_r.so) or link to libqhullstatic.a.


Stefan Brüns <stefanbruens>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #52967:  0001-Use-reentrant-qhull-library.patch added by stefanbruens (4KiB - text/x-patch - Fix proposal)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by logari81 (Posted a comment)
  • -email is unavailable- added by stefanbruens (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-02-10 logari81 StatusIn Progress Fixed
        Open/ClosedOpen Closed
    2022-12-28 logari81 Severity3 - Normal 4 - Important
        StatusNone In Progress
        Assigned toNone logari81
    2022-03-08 stefanbruens Attached File- Added 0001-Use-reentrant-qhull-library.patch, #52967

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code