You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use cfitsio but found reentrant compile flag is closed.
In recent update of cfitsio, legacy configure was upgraded to cmake. but --enable-reentrant was deleted and no corresponding flag for cmake options (which I guess is USE_PTHREADS).
What happened (include all command output)?
cfitsio is not thread safe.
What did you expect to happen?
An corresponding flag for --enable-reentrant should be added and the cfitsio library should be thread safe.
Sorry to bother @chenrui333 and @SMillerDev, but regarding the update from PR #200851, would it be possible to look into a fix? I really appreciate your help!
@SMillerDev I apologize for any inconvenience my previous message may have caused. I appreciate the time and effort you and the other volunteers put into this project. I understand your perspective and will be more mindful in the future. Thank you for your feedback!
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputbrew config
brew doctor
Verification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I try to use cfitsio but found
reentrant
compile flag is closed.In recent update of cfitsio, legacy
configure
was upgraded tocmake
. but--enable-reentrant
was deleted and no corresponding flag for cmake options (which I guess isUSE_PTHREADS
).What happened (include all command output)?
cfitsio
is not thread safe.What did you expect to happen?
An corresponding flag for
--enable-reentrant
should be added and the cfitsio library should be thread safe.Step-by-step reproduction instructions (by running
brew
commands)Sorry to no instructions but this link due to the special problem.
The text was updated successfully, but these errors were encountered: