aboutsummaryrefslogtreecommitdiff
path: root/math/hpcombi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)Alexey Dokuchaev2021-10-251-1/+1
| | | | | | | | | ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-081-0/+1
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* Disable HPCombi on i386:Thierry Thomas2020-04-071-1/+1
| | | | | | | | | Intrinsic _mm_extract_epi64 not supported by compiler. Reported by: pkg-fallout Notes: svn path=/head/; revision=530953
* Adding HPCombi, High Performance Combinatorics in C++ using vectorThierry Thomas2020-04-061-0/+47
instructions, and libsemigroups, a C++ library for semigroups and monoids. To be used by SageMath. Notes: svn path=/head/; revision=530915