diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2019-10-26 06:51:26 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2019-10-26 06:51:26 +0000 |
commit | de833ab16baf8e8196cf2bb9a9f42aa6435ba543 (patch) | |
tree | 8f27355d39d2bde11ff118d5988d1660185a9f73 /math/plplot/files/patch-cmake_modules_csiro.cmake | |
parent | New port: devel/xbyak: Header-only JIT assembler for x86/x64 SIMD (diff) |
math/plplot: Update to 5.15.0
Changes this release:
https://sourceforge.net/p/plplot/news/2019/06/plplot-5150-has-been-released/
https://sourceforge.net/p/plplot/news/2018/12/plplot-5140-has-been-released/
https://sourceforge.net/p/plplot/news/2017/08/plplot-5130-has-been-released/
PR: 236577
Submitted by: yuri (partially)
Diffstat (limited to 'math/plplot/files/patch-cmake_modules_csiro.cmake')
-rw-r--r-- | math/plplot/files/patch-cmake_modules_csiro.cmake | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/plplot/files/patch-cmake_modules_csiro.cmake b/math/plplot/files/patch-cmake_modules_csiro.cmake deleted file mode 100644 index c9ca2793f084..000000000000 --- a/math/plplot/files/patch-cmake_modules_csiro.cmake +++ /dev/null @@ -1,13 +0,0 @@ ---- cmake/modules/csiro.cmake.orig 2015-04-12 10:08:04 UTC -+++ cmake/modules/csiro.cmake -@@ -36,6 +36,10 @@ if(PL_HAVE_QHULL OR WITH_CSA) - else(CMAKE_C_COMPILER MATCHES "gcc") - set(NAN_CFLAGS "${NAN_CFLAGS} -ieee") - endif(CMAKE_C_COMPILER MATCHES "gcc") -+ else(CMAKE_SYSTEM_PROCESSOR MATCHES "alpha.*") -+ if(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64") -+ set(NAN_CFLAGS "${NAN_CFLAGS} -mieee-fp") -+ endif(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64") - endif(CMAKE_SYSTEM_PROCESSOR MATCHES "alpha.*") - endif(CMAKE_SYSTEM_PROCESSOR MATCHES "i[0-9]86") - if(NOT DEFINED NaNAwareCCompiler) |