gap-packages / ZeroMQInterface

GAP Bindings to ZeroMQ
https://gap-packages.github.io/ZeroMQInterface
GNU General Public License v2.0
2 stars 6 forks source link

if no path for zmq is given, check for macos homebrew #36

Closed pedritomelenas closed 3 months ago

pedritomelenas commented 3 months ago

if no option --with-zmq= is given, it checks for homebrew and uses $(brew --prefix zeromq) as prefix.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 44.58%. Comparing base (38b3c88) to head (d7a7543). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #36 +/- ## ========================================== - Coverage 44.67% 44.58% -0.09% ========================================== Files 2 2 Lines 441 462 +21 Branches 66 69 +3 ========================================== + Hits 197 206 +9 - Misses 223 234 +11 - Partials 21 22 +1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/gap-packages/ZeroMQInterface/pull/36/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gap-packages)
pedritomelenas commented 3 months ago

related to #19