summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-122-4/+4
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/dmlc-core: add 0.5Peter Levine2023-03-172-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add cpu_flags_x86_sse2 to IUSE It's true it only adds an -m flag to CXXFLAGS but so do most uses of CPU_FLAGS_X86. Also, remove automagic from CMakeLists.txt and pass -DSUPPORT_MSSE2 explicitly - remove patch Appears to be no longer needed. - fix dependencies Make gtest a proper bdep. The presence of texlive-fontutils appears irrelevant as the generated docs compare the same. curl is only needed for s3. - fix testing Portage doesn't set LD_LIBRARY_PATH resulting in a leading colon when used in LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}". It builds fine with just -L\"${BUILD_DIR}\" and testing runs fine with just LD_LIBRARY_PATH="${BUILD_DIR}". It doesn't appear to need tc-export CXX to find the correct compiler. GTEST_LIB needs to be changed to the correct libdir. Otherwise it passes -L/lib/ triggering it to build in x86 mode and fail at linking stage. Alter GTEST_INC also for good measure. Pass -DGOOGLE_TEST for ctest testing, while also keeping non-ctest tests. Pass USE_CXX14_IF_AVAILABLE to cmake and change -std=c++11 to -std=c++14 in the Makefile to support the latest gtest. - use emake to build docs and tests in src_compile `emake test` is more appropriate in src_compile. And `emake doxygen` works fine to generate docs. - add little-endian tests Pass DMLC_UNIT_TEST_LITTLE_ENDIAN for a few more tests. Closes: https://bugs.gentoo.org/894038 Closes: https://github.com/gentoo/gentoo/pull/29572 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/dmlc-core: update EAPI 6 -> 8Sam James2022-02-271-18/+27
| | | | | Closes: https://bugs.gentoo.org/833305 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/dmlc-core: fix DeprecatedInsintoConrad Kostecki2022-02-131-3/+2
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sci-libs/dmlc-core: drop trailing full stop from DESCRIPTIONSam James2021-12-261-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sci-libs/dmlc-core: fix double KEYWORDSSam James2021-02-151-2/+1
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/dmlc-core: [QA] Fix HomepageInSrcUriDavid Seifert2020-01-131-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/dmlc-core: remove trailing whitespaceMarty E. Plummer2018-12-241-1/+1
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/10643 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* sci-libs: Update Manifest hashes.Ulrich Müller2017-12-101-1/+1
|
* sci-libs/dmlc-core: use HTTPS for GitHubDavid Hicks2017-07-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sci-libs/dmlc-core: initial importSébastien Fabbro2017-07-194-0/+155
Package-Manager: Portage-2.3.6, Repoman-2.3.2