https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c9418e393d0fdf3a049d44392edaa85f711fb6bd authored by Matthew Kolopanis on 06 July 2020, 16:30:47 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 5c228b2
Raw File
Tip revision: c9418e393d0fdf3a049d44392edaa85f711fb6bd authored by Matthew Kolopanis on 06 July 2020, 16:30:47 UTC
try removing openmp compilation args from macosx builds
Tip revision: c9418e3
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top