Summary: | math/suitesparse: clean up and improve | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-fortran (Nobody) <fortran> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | linimon, pkubaj, thierry | ||||
Priority: | --- | Keywords: | patch, patch-ready | ||||
Version: | Latest | Flags: | thierry:
maintainer-feedback+
jbeich: merge-quarterly? |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 240937 | ||||||
Attachments: |
|
Description
Jan Beich
2019-09-28 12:14:15 UTC
(In reply to Jan Beich from comment #0) Builds for me on 12.1-BETA2/powerpc64. Great, thanks! A commit references this bug: Author: jbeich Date: Mon Sep 30 08:17:44 UTC 2019 New revision: 513331 URL: https://svnweb.freebsd.org/changeset/ports/513331 Log: math/suitesparse: simplify - Allow using Clang again (base libomp.so or OpenMP disabled) - Respect C++ library if using GCC (must be libc++ on Clang architectures) - Respect CFLAGS/CXXFLAGS in subdirectories using CMake - Respect BLAS/LAPACK choice (actually use OpenBLAS) - Enable Intel threading building blocks support - Switch to vendor build/install targets - Adjust plist for new items (GraphBLAS, Mongoose, DOCS) - Skip running demos during build PR: 240899 Tested by: pkubaj Approved by: fortran (thierry) MFH: 2019Q4 Changes: head/math/suitesparse/Makefile head/math/suitesparse/pkg-plist |