The first beta packages for 1.63.0 beta 1 are now available: https://sourceforge.net/projects/boost/files/boost/1.63.0.beta.1/ The SHA256 checksums are as follows: 3dbc1bca10941710755c13a00b1ae56d2d37fe90bbadcf9746203194f9d33e3a boost_1_63_0.7z c8b986fd57e436fd88dbc70e51d3e21efa2be3bdf835fa499b2cf6c0a8cc2985 boost_1_63_0.tar.bz2 745d99e4be9c0f324ec7ba15b7d228fd780067f2e8aeae2f16660a4cf6e6a051 boost_1_63_0.tar.gz e66bd6e2f637148c314398b92bc1f3cbdc777ee282f9de7885697afad3d9c202 boost_1_63_0.zip As always, the release managers would appreciate it if you download the archive of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. Thanks! -- The release managers
On Sun, Nov 20, 2016 at 8:02 PM, Marshall Clow
The first beta packages for 1.63.0 beta 1 are now available:
https://sourceforge.net/projects/boost/files/boost/1.63.0.beta.1/
The SHA256 checksums are as follows:
3dbc1bca10941710755c13a00b1ae56d2d37fe90bbadcf9746203194f9d33e3a boost_1_63_0.7z c8b986fd57e436fd88dbc70e51d3e21efa2be3bdf835fa499b2cf6c0a8cc2985 boost_1_63_0.tar.bz2 745d99e4be9c0f324ec7ba15b7d228fd780067f2e8aeae2f16660a4cf6e6a051 boost_1_63_0.tar.gz e66bd6e2f637148c314398b92bc1f3cbdc777ee282f9de7885697afad3d9c202 boost_1_63_0.zip
D'oh! I named the files wrong. I have renamed them; they're the content. 3dbc1bca10941710755c13a00b1ae56d2d37fe90bbadcf9746203194f9d33e3a boost_1_63_0_b1.7z c8b986fd57e436fd88dbc70e51d3e21efa2be3bdf835fa499b2cf6c0a8cc2985 boost_1_63_0_b1.tar.bz2 745d99e4be9c0f324ec7ba15b7d228fd780067f2e8aeae2f16660a4cf6e6a051 boost_1_63_0_b1.tar.gz e66bd6e2f637148c314398b92bc1f3cbdc777ee282f9de7885697afad3d9c202 boost_1_63_0_b1.zip
As always, the release managers would appreciate it if you download the archive of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Building with Apple's clang and libc++ Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin15.6.0 Thread model: posix _LIBCPP_VERSION: 3700 - C++03 - passed - C++11 - failed ./boost/context/detail/apply.hpp:42:23: error: no member named 'invoke' in namespace 'std' -> decltype( std::invoke( std::forward< Fn >( fn), std::get< I >( std::forward< Tpl >( tpl) ) ... ) ) - C++14 - failed ./boost/context/detail/apply.hpp:42:23: error: no member named 'invoke' in namespace 'std' -> decltype( std::invoke( std::forward< Fn >( fn), std::get< I >( std::forward< Tpl >( tpl) ) ... ) ) - C++1z - passed I suspect that something like the following would work in "boost/config/stdlib/libcpp.hpp" #if (_LIBCPP_VERSION < 3700) || (__cplusplus <= 201402L) # define BOOST_NO_CXX17_STD_INVOKE #endif With this change, the C++11 and C++14 builds complete w/o errors. -- Marshall
Hi, What is the preferred reporting method ? AFAIK python/numpy lib does not build on my platform: intel-linux.compile.c++ bin.v2/libs/python/build/intel-linux/release/link-static/threading-multi/numpy/dtype.o libs/python/src/numpy/dtype.cpp(61): error: identifier "NPY_FLOAT16" is undefined BUILTIN_FLOAT_DTYPE(16); [alainm@gurney boost_1_63_0]$ icpc -v icpc version 15.0.2 (gcc version 4.4.7 compatibility) [alainm@gurney boost_1_63_0]$ python --version Python 2.6.6 [alainm@gurney boost_1_63_0]$ Thanks Alain On 21/11/2016 05:02, Marshall Clow wrote:
The first beta packages for 1.63.0 beta 1 are now available:
https://sourceforge.net/projects/boost/files/boost/1.63.0.beta.1/
The SHA256 checksums are as follows:
3dbc1bca10941710755c13a00b1ae56d2d37fe90bbadcf9746203194f9d33e3a boost_1_63_0.7z c8b986fd57e436fd88dbc70e51d3e21efa2be3bdf835fa499b2cf6c0a8cc2985 boost_1_63_0.tar.bz2 745d99e4be9c0f324ec7ba15b7d228fd780067f2e8aeae2f16660a4cf6e6a051 boost_1_63_0.tar.gz e66bd6e2f637148c314398b92bc1f3cbdc777ee282f9de7885697afad3d9c202 boost_1_63_0.zip
As always, the release managers would appreciate it if you download the archive of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Alain Miniussi Pole Génie Logiciel Scientifique Observatoire de la Côte d'Azur Blv de l'Observatoire, Nice
And boost MPI test is failing:
boost::mpi::packed_iarchive&, std::vector
The first beta packages for 1.63.0 beta 1 are now available:
https://sourceforge.net/projects/boost/files/boost/1.63.0.beta.1/
The SHA256 checksums are as follows:
3dbc1bca10941710755c13a00b1ae56d2d37fe90bbadcf9746203194f9d33e3a boost_1_63_0.7z c8b986fd57e436fd88dbc70e51d3e21efa2be3bdf835fa499b2cf6c0a8cc2985 boost_1_63_0.tar.bz2 745d99e4be9c0f324ec7ba15b7d228fd780067f2e8aeae2f16660a4cf6e6a051 boost_1_63_0.tar.gz e66bd6e2f637148c314398b92bc1f3cbdc777ee282f9de7885697afad3d9c202 boost_1_63_0.zip
As always, the release managers would appreciate it if you download the archive of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Alain Miniussi Pole Génie Logiciel Scientifique Observatoire de la Côte d'Azur Blv de l'Observatoire, Nice
Interesting... This one is actually already present in 1.60 and created a
link error with Intel 17 on Linux for an app I'm working on...
2016-11-21 9:31 GMT+00:00 alainm
And boost MPI test is failing:
boost::mpi::packed_iarchive&, std::vector
&, unsigned int, boost::mpl::bool_<true>)': /gpfs/scratch/alainm/view/boost_1_63_0/libs/mpi/test/../../. ./boost/serialization/vector.hpp:124: undefined reference to `boost::serialization::array_wrapper<int> const boost::serialization::make_array<unsigned long>(int*, unsigned long)' There is a pending PL for that one: https://github.com/boostorg/serialization/pull/46
Alain
On 21/11/2016 05:02, Marshall Clow wrote:
The first beta packages for 1.63.0 beta 1 are now available:
https://sourceforge.net/projects/boost/files/boost/1.63.0.beta.1/
The SHA256 checksums are as follows:
3dbc1bca10941710755c13a00b1ae56d2d37fe90bbadcf9746203194f9d33e3a boost_1_63_0.7z c8b986fd57e436fd88dbc70e51d3e21efa2be3bdf835fa499b2cf6c0a8cc2985 boost_1_63_0.tar.bz2 745d99e4be9c0f324ec7ba15b7d228fd780067f2e8aeae2f16660a4cf6e6a051 boost_1_63_0.tar.gz e66bd6e2f637148c314398b92bc1f3cbdc777ee282f9de7885697afad3d9c202 boost_1_63_0.zip
As always, the release managers would appreciate it if you download the archive of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman /listinfo.cgi/boost
-- Alain Miniussi Pole Génie Logiciel Scientifique Observatoire de la Côte d'Azur Blv de l'Observatoire, Nice
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Information System Engineer, Ph.D. Blog: http://blog.audio-tk.com/ LinkedIn: http://www.linkedin.com/in/matthieubrucher
participants (3)
-
alainm
-
Marshall Clow
-
Matthieu Brucher