Matthew Feickert

Results 460 comments of Matthew Feickert

Though I messed up with https://github.com/scikit-hep/awkward/blob/45c708d29db368eaf451ff7b323b32bcebbef46c/.github/workflows/deploy-cpp.yml#L37-L40 as the naming scheme is `awkward-cpp-*.tar.gz` and `awkward_cpp-*.whl` so only the sdist for `awkward-cpp` got signed ```console # $ python -m pip download --no-binary...

> Does conda-forge still have CI support from Circle CI? `circle` is still listed as a valid CI service key in the https://conda-forge.org/docs/maintainer/conda_forge_yml/#provider. Looks like no(?), given the [April 3,...

> thanks a lot that would be great actually. We are still setting up finishing touches for the mitigation from [Launchpad](https://launchpad.net/madanalysis5) but docker is definitely on the cards please do...

Yeah, this should maybe be left open as a reminder that we still need to get the latest versions building and also make them multiplatform (still only Linux at this...

Nothing to be sorry about! This is a good reminder that we need to follow up on getting conda-forge setup properly across multiplatforms.

For a broader community project I'm working on it is going to be necessary to have working distributions of `fastjet` (including the FastJet C++ libraries) on conda-forge. It will also...

I recently got access to an Apple silicon (M2) machine that I can use for dev work as well. I haven't done local dev work on an Apple computer for...

Using the changes from PR #315, I've found that it is possible to build using conda-forge tooling if the block ```bash # change executable names when running on Macs #...

> This text is wrong. Apple doesn't rename tools to provide "g". They don't / can't provide GNU licensed tools. Homebrew provides g-prefixed utilities to avoid conflicting with Apple's BSD...

An attempt at this (which hasn't been looked at for a long time, so might need fixing) is the following `build.sh` script ```bash #!/bin/bash # rm the directories that are...