Blob Blame History Raw
From 973ed492a3e36edc858b27ba114d32d6dfdb5b23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Tue, 27 Oct 2015 08:16:51 +0100
Subject: [PATCH] Disable PDL::Slatec
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

<https://bugzilla.redhat.com/show_bug.cgi?id=1041304>

Signed-off-by: Petr Písař <ppisar@redhat.com>
---
 perldl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perldl.conf b/perldl.conf
index a9ffc36..3129a09 100644
--- a/perldl.conf
+++ b/perldl.conf
@@ -127,7 +127,7 @@
 # false -> don't use
 # true -> force use
 
-        WITH_SLATEC => undef,  # Leave it up to PDL to decide
+        WITH_SLATEC => 0,  # Crashes on PPC64
 
 # Whether or not to build the PDL::Minuit module
 # false -> don't use
-- 
2.4.3