[packages/plplot] - ada not on x32
qboosh
qboosh at pld-linux.org
Thu Apr 21 21:18:29 CEST 2016
commit 1854b274f8bccb9d78dbc35d11f67fcd10201343
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Apr 21 21:18:53 2016 +0200
- ada not on x32
plplot.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plplot.spec b/plplot.spec
index bf48b8f..a7b5a68 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -1,5 +1,4 @@
# TODO:
-# - ada builds (on ix86 at least), enable by default?
# - fix building with installed plplot/plplot-devel (tries to use installed drivers for dyn_test)
# - bindings: tk-x-plat?
# NOTES (see cmake/modules/drivers-init.cmake for some issue notes):
@@ -12,7 +11,7 @@
#
# Conditional build:
%bcond_with perl_pdl # Perl/PDL examples in tests (only)
-%bcond_with ada # Ada binding
+%bcond_without ada # Ada binding
%bcond_with d # D binding
%bcond_without java # Java binding
%bcond_without itcl # [incr Tcl]/[incr Tk] support in Tcl/Tk binding
@@ -28,6 +27,9 @@
%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
%undefine with_ocaml_opt
%endif
+%ifarch sparc64 x32
+%undefine with_ada
+%endif
Summary: PLplot - a library of functions that are useful for making scientific plots
Summary(pl.UTF-8): PLplot - biblioteka funkcji przydatnych do tworzenia wykresów naukowych
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/plplot.git/commitdiff/1854b274f8bccb9d78dbc35d11f67fcd10201343
More information about the pld-cvs-commit
mailing list