Bug 250949 - eigen: fix usage of USES= eigen:3
Summary: eigen: fix usage of USES= eigen:3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-08 12:53 UTC by Loïc Bartoletti
Modified: 2020-11-12 20:43 UTC (History)
7 users (show)

See Also:


Attachments
fix ports not using USES= eigen syntax (3.80 KB, patch)
2020-11-08 12:53 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2020-11-08 12:53:22 UTC
Created attachment 219454 [details]
fix ports not using USES= eigen syntax

Hello,

eigen must be used with USES= eigen:3 (ok, this is not documented in porter's handbook).

Ports fixed:

- cad/PrusaSlicer
- graphics/opencv
- math/scilab
- math/libsemigroups
- math/py-python-fcl
- biology/gcta
Comment 1 teodorsigaev@gmail.com 2020-11-08 12:58:00 UTC
As maintainer of cad/PrusaSlicer I don't have any objection for patch.
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2020-11-08 13:15:16 UTC
No objection for math/libsemigroups.
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-11-08 14:31:38 UTC
A commit references this bug:

Author: jwb
Date: Sun Nov  8 14:31:00 UTC 2020
New revision: 554467
URL: https://svnweb.freebsd.org/changeset/ports/554467

Log:
  biology/gcta: Switch eigen3 dep to USES framework

  PR:             ports/250949
  Reported by:    lbartoletti

Changes:
  head/biology/gcta/Makefile
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-11-08 20:05:32 UTC
A commit references this bug:

Author: makc
Date: Sun Nov  8 20:04:43 UTC 2020
New revision: 554650
URL: https://svnweb.freebsd.org/changeset/ports/554650

Log:
  math/scilab:
  - convert to USES=eigen

  PR:		250949
  Reported by:	lbartoletti

Changes:
  head/math/scilab/Makefile
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-11-12 20:40:06 UTC
A commit references this bug:

Author: lbartoletti
Date: Thu Nov 12 20:39:30 UTC 2020
New revision: 554986
URL: https://svnweb.freebsd.org/changeset/ports/554986

Log:
  cad/PrusaSlicer: convert to USES=eigen

  PR:		250949
  Approved by:	 teodorsigaev@gmail.com (maintainer)

Changes:
  head/cad/PrusaSlicer/Makefile
Comment 6 commit-hook freebsd_committer freebsd_triage 2020-11-12 20:41:08 UTC
A commit references this bug:

Author: lbartoletti
Date: Thu Nov 12 20:40:33 UTC 2020
New revision: 554987
URL: https://svnweb.freebsd.org/changeset/ports/554987

Log:
  math/libsemigroups: convert to USES=eigen

  PR:		250949
  Approved by:	thierry

Changes:
  head/math/libsemigroups/Makefile
Comment 7 commit-hook freebsd_committer freebsd_triage 2020-11-12 20:43:10 UTC
A commit references this bug:

Author: lbartoletti
Date: Thu Nov 12 20:42:25 UTC 2020
New revision: 554988
URL: https://svnweb.freebsd.org/changeset/ports/554988

Log:
  Convert to USES=eigen

  PR:		250949
  Approved by:	portmgr (blanket)

Changes:
  head/graphics/opencv/Makefile
  head/math/py-python-fcl/Makefile
Comment 8 Loïc Bartoletti freebsd_committer freebsd_triage 2020-11-12 20:43:55 UTC
Committed, thanks!