astropy / extension-helpers

Helpers to assist with building Python packages with compiled C/Cython extensions
https://extension-helpers.readthedocs.io
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Fix leaked temporary directory in check_openmp_support #19

Closed lpsinger closed 4 years ago

lpsinger commented 4 years ago

See also astropy/astropy-helpers#511.

pllim commented 4 years ago

The failures here are totally different from astropy-helpers. Here, failure only affects Windows and OSX and seems to be related to C compiler/linker.

pllim commented 4 years ago

Ah, looks like part of the failure was reported in #15

pllim commented 4 years ago

I think this will pass after a rebase after #21 is merged. 🤞

astrofrog commented 4 years ago

@lpsinger - can you rebase now that the CI was fixed in #21/#22?

pllim commented 4 years ago

Tests passed!