From 68e63469aedb9f873c745e3337e5f1cea02e8f8d Mon Sep 17 00:00:00 2001 From: Stephen Hurd Date: Mon, 8 Dec 2014 11:20:39 +0000 Subject: Update to 4.02 and fix build errors with clang 5 Linrad-04.02 comes with many improvements. The first FFT can now run in parallel in up to 6 separate threads. More efficient FFT implementations are available for some hardware architectures. The converter option is corrected. Several bug corrections. --- comms/linrad/files/patch-configure | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'comms/linrad/files/patch-configure') diff --git a/comms/linrad/files/patch-configure b/comms/linrad/files/patch-configure index 2a09cc92cc79..9a874ff700df 100644 --- a/comms/linrad/files/patch-configure +++ b/comms/linrad/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2014-03-21 16:56:05.000000000 -0700 -+++ configure 2014-06-27 20:23:16.000000000 -0700 -@@ -1883,11 +1883,6 @@ +--- configure.orig 2014-11-04 02:25:00.000000000 -0800 ++++ configure 2014-12-08 03:06:39.000000000 -0800 +@@ -1832,11 +1832,6 @@ ELF32="" ELF64="" if test ${OS} != "Darwin"; then @@ -12,7 +12,7 @@ ELF64="-felf64" LIBEXT="so" S_OS_TYPE="OS_LINUX" -@@ -1904,7 +1899,9 @@ +@@ -1853,7 +1848,9 @@ fi # Find out whether we have gcc @@ -23,12 +23,3 @@ # Extract the first word of "${CC} ", so it can be a program name with args. set dummy ${CC} ; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -@@ -4318,7 +4315,7 @@ - # Look for the libusb-1.0 package that we need for Perseus. - LIBUSB1_32_OK="0" - LIBUSB1_64_OK="0" --X=`./libfind1 libusb-1.0.${LIBEXT}` -+X=`./libfind1 libusb.${LIBEXT}` - LIBUSB1_32_INC=`./libfind2 1 "$X"` - LIBUSB1_64_INC=`./libfind2 2 "$X"` - Y=`./libfind2 0 "$X"` -- cgit v1.2.3