boost: Declare compat versions on devel libs.

This commit is contained in:
Jérôme Duval
2021-03-01 21:04:41 +01:00
parent 04d91991cd
commit dde992823c
2 changed files with 70 additions and 70 deletions

View File

@@ -6,7 +6,7 @@ expressions, and unit testing. It contains over eighty individual libraries."
HOMEPAGE="https://www.boost.org/"
SOURCE_URI="https://dl.bintray.com/boostorg/release/$portVersion/source/boost_${portVersion//./_}.tar.bz2"
CHECKSUM_SHA256="8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406"
REVISION="2"
REVISION="3"
LICENSE="Boost v1.0"
COPYRIGHT="1998-2018 Beman Dawes, David Abrahams, Rene Rivera, et al."
SOURCE_DIR="boost_${portVersion//./_}"
@@ -63,45 +63,45 @@ REQUIRES="
# List of devel entries matching an actual library (for use in prepareInstalledDevelLibs)
# Boost also provides header-only libraries (because templates)
devel_libs="
devel:libboost_atomic$secondaryArchSuffix = $portVersion
devel:libboost_chrono$secondaryArchSuffix = $portVersion
devel:libboost_container$secondaryArchSuffix = $portVersion
devel:libboost_context$secondaryArchSuffix = $portVersion
devel:libboost_contract$secondaryArchSuffix = $portVersion
devel:libboost_coroutine$secondaryArchSuffix = $portVersion
devel:libboost_date_time$secondaryArchSuffix = $portVersion
devel:libboost_exception$secondaryArchSuffix = $portVersion
devel:libboost_filesystem$secondaryArchSuffix = $portVersion
devel:libboost_graph$secondaryArchSuffix = $portVersion
devel:libboost_iostreams$secondaryArchSuffix = $portVersion
devel:libboost_locale$secondaryArchSuffix = $portVersion
devel:libboost_log_setup$secondaryArchSuffix = $portVersion
devel:libboost_log$secondaryArchSuffix = $portVersion
devel:libboost_math_c99$secondaryArchSuffix = $portVersion
devel:libboost_math_c99f$secondaryArchSuffix = $portVersion
devel:libboost_math_tr1$secondaryArchSuffix = $portVersion
devel:libboost_math_tr1f$secondaryArchSuffix = $portVersion
devel:libboost_prg_exec_monitor$secondaryArchSuffix = $portVersion
devel:libboost_program_options$secondaryArchSuffix = $portVersion
devel:libboost_random$secondaryArchSuffix = $portVersion
devel:libboost_regex$secondaryArchSuffix = $portVersion
devel:libboost_serialization$secondaryArchSuffix = $portVersion
devel:libboost_stacktrace_basic$secondaryArchSuffix = $portVersion
devel:libboost_stacktrace_noop$secondaryArchSuffix = $portVersion
devel:libboost_system$secondaryArchSuffix = $portVersion
devel:libboost_test_exec_monitor$secondaryArchSuffix = $portVersion
devel:libboost_thread$secondaryArchSuffix = $portVersion
devel:libboost_timer$secondaryArchSuffix = $portVersion
devel:libboost_type_erasure$secondaryArchSuffix = $portVersion
devel:libboost_unit_test_framework$secondaryArchSuffix = $portVersion
devel:libboost_wave$secondaryArchSuffix = $portVersion
devel:libboost_wserialization$secondaryArchSuffix = $portVersion
devel:libboost_atomic$secondaryArchSuffix = $libVersion
devel:libboost_chrono$secondaryArchSuffix = $libVersion
devel:libboost_container$secondaryArchSuffix = $libVersion
devel:libboost_context$secondaryArchSuffix = $libVersion
devel:libboost_contract$secondaryArchSuffix = $libVersion
devel:libboost_coroutine$secondaryArchSuffix = $libVersion
devel:libboost_date_time$secondaryArchSuffix = $libVersion
devel:libboost_exception$secondaryArchSuffix = $libVersion
devel:libboost_filesystem$secondaryArchSuffix = $libVersion
devel:libboost_graph$secondaryArchSuffix = $libVersion
devel:libboost_iostreams$secondaryArchSuffix = $libVersion
devel:libboost_locale$secondaryArchSuffix = $libVersion
devel:libboost_log_setup$secondaryArchSuffix = $libVersion
devel:libboost_log$secondaryArchSuffix = $libVersion
devel:libboost_math_c99$secondaryArchSuffix = $libVersion
devel:libboost_math_c99f$secondaryArchSuffix = $libVersion
devel:libboost_math_tr1$secondaryArchSuffix = $libVersion
devel:libboost_math_tr1f$secondaryArchSuffix = $libVersion
devel:libboost_prg_exec_monitor$secondaryArchSuffix = $libVersion
devel:libboost_program_options$secondaryArchSuffix = $libVersion
devel:libboost_random$secondaryArchSuffix = $libVersion
devel:libboost_regex$secondaryArchSuffix = $libVersion
devel:libboost_serialization$secondaryArchSuffix = $libVersion
devel:libboost_stacktrace_basic$secondaryArchSuffix = $libVersion
devel:libboost_stacktrace_noop$secondaryArchSuffix = $libVersion
devel:libboost_system$secondaryArchSuffix = $libVersion
devel:libboost_test_exec_monitor$secondaryArchSuffix = $libVersion
devel:libboost_thread$secondaryArchSuffix = $libVersion
devel:libboost_timer$secondaryArchSuffix = $libVersion
devel:libboost_type_erasure$secondaryArchSuffix = $libVersion
devel:libboost_unit_test_framework$secondaryArchSuffix = $libVersion
devel:libboost_wave$secondaryArchSuffix = $libVersion
devel:libboost_wserialization$secondaryArchSuffix = $libVersion
"
PROVIDES_devel="
boost169${secondaryArchSuffix}_devel = $portVersion
$devel_libs
devel:libboost_config$secondaryArchSuffix = $portVersion
devel:libboost_config$secondaryArchSuffix = $libVersion
"
REQUIRES_devel="

View File

@@ -6,7 +6,7 @@ expressions, and unit testing. It contains over eighty individual libraries."
HOMEPAGE="https://www.boost.org/"
SOURCE_URI="https://dl.bintray.com/boostorg/release/$portVersion/source/boost_${portVersion//./_}.tar.bz2"
CHECKSUM_SHA256="430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778"
REVISION="3"
REVISION="4"
LICENSE="Boost v1.0"
COPYRIGHT="1998-2018 Beman Dawes, David Abrahams, Rene Rivera, et al."
SOURCE_DIR="boost_${portVersion//./_}"
@@ -64,45 +64,45 @@ REQUIRES="
# List of devel entries matching an actual library (for use in prepareInstalledDevelLibs)
# Boost also provides header-only libraries (because templates)
devel_libs="
devel:libboost_atomic$secondaryArchSuffix = $portVersion
devel:libboost_chrono$secondaryArchSuffix = $portVersion
devel:libboost_container$secondaryArchSuffix = $portVersion
devel:libboost_context$secondaryArchSuffix = $portVersion
devel:libboost_contract$secondaryArchSuffix = $portVersion
devel:libboost_coroutine$secondaryArchSuffix = $portVersion
devel:libboost_date_time$secondaryArchSuffix = $portVersion
devel:libboost_exception$secondaryArchSuffix = $portVersion
devel:libboost_filesystem$secondaryArchSuffix = $portVersion
devel:libboost_graph$secondaryArchSuffix = $portVersion
devel:libboost_iostreams$secondaryArchSuffix = $portVersion
devel:libboost_locale$secondaryArchSuffix = $portVersion
devel:libboost_log_setup$secondaryArchSuffix = $portVersion
devel:libboost_log$secondaryArchSuffix = $portVersion
devel:libboost_math_c99$secondaryArchSuffix = $portVersion
devel:libboost_math_c99f$secondaryArchSuffix = $portVersion
devel:libboost_math_tr1$secondaryArchSuffix = $portVersion
devel:libboost_math_tr1f$secondaryArchSuffix = $portVersion
devel:libboost_prg_exec_monitor$secondaryArchSuffix = $portVersion
devel:libboost_program_options$secondaryArchSuffix = $portVersion
devel:libboost_random$secondaryArchSuffix = $portVersion
devel:libboost_regex$secondaryArchSuffix = $portVersion
devel:libboost_serialization$secondaryArchSuffix = $portVersion
devel:libboost_stacktrace_basic$secondaryArchSuffix = $portVersion
devel:libboost_stacktrace_noop$secondaryArchSuffix = $portVersion
devel:libboost_system$secondaryArchSuffix = $portVersion
devel:libboost_test_exec_monitor$secondaryArchSuffix = $portVersion
devel:libboost_thread$secondaryArchSuffix = $portVersion
devel:libboost_timer$secondaryArchSuffix = $portVersion
devel:libboost_type_erasure$secondaryArchSuffix = $portVersion
devel:libboost_unit_test_framework$secondaryArchSuffix = $portVersion
devel:libboost_wave$secondaryArchSuffix = $portVersion
devel:libboost_wserialization$secondaryArchSuffix = $portVersion
devel:libboost_atomic$secondaryArchSuffix = $libVersion
devel:libboost_chrono$secondaryArchSuffix = $libVersion
devel:libboost_container$secondaryArchSuffix = $libVersion
devel:libboost_context$secondaryArchSuffix = $libVersion
devel:libboost_contract$secondaryArchSuffix = $libVersion
devel:libboost_coroutine$secondaryArchSuffix = $libVersion
devel:libboost_date_time$secondaryArchSuffix = $libVersion
devel:libboost_exception$secondaryArchSuffix = $libVersion
devel:libboost_filesystem$secondaryArchSuffix = $libVersion
devel:libboost_graph$secondaryArchSuffix = $libVersion
devel:libboost_iostreams$secondaryArchSuffix = $libVersion
devel:libboost_locale$secondaryArchSuffix = $libVersion
devel:libboost_log_setup$secondaryArchSuffix = $libVersion
devel:libboost_log$secondaryArchSuffix = $libVersion
devel:libboost_math_c99$secondaryArchSuffix = $libVersion
devel:libboost_math_c99f$secondaryArchSuffix = $libVersion
devel:libboost_math_tr1$secondaryArchSuffix = $libVersion
devel:libboost_math_tr1f$secondaryArchSuffix = $libVersion
devel:libboost_prg_exec_monitor$secondaryArchSuffix = $libVersion
devel:libboost_program_options$secondaryArchSuffix = $libVersion
devel:libboost_random$secondaryArchSuffix = $libVersion
devel:libboost_regex$secondaryArchSuffix = $libVersion
devel:libboost_serialization$secondaryArchSuffix = $libVersion
devel:libboost_stacktrace_basic$secondaryArchSuffix = $libVersion
devel:libboost_stacktrace_noop$secondaryArchSuffix = $libVersion
devel:libboost_system$secondaryArchSuffix = $libVersion
devel:libboost_test_exec_monitor$secondaryArchSuffix = $libVersion
devel:libboost_thread$secondaryArchSuffix = $libVersion
devel:libboost_timer$secondaryArchSuffix = $libVersion
devel:libboost_type_erasure$secondaryArchSuffix = $libVersion
devel:libboost_unit_test_framework$secondaryArchSuffix = $libVersion
devel:libboost_wave$secondaryArchSuffix = $libVersion
devel:libboost_wserialization$secondaryArchSuffix = $libVersion
"
PROVIDES_devel="
boost170${secondaryArchSuffix}_devel = $portVersion
$devel_libs
devel:libboost_config$secondaryArchSuffix = $portVersion
devel:libboost_config$secondaryArchSuffix = $libVersion
"
REQUIRES_devel="