aboutsummaryrefslogtreecommitdiff
path: root/math/combblas/files
Commit message (Collapse)AuthorAgeFilesLines
* math/combblas: fix build on GCC architecturesPiotr Kubaj2020-05-011-0/+0
| | | | | | | | | | | GCC doesn't have libomp. PR: 246090 Approved by: yuri (maintainer) MFH: 2020Q2 (fix build blanket) Notes: svn path=/head/; revision=533561
* math/combblas: Fix the OpenMP dependencyYuri Victorovich2018-12-161-0/+24
| | | | | | | | | | | | Remove 'find_package(OpenMP)' and llvm/clang70 because 'find_package(OpenMP)' is now broken with clang70 too. Fix the problem by patching out 'find_package(OpenMP)'. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234050 Notes: svn path=/head/; revision=487563
* New port: math/combblas: Combinatorial BLAS library: an extensible parallel ↵Yuri Victorovich2018-12-162-0/+22
graph library Notes: svn path=/head/; revision=487559