aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-03 22:53:50 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-04 13:43:20 +0100
commit6f7f24092f77b5ee8325eb7849cde80253abe645 (patch)
tree10f766e0f804fb08ad36bde2e0696a8d4ce603f0 /gnu/packages
parent4f38d922fef8bb98453cbd85726443100ac1fba3 (diff)
downloadguix-6f7f24092f77b5ee8325eb7849cde80253abe645.tar.gz
guix-6f7f24092f77b5ee8325eb7849cde80253abe645.zip
gnu: swig: Disable input python.
* gnu/packages/swig.scm (swig): Disable input python. Before, it was not taken into account during configure; now that it is found, it fails its tests. None of the dependent packages need it.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/swig.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 3ae8893eb6..ce91df5eda 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -45,8 +45,14 @@
;; Provide these to run the corresponding tests.
("guile" ,guile-2.0)
- ("perl" ,perl)
- ("python" ,python-wrapper)))
+ ("perl" ,perl)))
+ ;; FIXME: reactivate input python as soon as the test failures
+ ;; fatal error: Python.h: No such file or directory
+ ;; # include <Python.h>
+ ;; are fixed.
+ ;; The python part probably never worked and does not seem to
+ ;; be needed for currently dependent packages.
+;; ("python" ,python-wrapper)))
(home-page "http://swig.org/")
(synopsis
"Interface compiler that connects C/C++ code to higher-level languages")
te to 0.9.10.Efraim Flashner 2022-04-14gnu: igraph: Update to 0.9.8.Efraim Flashner 2022-01-31gnu: python-louvain-0.6: Update to 0.7.1.Ricardo Wurmus 2022-01-31gnu: python-louvain: Update to 0.16.Ricardo Wurmus 2022-01-22gnu: python-louvain: Build with older setuptools.Marius Bakke 2022-01-18gnu: python-igraph: Do not inherit igraph replacements.Marius Bakke 2022-01-18gnu: python-leidenalg: Fix build failure.Marius Bakke 2022-01-18gnu: igraph: Update to 0.9.9.Maxim Cournoyer 2022-01-18gnu: igraph: Update to 0.9.6.Maxim Cournoyer 2022-01-10gnu: python-plotly: Remove obsolete phase.Sarah Morgensen 2022-01-10gnu: python-igraph: Update to 0.9.8.Maxim Cournoyer 2022-01-10gnu: igraph: Update to 0.9.5.Maxim Cournoyer 2022-01-10gnu: Add plfit.Maxim Cournoyer 2021-12-29gnu: python-plotly: Fix trailing whitespace in description.Vagrant Cascadian