Maik Riechert
Maik Riechert
I gave it a try and there are still some build issues with OpenMP enabled: - macOS: I'm getting ["Symbol not found: _GOMP_atomic_end"](https://travis-ci.org/letmaik/wrf-python-wheels/jobs/439512047#L264) at package import - `test_updraft_helicity` fails with...
> > macOS: I'm getting "Symbol not found: _GOMP_atomic_end" at package import > > It can't find the libgomp dynamic library at runtime (the OpenMP runtime library). [...] Or, try...
A had a look at this again and brought https://github.com/letmaik/wrf-python-wheels/tree/letmaik/omp up to date with the reference at https://github.com/MacPython/scipy-wheels. This included dropping Python < 3.5 support for wheel building. Due to...
OK, turns out the macOS issue was just caused by a missing `-fopenmp` in the linker flags. This was an oversight as there is some special logic for macOS only...
I think it would be better if you guys remain maintainers. I can set up everything on the MacPython org and make sure you get access to trigger builds but...
I got a response from Matthew Brett, saying that it would be better to not move the repo over there since it would slow down our builds (limit per org)....
@khallock Forking would do the trick, and sounds reasonable. After that you could add me as collaborator on that repository.
@khallock Thanks, I'm now a collaborator. Couple more things to get started which only admins can do: - Please go to https://travis-ci.com/ (Linux and macOS) and flip the switch for...
Are there any problems?
@khallock It's been 4 months since your last comment. Can you please respond? I'm still interested in helping with this, but silence doesn't help :)