Andreas Tille pushed to branch master at Debian Med / btllib
Commits: 2c142af3 by Andreas Tille at 2023-11-27T11:51:05+01:00 TODO: libargparse-dev - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/use_debian_packaged_libs.patch Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ btllib (1.6.2+dfsg-1) UNRELEASED; urgency=medium * New upstream version * Build-Depends: python3 * Ignore cmake_options in meson.build + TODO: libargparse-dev -- Andreas Tille <[email protected]> Fri, 25 Aug 2023 11:20:24 +0200 ===================================== debian/control ===================================== @@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 13), libcpptoml-dev, # libsdsl-dev, # only mentioned in doc but package builds without this as well libomp-dev, + libargparse-dev, samtools, python3 Standards-Version: 4.6.2 ===================================== debian/patches/use_debian_packaged_libs.patch ===================================== @@ -18,3 +18,14 @@ Description: There is nothing to copy if libcpptoml-dev package is used -cp -r "${MESON_SOURCE_ROOT}/subprojects/sdsl-lite/include/sdsl" "${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/" +#cp -r "${MESON_SOURCE_ROOT}/subprojects/sdsl-lite/include/sdsl" "${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/" +--- a/meson.build ++++ b/meson.build +@@ -53,7 +53,7 @@ deps = [ threads_dep, openmp_dep ] + meson.add_install_script('scripts/install-cpptoml') + meson.add_install_script('scripts/install-sdsl-lite') + +-argparse_subproject = cmake.subproject('argparse') # , options : cmake_options) ++# argparse_subproject = cmake.subproject('argparse', options : cmake_options) + argparse_dep = argparse_subproject.dependency('argparse') + + # Run time dependencies View it on GitLab: https://salsa.debian.org/med-team/btllib/-/commit/2c142af35c584eee567550c0585160c969d8e3b1 -- View it on GitLab: https://salsa.debian.org/med-team/btllib/-/commit/2c142af35c584eee567550c0585160c969d8e3b1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
