Date: Monday, March 7, 2022 @ 20:31:55 Author: arojas Revision: 1144969
Update to 0.99.3 Modified: tachyon/trunk/PKGBUILD tachyon/trunk/enable-jpeg-png.patch tachyon/trunk/tachyon-system-cflags.patch -----------------------------+ PKGBUILD | 8 ++++---- enable-jpeg-png.patch | 4 ++-- tachyon-system-cflags.patch | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-07 20:31:52 UTC (rev 1144968) +++ PKGBUILD 2022-03-07 20:31:55 UTC (rev 1144969) @@ -2,7 +2,7 @@ # Contributor: Rémy Oudompheng <[email protected]> pkgname=tachyon -pkgver=0.99.2 +pkgver=0.99.3 pkgrel=1 pkgdesc='Multithreaded ray tracing software' arch=(x86_64) @@ -13,9 +13,9 @@ source=(http://jedi.ks.uiuc.edu/~johns/raytracer/files/$pkgver/$pkgname-$pkgver.tar.gz enable-jpeg-png.patch tachyon-system-cflags.patch) -sha256sums=('d40a5752fe78b84c5ca913bf55e5707c310526f9eebd8269d1583359d8415798' - 'fba8ac0aaa9dd6fe8b4737f5ae95d7795751e15d88bff3ec09ed665673d126b9' - '84108222d5daa60285111b69e9ee086aad3818f2fa8d706b4bd9811656682f2c') +sha256sums=('c725913bb9b7e1c4e282e0980bf5a3066ac0dcaaccd97b071a6d6d25e6e72492' + '10d96a951c38e3a3a3b2854ad5e0da3fd24ee32446f604baae1a6b1ad6e6dad6' + '5d81b5487d231f46eaa05eb3c1dfcc84a961b58d71a8c36d6feee0dce713dc6d') _target=linux-64-thr prepare(){ Modified: enable-jpeg-png.patch =================================================================== --- enable-jpeg-png.patch 2022-03-07 20:31:52 UTC (rev 1144968) +++ enable-jpeg-png.patch 2022-03-07 20:31:55 UTC (rev 1144969) @@ -1,6 +1,6 @@ --- unix/Make-config.orig 2015-01-08 20:45:17.968890865 +0100 +++ unix/Make-config 2015-01-08 20:46:16.223075085 +0100 -@@ -181,14 +181,14 @@ +@@ -188,14 +188,14 @@ # http://www.ijg.org/files/ ########################################################################## # Uncomment the following lines to disable JPEG support @@ -21,7 +21,7 @@ ########################################################################## -@@ -201,14 +201,14 @@ +@@ -208,14 +208,14 @@ # http://www.libpng.org/ ########################################################################## # Uncomment the following lines to disable PNG support Modified: tachyon-system-cflags.patch =================================================================== --- tachyon-system-cflags.patch 2022-03-07 20:31:52 UTC (rev 1144968) +++ tachyon-system-cflags.patch 2022-03-07 20:31:55 UTC (rev 1144969) @@ -1,9 +1,9 @@ --- tachyon/unix/Make-arch.orig 2019-08-24 23:13:05.136655180 +0000 +++ tachyon/unix/Make-arch 2019-08-24 23:13:36.057062493 +0000 -@@ -1278,12 +1278,12 @@ +@@ -1273,12 +1273,12 @@ $(MAKE) all \ "ARCH = linux-64-thr" \ - "CC = gcc" \ + "CC = cc" \ - "CFLAGS = -m64 -Wall -O3 -fomit-frame-pointer -ffast-math -DLinux $(THREADSFLAGS) -D_REENTRANT $(MISCFLAGS)" \ + "CFLAGS = $(CFLAGS) -DLinux $(THREADSFLAGS) -D_REENTRANT $(MISCFLAGS)" \ "AR = ar" \ @@ -13,5 +13,5 @@ - "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread" + "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread" "LDFLAGS = $(LDFLAGS)" - # Linux x86, on AMD Athlon, using gcc - linux-p4: + # Linux on AMD64/EM64T, using gcc + linux-64-thr-c11:
