Isuru Fernando

Results 928 comments of Isuru Fernando

Yes. https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED

Feedstock changes can be incorporated into conda-smithy using an entry in conda-forge.yml like `use-ccache` which would be no by default. What happens when we try to build locally with `CCACHE_DIR`...

How about creating a `ccache-toolchain` package and then check for that using conda-smithy to change the templates? Here's a branch that checks for ccache-toolchain and does the changes, https://github.com/isuruf/conda-smithy/tree/ccache

> But given my personal experience with ccache I would say it should just be used by default for all packages with compilation. I can't see any reason why not...

Ping. I'd like to see this in sagelib-feedstock

I just tried with the scipy package with, ```bash export CC="ccache $CC" export CXX="ccache $CXX" ``` and it fails. https://circleci.com/gh/isuruf/scipy-feedstock/5 I think some build systems will not be able to...

@gqmelo, let me know how I can help. 2. is already done here, https://github.com/isuruf/conda-smithy/tree/ccache minus the `--no-build-id`.

@gqmelo, can you first create a recipe for `ccache-toolchain`? Then I'll send a PR to conda-smithy.

`ccache-toolchain` recipe is here, https://github.com/conda-forge/staged-recipes/pull/3135

> @isuruf Was there a big reason why we used gmp instead of imath-32 in the wheel? I'm getting ready to drop gmp here because I'm tired of waiting for...