boost: replace old boost version to prevent conflict with new icu
This commit is contained in:
parent
62442502de
commit
446e2e7bfb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'boost'
|
||||
pkgname=boost
|
||||
version=1.72.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}_${version//\./_}"
|
||||
hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
|
||||
makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
|
||||
|
@ -15,6 +15,22 @@ python_version=3
|
|||
|
||||
CXXFLAGS="-std=c++14"
|
||||
|
||||
replaces="libboost_program_options1.69>=0 libboost_math_c99f1.69>=0
|
||||
libboost_stacktrace_basic1.69>=0 libboost_stacktrace_noop1.69>=0
|
||||
libboost_iostreams1.69>=0 libboost_math_tr1l1.69>=0 libboost_filesystem1.69>=0
|
||||
libboost_chrono1.69>=0 libboost_math_tr1f1.69>=0 libboost_wave1.69>=0
|
||||
libboost_graph1.69>=0 libboost_locale1.69>=0 libboost_regex1.69>=0
|
||||
libboost_fiber1.69>=0 libboost_type_erasure1.69>=0 libboost_coroutine1.69>=0
|
||||
libboost_atomic1.69>=0 libboost_prg_exec_monitor1.69>=0 libboost_math_c991.69>=0
|
||||
boost-python3-1.69>=0 libboost_log_setup1.69>=0 boost1.69>=0-devel
|
||||
libboost_timer1.69>=0 libboost_system1.69>=0 libboost_unit_test_framework1.69>=0
|
||||
libboost_serialization1.69>=0 libboost_math_tr11.69>=0 boost1.69>=0-build
|
||||
libboost_math_c99l1.69>=0 boost-python1.69>=0 libboost_contract1.69>=0
|
||||
libboost_date_time1.69>=0 libboost_log1.69>=0 libboost_random1.69>=0
|
||||
libboost_thread1.69>=0 libboost_container1.69>=0 boost1.69>=0-jam
|
||||
libboost_wserialization1.69>=0 libboost_context1.69>=0
|
||||
libboost_stacktrace_addr2line1.69>=0"
|
||||
|
||||
subpackages="libboost_program_options1.72 libboost_math_c99f1.72
|
||||
libboost_stacktrace_basic1.72 libboost_stacktrace_noop1.72
|
||||
libboost_iostreams1.72 libboost_math_tr1l1.72 libboost_filesystem1.72
|
||||
|
|
Loading…
Reference in New Issue