aports/testing/double-conversion/dont_build_tests.patch
David Huffman 1d1ad01f61 testing/double-conversion: new aport
https://github.com/google/double-conversion
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles
2016-01-19 12:27:10 +00:00

12 lines
573 B
Diff

--- /SConstruct 2016-01-09 04:30:12.325136237 -0500
+++ /SConstruct 2016-01-09 04:36:53.218037606 -0500
@@ -37,7 +37,7 @@ static_lib = env.StaticLibrary(library_n
static_lib_pic = env.StaticLibrary(library_name + '_pic', double_conversion_shared_objects)
shared_lib = env.SharedLibrary(library_name, double_conversion_shared_objects)
-env.Program('run_tests', double_conversion_test_sources, LIBS=[static_lib])
+#env.Program('run_tests', double_conversion_test_sources, LIBS=[static_lib])
env.InstallVersionedLib(libdir, shared_lib)
env.Install(libdir, static_lib)