Bug 256493

Summary: science/py-phono3py: Remove unnecessary dependency on math/lapacke
Product: Ports & Packages Reporter: John Hein <jcfyecrayz>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Some People CC: phd_kimberlite, yuri
Priority: --- Keywords: patch
Version: LatestFlags: jcfyecrayz: maintainer-feedback? (yuri)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
[patch] remove unnecessary dependency on math/lapacke jcfyecrayz: maintainer-approval? (yuri)

Description John Hein 2021-06-09 02:48:49 UTC
science/py-phono3py depends on openblas.  openblas satisfies the LAPACKE dependency (see install.rst).

The dependency on math/lapacke should be removed.
Comment 1 John Hein 2021-06-09 02:53:07 UTC
Created attachment 225654 [details]
[patch] remove unnecessary dependency on math/lapacke

QA:
 testport - ok (stable/11 amd64)
 portlint - ok
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-09 03:32:27 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-06-09 03:33:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93284e2c88bae6736692aad5b93ac25b34e0c20e

commit 93284e2c88bae6736692aad5b93ac25b34e0c20e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-09 03:30:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-09 03:32:22 +0000

    science/py-phono3py: Remove unnecessary build dependency on math/lapacke

    PR:             256493
    Reported by:    John Hein <jcfyecrayz@liamekaens.com>

 science/py-phono3py/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Comment 4 John Hein 2021-06-09 14:59:40 UTC
(In reply to commit-hook from comment #3)
Thanks.

My mistake on bumping PORTREVISION (not needed because the dependency change was just a BUILD_DEPENDS) in my patch.  Thanks for not committing that.