Open matthiasdiener opened 2 years ago
Probably just need to remove that file in the recipe build script. It’s getting packaged because it wasn’t cleaned up
@isuruf @jakirkham : Since #206 went into a new package instead, could we simply modify the tar.bz2 file for this package as outlined above (removing the spurious file/directory) and re-upload to anaconda?
Would it be possible to bump the build number for that package with the needed change?
Would it be possible to bump the build number for that package with the needed change?
I'm not sure, but I think this might be possible.
(E.g.) https://anaconda.org/conda-forge/qt/5.12.9/download/linux-64/qt-5.12.9-hda022c4_4.tar.bz2 has a spurious sysroot folder, with only a single file:
This file is created by the code here: https://github.com/conda-forge/qt-feedstock/blob/636c8b55355fbb908d5c6c67e909e289bcdf39bc/recipe/build.sh#L147-L153
For this reason, after installing
qt
other packages sometimes fail to compile:The workaround I found is to remove the sysroot directory after installing
qt
:Issue:
Environment (
conda list
):Details about
conda
and system (conda info
):