skip
for [win and vc<14]
Can someone on core pull conda versions 4.7.11 and 4.7.12? Both of those versions break staged-recipes.
can someone help me with an appveyor failure on conda-forge/lscsoft-glue-feedstock#12, I am seeing
ModuleNotFoundError: No module named 'libarchive'
from all of the appveyor builds (we still need those, right?), thanks
conda install package
it will pop out a list of all the packages it will pull to install in my current env/arch - is there a way to test what it would pull for the same package on a different arch? Just trying to avoid having to set up a bunch of VMs to see how a package installs on different architectures
get-docker-secret
yesterday and it was merge. Looking today at its feedstock, there are no build for it. I have created the following issue: conda-forge/get-docker-secret-feedstock#1
hi all, I’m having trouble building a package on windows using meson
. I get
'meson' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
when I specify meson
in the build
section. Is there a special trick to getting windows to recognise a python-script? See conda-forge/gst-orc-feedstock#3