polymake/unbundle.diff

22 lines
744 B
Diff
Raw Normal View History

Hand-crafted configure scripts suck. They fail to recognize the system
libraries we have, so do a fixed override.
---
bundled/bliss/support/configure.pl | 1 +
bundled/libnormaliz/support/configure.pl | 1 +
2 files changed, 2 insertions(+)
Index: polymake-3.3/bundled/libnormaliz/support/configure.pl
===================================================================
--- polymake-3.3.orig/bundled/libnormaliz/support/configure.pl
+++ polymake-3.3/bundled/libnormaliz/support/configure.pl
@@ -38,6 +38,7 @@ sub proceed {
my $nmz_path;
my $nmz_version;
$UseBundled=1;
+ $UseBundled = 0;
# check GMP C++ bindings
my $build_error=Polymake::Configure::build_test_program(<<'---', LIBS => "-lgmpxx -lgmp");