Search Criteria
Package Details: mingw-w64-boost 1.86.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-boost.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-boost |
Description: | Free peer-reviewed portable C++ source libraries (mingw-w64) |
Upstream URL: | http://www.boost.org/ |
Licenses: | custom |
Submitter: | ekpyron |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2012-03-22 18:46 (UTC) |
Last Updated: | 2024-09-02 20:58 (UTC) |
Dependencies (6)
- mingw-w64-bzip2AUR
- mingw-w64-dlfcnAUR
- mingw-w64-zstdAUR
- mingw-w64-environmentAUR (llvm-mingw-w64-environmentAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-msvcrt-binAUR, llvm-mingw-w64-toolchain-ucrt-binAUR) (make)
- mingw-w64-wineAUR (make)
Required by (22)
- mingw-w64-armadillo (make)
- mingw-w64-asio (make)
- mingw-w64-asio (optional)
- mingw-w64-assimp
- mingw-w64-c++utilities
- mingw-w64-cgal
- mingw-w64-medcoupling (make)
- mingw-w64-mlpack
- mingw-w64-openimageio (make)
- mingw-w64-pagmo
- mingw-w64-paraview
- mingw-w64-paraview-git
- mingw-w64-paraview-qt6
- mingw-w64-pteros
- mingw-w64-pybind11 (make)
- mingw-w64-raytracinginvulkan
- mingw-w64-reflective-rapidjson (check)
- mingw-w64-reflective-rapidjson (optional)
- mingw-w64-syncthingtray
- mingw-w64-taglib (make)
- Show 2 more...
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
xantares commented on 2024-09-03 05:06 (UTC) (edited on 2024-09-03 05:07 (UTC) by xantares)
should be ok now, I guess my patch only worked with the new toolchain
patlefort commented on 2024-09-02 18:40 (UTC)
Won't compile for me:
Martchus commented on 2024-07-11 18:40 (UTC)
Here's a patch to update this to the latest version: https://github.com/Martchus/PKGBUILDs/commit/9521ba98e4f5117e82add1b2f080c3f57fbcd19e
A rebuild is required after updating mingw-w64 to 12.0 anyway. I also made it use the common mingw-env. Unfortunately the env script overrides
_arch
so this got a little bit ugly.Another annoying thing is that the use of intrinsics is broken on 32-bit. I just patched it it out completely via
sed
. (MSYS2 dealt with this by disabling the whole charconv library. We can also do that if thesed
approach becomes tiresome to adapt in future versions.)Martchus commented on 2021-06-12 18:59 (UTC)
That was very fast, thank you!
Martchus commented on 2021-06-12 18:42 (UTC)
Hi, can you apply https://patch-diff.githubusercontent.com/raw/boostorg/process/pull/181.patch ?
gerum100 commented on 2021-05-18 21:30 (UTC)
Download servers have changed: https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html
xantares commented on 2019-11-29 18:46 (UTC)
yes, sorry I did not test fully
an env package is a good idea, I'll try soon
Martchus commented on 2019-11-29 12:56 (UTC)
This needs
linkflags="-Wl,-O1,--sort-common,--as-needed -fstack-protector" \
similar to the other packages. And is everything within thepackage()
function intentionally?Maybe we should have a package like https://aur.archlinux.org/packages/android-environment for mingw-w64 as well. That would be better than hard coding the flags into mingw-w64-configure, mingw-w64-cmake, mingw-w64-meson, mingw-w64-qt5-base, mingw-w64-boost and possibly even more.
grandchild commented on 2019-03-07 15:44 (UTC)
@Martchus: That was it, thank you! Sorry for the noise.
Martchus commented on 2019-03-06 13:39 (UTC)
Are you already using the recently patched version of https://aur.archlinux.org/packages/mingw-w64-gcc/ ?
1 2 3 4 5 6 .. 8 Next › Last »