Bug 254284

Summary: math/openblas: do not force GCC when OPENMP is selected
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: Thierry Thomas <thierry>
Status: Closed FIXED    
Severity: Affects Some People CC: phd_kimberlite
Priority: --- Flags: phd_kimberlite: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247753
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252379
Attachments:
Description Flags
Do not force USE_GCC none

Description Thierry Thomas freebsd_committer freebsd_triage 2021-03-14 17:51:41 UTC
Created attachment 223263 [details]
Do not force USE_GCC

USE_GCC is no more needed for OPENMP, and we can safely remove it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-03-15 16:55:30 UTC
A commit references this bug:

Author: thierry
Date: Mon Mar 15 16:55:26 UTC 2021
New revision: 568472
URL: https://svnweb.freebsd.org/changeset/ports/568472

Log:
  Do not force GCC when OPENMP is selected.

  PR:		254284
  Submitted by:	/me
  Approved by:	phd_kimberlite (maintainer)

Changes:
  head/math/openblas/Makefile
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2021-03-15 16:56:22 UTC
Committed, thanks!