summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build_settings.cmake4
-rw-r--r--dist/vespa.spec9
-rw-r--r--vespabase/desc.vespa_base1
-rw-r--r--vespabase/desc.vespa_base_dev5
4 files changed, 2 insertions, 17 deletions
diff --git a/build_settings.cmake b/build_settings.cmake
index 547e8ca2985..a154559d1e0 100644
--- a/build_settings.cmake
+++ b/build_settings.cmake
@@ -76,10 +76,6 @@ if(VESPA_LLVM_VERSION)
else()
set (VESPA_LLVM_VERSION "3.9")
endif()
-if(DEFINED VESPA_BOOST_LIB_SUFFIX)
-else()
-set (VESPA_BOOST_LIB_SUFFIX "-mt-d")
-endif()
if(VESPA_USER)
else()
diff --git a/dist/vespa.spec b/dist/vespa.spec
index ff8b292e627..62a068a8134 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -99,30 +99,25 @@ Requires: gdb
Requires: net-tools
%if 0%{?centos}
Requires: llvm3.9
-Requires: vespa-boost >= 1.59.0-6
-%define _extra_link_directory /usr/lib64/llvm3.9/lib;/opt/vespa-boost/lib;/opt/vespa-cppunit/lib
+%define _extra_link_directory /usr/lib64/llvm3.9/lib;/opt/vespa-cppunit/lib
%define _extra_include_directory /usr/include/llvm3.9;/opt/vespa-boost/include;/opt/vespa-cppunit/include
%endif
%if 0%{?fedora}
%if 0%{?fc25}
Requires: llvm-libs >= 3.9.1
-Requires: boost >= 1.60
%endif
%if 0%{?fc26}
Requires: llvm-libs >= 4.0
-Requires: boost >= 1.63
%define _vespa_llvm_version 4.0
%endif
%if 0%{?fc27}
Requires: llvm4.0-libs >= 4.0
-Requires: boost >= 1.64
%define _vespa_llvm_version 4.0
%define _vespa_llvm_link_directory /usr/lib64/llvm4.0/lib
%define _vespa_llvm_include_directory /usr/include/llvm4.0
%endif
%if 0%{?fc28}
Requires: llvm4.0-libs >= 4.0
-Requires: boost >= 1.64
%define _vespa_llvm_version 4.0
%define _vespa_llvm_link_directory /usr/lib64/llvm4.0/lib
%define _vespa_llvm_include_directory /usr/include/llvm4.0
@@ -130,7 +125,6 @@ Requires: boost >= 1.64
Requires: zookeeper >= 3.4.9
%define _extra_link_directory /opt/vespa-cppunit/lib%{?_vespa_llvm_link_directory:;%{_vespa_llvm_link_directory}}
%define _extra_include_directory /opt/vespa-cppunit/include%{?_vespa_llvm_include_directory:;%{_vespa_llvm_include_directory}}
-%define _vespa_boost_lib_suffix %{nil}
%endif
Requires: java-1.8.0-openjdk
Requires: openssl
@@ -163,7 +157,6 @@ cmake3 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DEXTRA_INCLUDE_DIRECTORY="%{_extra_include_directory}" \
-DCMAKE_INSTALL_RPATH="%{_prefix}/lib64%{?_extra_link_directory:;%{_extra_link_directory}};/usr/lib/jvm/java-1.8.0/jre/lib/amd64/server" \
%{?_vespa_llvm_version:-DVESPA_LLVM_VERSION="%{_vespa_llvm_version}"} \
- %{?_vespa_boost_lib_suffix:-DVESPA_BOOST_LIB_SUFFIX="%{_vespa_boost_lib_suffix}"} \
.
make %{_smp_mflags}
diff --git a/vespabase/desc.vespa_base b/vespabase/desc.vespa_base
index 977ce987121..965fdaffdbb 100644
--- a/vespabase/desc.vespa_base
+++ b/vespabase/desc.vespa_base
@@ -6,7 +6,6 @@ common runtime Vespa components.
Runtime libraries for c++ and java:
* vespa_gcc3 vespa_gcc_runtime: C++ runtime
- * vespa_boost: Boost shared libraries for runtime use
* libiconv: Iconv shared library.
General utilities:
diff --git a/vespabase/desc.vespa_base_dev b/vespabase/desc.vespa_base_dev
index 908a76e50f3..de19051806b 100644
--- a/vespabase/desc.vespa_base_dev
+++ b/vespabase/desc.vespa_base_dev
@@ -31,10 +31,7 @@ Generic libraries:
Development tools and 3rd party libraries:
- * vespa_gcc3 and vespa_gcc3_compiler: GCC 3 compiler and adapted
- LinuxThreads library. This is the compiler to use for developing
- Vespa components using these developer libraries.
- * vespa_boost and vespa_boost_dev: Boost libraries and headers,
+ * vespa_boost_dev: Boost headers,
prepared for use with the Vespa compiler.
* vespa_cppunit_dev: Headers and libraries prepared with the
Vespa compiler.