conda-forge / zstandard-feedstock

A conda-smithy repository for zstandard.
BSD 3-Clause "New" or "Revised" License
0 stars 12 forks source link

Rebuild for Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2; Update to 0.10.2 #10

Closed xhochy closed 6 years ago

xhochy commented 6 years ago

Fixes #4, #6, #7, #8, #9

conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

xhochy commented 6 years ago

@conda-forge-admin please rerender

xhochy commented 6 years ago

The failing builds here are due to distutils.ccompiler.new_compiler() returning cc instead of the new compilers.

jcrist commented 6 years ago

The failing builds here are due to distutils.ccompiler.new_compiler() returning cc instead of the new compilers.

Is this something we should add a patch in the build for?

xhochy commented 6 years ago

The failing builds here are due to distutils.ccompiler.new_compiler() returning cc instead of the new compilers.

Is this something we should add a patch in the build for?

Yes, preparing one now.

mariusvniekerk commented 6 years ago

Thanks so much for this on @xhochy