File tree Expand file tree Collapse file tree
scripts/wheelbuilder/linux Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y libffi-devel
4242fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y libffi-devel openssl-devel
4242fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y hdf5-devel
4242fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 git clone --single-branch --branch v3.3.2 --depth 1 https://github.com/rapidfuzz/rapidfuzz-cpp.git rapidfuzz-cpp
4242 cd rapidfuzz-cpp
4343 mkdir build && cd build
@@ -52,7 +52,7 @@ pip install 'Cython==3.0.11' 'scikit_build_core==0.11.1'
5252pip install --no-build-isolation ' rapidfuzz==3.12.1'
5353pip wheel --no-build-isolation ' levenshtein==0.26.1'
5454
55- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
55+ if [ -n " $GITHUB_RUN_ID " ] ; then
5656 cd rapidfuzz-cpp
5757 cd build
5858 xargs rm < install_manifest.txt
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y libxml2-devel libxslt-devel
4242fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y gcc-toolset-9 gcc-toolset-9-gcc-gfortran openblas-devel
4242 scl enable gcc-toolset-9 ' pip wheel "numpy==1.23.2"'
4343fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y gcc-toolset-9 gcc-toolset-9-gcc-gfortran openblas-devel
4242 scl enable gcc-toolset-9 ' pip wheel "numpy==1.24.3"'
4343fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y gcc-toolset-12-gcc-gfortran openblas-devel
4242fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y libtiff-devel libjpeg-devel openjpeg2-devel zlib-devel freetype-devel lcms2-devel
4242fi
Original file line number Diff line number Diff line change 3737# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838# SOFTWARE.
3939
40- if command -v manylinux-interpreters 2>&1 > /dev/null ; then
40+ if [ -n " $GITHUB_RUN_ID " ] ; then
4141 dnf install -y libffi-devel \
4242 boost-devel \
4343 snappy-devel \
You can’t perform that action at this time.
0 commit comments