Questions tagged [boost]

Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading image processing, regular expressions, and unit testing. It contains over eighty individual libraries.

Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading image processing, regular expressions, and unit testing. It contains over eighty individual libraries.

Most of the Boost libraries are licensed under the Boost Software License, designed to allow Boost to be used with both free and proprietary software projects.

Many of Boost's founders are on the C++ standards committee, and several Boost libraries have been accepted for incorporation into both the C++ Technical Report 1 and the C++11 standard.

12 questions
17
votes
1 answer

How to install libboost-devel on CentOS 6.3

How to install libboost-devel on CentOS 6.3? I have tried the following command: yum install libboost-devel Output: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.ellogroup.com * extras:…
I'll-Be-Back
  • 693
  • 3
  • 9
  • 24
6
votes
2 answers

On CentOS how do I get boost header files installed?

What CentOS 6 package name do I need to install boost header files: yum install boost doesn't seem to work. Is there a special compiler directive I need to use to point to the include files? Or is there another package to install?
unixman83
  • 1,912
  • 8
  • 25
  • 33
6
votes
2 answers

Where did yum put boost?

I installed boost.x86_64 on my Linux system: $ sudo yum install boost.x86_64 Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit Adding en_US to language list Loading mirror speeds from cached hostfile * fedora: mirror.uoregon.edu …
Alex Reynolds
  • 453
  • 2
  • 9
  • 20
1
vote
1 answer

how to install and configure libboost and dlib for python 3.6 on CentOS 7

I have this setup CentOS 7 64bit Python 2.7 and 3.6 pip and pip3.6 dlib 19.3 libboost 1.53 I've dlib 19.3.0 libboost 1.53 working properly with python 2.7 Now I need to run dlib and libboost with python 3. I tried several things but no luck. I get…
Ergec
  • 578
  • 1
  • 7
  • 25
1
vote
1 answer

Installing Boost on CentOS 6.5 (Rocks 6.1.1)

I have a Rocks 6.1.1 (with CentOS 6.5) installed on a VM, and I'm trying to get Boost installed on it. I tried doing yum install boost-devel. However, it complains about missing dependencies: Error: Package: boost-devel-1.41.0-18.el6.i686…
Santiago
  • 111
  • 4
1
vote
2 answers

macports boost, but need an old version of boost

I am not new to unix, but I am new to Mac OS. I have seen that its pretty easy to use macports to get/build the tip version of boost. But I need to get/build/install boost v1.41, not the latest boost. That is because the test framework I am…
zap foster
  • 11
  • 2
1
vote
1 answer

Unusual characters not loaded in Nginx Drupal Boost static cache

(Setup: Drupal 6.20, Boost 1.18, Nginx 0.7.67) When the URL of the boosted node contain character → or 中国新闻网新闻中心, the node is correctly cached in the cache directory, and correctly reflecting the URL. But when accessing the node, the uncached node…
1
vote
1 answer

How to setup Eclipse for a bjam ( boost.build ) project

I am an eclipse newbie. I have a C++ project that is compiled with bjam and has jamfiles for the same. Eclipse has a lot of support for Makefile based C++ projects I believe. How do I get Eclipse to work smoothly for the bjam based C++ project ?
0
votes
1 answer

Xeon, Linux and turbo boost technology

I have 4 core Xeon at my server and Debian, the CPU has turbo boost technology. Does the top command in linux show % cpu usage counting with the possibility of turbo boost ? I mean if I have 50% CPU usage does it mean I use half of the CPU with…
Welite
  • 29
  • 3
  • 8
0
votes
0 answers

install boost 1.51 package on centos 7

I'm trying to compile a program which requires boost 1.51, but the only available boost package via yum on my system is boost 1.53. I would prefer to install boost using the system's package manager, rather than from source. How might I go about…
igal
  • 144
  • 1
  • 10
0
votes
1 answer

Boost errors when compiling xbt on Debian

I'm trying to compile xbt on a Debian machine, but boost/make_shared.hpp is not found. In file included from ./stdafx.h:32, from ../misc/bvalue.cpp:1: ../misc/xbt/virtual_binary.h:5:33: error: boost/make_shared.hpp: No such file or…
ySgPjx
  • 157
  • 1
  • 8
0
votes
1 answer

Install the latest boost centos 5.5

Possible Duplicate: Install the latest boost centos 5.5 How can I install the latest boost in centos 5.5? Like what commands. Thanks!
Belgin Fish
  • 909
  • 5
  • 17
  • 30