Skip to content

Commit

Permalink
Merge branch 'tachyon_rpath' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 20, 2024
2 parents f4624b4 + 069f036 commit cb7c499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/tachyon/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.99.5
0.99.5.p0
56 changes: 0 additions & 56 deletions build/pkgs/tachyon/patches/Make-config.patch

This file was deleted.

3 changes: 2 additions & 1 deletion build/pkgs/tachyon/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ if [ -z "$TARGET" ]; then
sdh_die "Error: Sorry, your platform isn't supported by Tachyon and/or Sage. Exiting..."
fi

sdh_make "$TARGET"
# The Makefile ignores LDFLAGS; we include it here so that rpath is set on Linux
sdh_make "$TARGET" USEPNG=-DUSEPNG PNGLIB="$LDFLAGS -lpng -lz"

echo "Installing the Tachyon binary..."
cd "$CUR"
Expand Down

0 comments on commit cb7c499

Please # to comment.