Skip to content

Commit

Permalink
[LibTeXPrintf] update to upstream (#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suavesito-Olimpiada authored Sep 25, 2022
1 parent 5fd17e7 commit c9864cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 89 deletions.
7 changes: 2 additions & 5 deletions L/LibTeXPrintf/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@
using BinaryBuilder, Pkg

name = "LibTeXPrintf"
version = v"1.14.1"
version = v"1.14.2"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/bartp5/libtexprintf.git", "275a89bbfeb132007027a0a0e0dea333a72e40e5"),
DirectorySource("./bundled"),
GitSource("https://github.com/bartp5/libtexprintf.git", "61b7c0e5217f2c3be67dca909f3845887177a63f"),
]

# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir/libtexprintf/
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/win-fix.diff
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/texfree.diff
./autogen.sh
./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target} --enable-static=no --enable-shared=yes --enable-fast-install=yes
make -j${nproc}
Expand Down
61 changes: 0 additions & 61 deletions L/LibTeXPrintf/bundled/patches/texfree.diff

This file was deleted.

23 changes: 0 additions & 23 deletions L/LibTeXPrintf/bundled/patches/win-fix.diff

This file was deleted.

0 comments on commit c9864cd

Please sign in to comment.