FRBs / sigpyproc3

Python3 version of Ewan Barr's sigpyproc library
https://sigpyproc3.readthedocs.io
MIT License
14 stars 11 forks source link

Fix macOS installation issues #11

Closed pravirkr closed 3 years ago

pravirkr commented 3 years ago

Apple clang doesn't support libomp by default. Now testing with -Xpreprocessor -fopenmp. Need to install Homebrew libomp.

codecov-io commented 3 years ago

Codecov Report

Merging #11 (e29c6b5) into master (af62ce2) will decrease coverage by 0.42%. The diff coverage is 3.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   30.18%   29.76%   -0.43%     
==========================================
  Files          12       12              
  Lines        1133     1149      +16     
==========================================
  Hits          342      342              
- Misses        791      807      +16     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
sigpyproc/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update af62ce2...e29c6b5. Read the comment docs.