swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz sha256: ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 build: compiler: zig-cc target: x86_64-linux-musl link: dynamic flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --disable-static --enable-shared --with-gmp=/usr --with-mpfr=/usr compile: make -j"$(nproc)" install: make install DESTDIR=/out && find /out -name '*.la' -delete zig_version: 0.13.0 target_bin: /usr/bin/mpc expected_hash: b3:81f0fa7284687aa92cf80ae48c2881c496210693251e5ee64a18ff3ea03d9fa0 deps: build: - gmp - mpfr - pkgconf runtime: []