Search Criteria
Package Details: boost-65-compat-libs 1.65.1-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/boost-65-compat.git (read-only, click to copy) |
---|---|
Package Base: | boost-65-compat |
Description: | Free peer-reviewed portable C++ source libraries - compat version - runtime libraries |
Upstream URL: | https://www.boost.org/ |
Licenses: | custom |
Provides: | libboost_atomic.so.1.65.1, libboost_chrono.so.1.65.1, libboost_container.so.1.65.1, libboost_context.so.1.65.1, libboost_coroutine.so.1.65.1, libboost_date_time.so.1.65.1, libboost_fiber.so.1.65.1, libboost_filesystem.so.1.65.1, libboost_graph.so.1.65.1, libboost_graph_parallel.so.1.65.1, libboost_iostreams.so.1.65.1, libboost_locale.so.1.65.1, libboost_log.so.1.65.1, libboost_log_setup.so.1.65.1, libboost_math_c99.so.1.65.1, libboost_math_c99f.so.1.65.1, libboost_math_c99l.so.1.65.1, libboost_math_tr1.so.1.65.1, libboost_math_tr1f.so.1.65.1, libboost_math_tr1l.so.1.65.1, libboost_mpi.so.1.65.1, libboost_mpi_python.so.1.65.1, libboost_numpy.so.1.65.1, libboost_numpy3.so.1.65.1, libboost_prg_exec_monitor.so.1.65.1, libboost_program_options.so.1.65.1, libboost_python3.so.1.65.1, libboost_random.so.1.65.1, libboost_regex.so.1.65.1, libboost_serialization.so.1.65.1, libboost_signals.so.1.65.1, libboost_stacktrace_addr2line.so.1.65.1, libboost_stacktrace_basic.so.1.65.1, libboost_stacktrace_noop.so.1.65.1, libboost_system.so, libboost_thread.so.1.65.1, libboost_timer.so.1.65.1, libboost_type_erasure.so.1.65.1, libboost_unit_test_framework.so.1.65.1, libboost_wave.so.1.65.1, libboost_wserialization.so.1.65.1 |
Submitter: | dark-saber |
Maintainer: | piernov |
Last Packager: | piernov |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-07 08:19 (UTC) |
Last Updated: | 2024-08-06 21:52 (UTC) |
Dependencies (7)
- bzip2 (bzip2-gitAUR)
- icu (icu-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (make)
- openmpi (openmpi-gitAUR) (optional) – for mpi support
Required by (4)
- boost-65-compat
- florb-git (requires libboost_system.so)
- ssf-git
- ttl2c-git (requires libboost_system.so)
Sources (10)
- 500194edb7833d0627ce7a2595fec49d0aae2484_boost_tree.patch
- 500194edb7833d0627ce7a2595fec49d0aae2484_python_tree.patch
- https://boostorg.jfrog.io/artifactory/main/release/1.65.1/source/boost_1_65_1.tar.bz2
- https://github.com/boostorg/build/commit/2b44ccf5dc5850c79f6bbe9811a91a1a7ad37f3d.patch
- https://github.com/boostorg/build/commit/2f84a23f8d747f4ebe9d29ea7e8722a543f33f2b.patch
- https://github.com/boostorg/build/commit/48e9017139dd94446633480661e5447c7e0d8b1b.patch
- https://github.com/boostorg/python/commit/0474de0f6cc9c6e7230aeb7164af2f7e4ccf74bf.patch
- https://github.com/boostorg/python/commit/660487c43fde76f3e64f1cb2e644500da92fe582.patch
- https://github.com/boostorg/python/commit/99a5352b5cf790c559a7b976c1ba99520431d9d1.patch
- https://src.fedoraproject.org/fork/thrnciar/rpms/boost/raw/047403fc9c6ea6f581f38214f680f3173e157138/f/boost-1.73-python3.10-Py_fopen.patch
Latest Comments
« First ‹ Previous 1 2
dark-saber commented on 2018-01-25 07:50 (UTC) (edited on 2018-01-25 07:50 (UTC) by dark-saber)
yoburtu: Hi, you can add something like:
cp -a "${_stagedir}"/include "${pkgdir}"/usr
to the package() section of the PKGBUILD. Also, there is a $stagedir/python3/include directory.
You can also look into the $BUILDDIR/boost-65-compat/src/stagedir and see if you want to keep any additional files while being aware of probable file conflicts with other packages.
yoburtu commented on 2018-01-24 19:31 (UTC)
Hi,
How can I install Boost 1.65.1 includes?.
I need that version for compile.
Best regards.
« First ‹ Previous 1 2