Mercurial > hg > orthanc
changeset 1990:8f6a3b979536
inclusion of boost::ublas
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 May 2016 15:58:46 +0200 |
parents | f3339c4f8bf4 |
children | 361b990b2f0c |
files | Resources/CMake/BoostConfiguration.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/BoostConfiguration.sh Fri Apr 29 11:44:16 2016 +0200 +++ b/Resources/CMake/BoostConfiguration.sh Mon May 09 15:58:46 2016 +0200 @@ -26,7 +26,7 @@ echo "Generating the subset..." mkdir -p /tmp/bcp/boost_1_60_0 -bcp --boost=/tmp/boost_1_60_0 thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options /tmp/bcp/boost_1_60_0 +bcp --boost=/tmp/boost_1_60_0 thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options numeric/ublas /tmp/bcp/boost_1_60_0 cd /tmp/bcp echo "Compressing the subset..."