Skip to content

Instantly share code, notes, and snippets.

@gdolle
Last active May 29, 2016 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdolle/7e1b15abe12f983e340ba215e667f337 to your computer and use it in GitHub Desktop.
Save gdolle/7e1b15abe12f983e340ba215e667f337 to your computer and use it in GitHub Desktop.
Patch mumps with zlib
--- PKGBUILD 2016-05-29 15:08:46.380031210 +0200
+++ PKGBUILD_zlib 2016-05-29 15:11:04.883369431 +0200
@@ -19,7 +19,7 @@
build() {
cd "${srcdir}/MUMPS_${pkgver}"
cp "${srcdir}/Makefile.inc" .
-
+ sed -i "s/LIBS = \$(LIBPAR)/LIBS = \$(LIBPAR) -lz/" Makefile.inc
make -j1 all || return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment