Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id BCA9E7810D2; Sat, 8 Jan 2022 22:36:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Edd Salkield From: Holger Jaekel Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20211129183035.6468-1-edd@salkield.uk> Subject: Re: [PATCH v3] testing/hdf4: new aport Date: Sat, 08 Jan 2022 22:36:46 -0000 Message-ID: <164168140674.985.2541178636177469354.gitlab.27962.fbed012fbdd23b91f15aeb7c52d1400a4c6af03a@listserv.local> On Mon, 29 Nov 2021 18:30:35 +0000, Edd Salkield wrote: > + export FFLAGS="$FFLAGS -fallow-argument-mismatch" > + export LIBS="$LIBS -lportablexdr" > + ./configure --prefix=/usr --build=$CBUILD --host=$CHOST You can add the SZIP decoder when you add `--with-szlib` and add `libaec-dev` to the `makedepends`. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27962#note_204887