From 09b025405dfecf160127c778ce28771ffe041970 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sun, 17 Sep 2017 15:26:09 +0000 Subject: Modernise port to allow for new features in future (e.g. CilkPlus support) Details: - Use standard HAS_CONFIGURE instead of rolling our own - Use blaslapack - Regenerate patches with "make makepatch". - Add LICENSE - Fortran is used as linker but all the code is in C so use CFLAGS instead of FFLAGS. PR: 214963 Submitted by: pfg --- math/taucs/files/patch-src__taucs_timer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/taucs/files/patch-src__taucs_timer.c') diff --git a/math/taucs/files/patch-src__taucs_timer.c b/math/taucs/files/patch-src__taucs_timer.c index 468b8e3f03a2..f92aa7752ea0 100644 --- a/math/taucs/files/patch-src__taucs_timer.c +++ b/math/taucs/files/patch-src__taucs_timer.c @@ -1,6 +1,6 @@ ---- src/taucs_timer.c.orig 2003-09-01 06:28:54.000000000 -0400 -+++ src/taucs_timer.c 2012-07-10 07:24:08.000000000 -0400 -@@ -245,36 +245,35 @@ +--- src/taucs_timer.c.orig 2003-09-01 10:28:54 UTC ++++ src/taucs_timer.c +@@ -245,36 +245,35 @@ double timer() #include #include #include -- cgit v1.2.3