Bug 254284 - math/openblas: do not force GCC when OPENMP is selected
Summary: math/openblas: do not force GCC when OPENMP is selected
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-14 17:51 UTC by Thierry Thomas
Modified: 2021-03-15 16:56 UTC (History)
1 user (show)

See Also:
phd_kimberlite: maintainer-feedback+


Attachments
Do not force USE_GCC (960 bytes, patch)
2021-03-14 17:51 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!