diff options
author | David Huffman <storedbox@outlook.com> | 2016-01-09 08:22:46 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-01-19 12:27:10 +0000 |
commit | 1d1ad01f61daa6a6b49b50a5e7d54c4ba1f45e55 (patch) | |
tree | 0c8a4367bbcfbe1b07646439965c1976b6f89754 /testing/double-conversion/dont_build_tests.patch | |
parent | 84cc90c05731e8241761bd0c3451f865af29c8c0 (diff) | |
download | aports-1d1ad01f61daa6a6b49b50a5e7d54c4ba1f45e55.tar.bz2 aports-1d1ad01f61daa6a6b49b50a5e7d54c4ba1f45e55.tar.xz |
testing/double-conversion: new aport
https://github.com/google/double-conversion
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles
Diffstat (limited to 'testing/double-conversion/dont_build_tests.patch')
-rw-r--r-- | testing/double-conversion/dont_build_tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/double-conversion/dont_build_tests.patch b/testing/double-conversion/dont_build_tests.patch new file mode 100644 index 0000000000..c32d9acf4f --- /dev/null +++ b/testing/double-conversion/dont_build_tests.patch @@ -0,0 +1,11 @@ +--- /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) |