Port details |
- spectra C++ library for large scale eigenvalue problems
- 1.1.0 math
=2 1.0.1_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-04-23 07:34:08
- Last Update: 2025-01-02 04:51:07
- Commit Hash: 6f7f53d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MPL20
- WWW:
- https://spectralib.org
- https://github.com/yixuan/spectra
- Description:
- Spectra stands for Sparse Eigenvalue Computation Toolkit as a Redesigned
ARPACK. It is a C++ library for large scale eigenvalue problems, built on
top of Eigen, an open source linear algebra library.
Spectra is implemented as a header-only C++ library, whose only dependency,
Eigen, is also header-only. Hence Spectra can be easily embedded in C++
projects that require calculating eigenvalues of large matrices.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/spectra/ && make install clean
- To add the package, run one of these commands:
- pkg install math/spectra
- pkg install spectra
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spectra
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735791195
SHA256 (yixuan-spectra-v1.1.0_GH0.tar.gz) = d29671e3d1b8036728933cadfddb05668a3cd6133331e91fc4535a9b85bedc79
SIZE (yixuan-spectra-v1.1.0_GH0.tar.gz) = 273206
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- eigen3.pc : math/eigen3
- Test dependencies:
-
- gmake>0 : devel/gmake
- Runtime dependencies:
-
- eigen3.pc : math/eigen3
- This port is required by:
- for Build
-
- biology/gcta
- math/openturns
- science/ttk
Configuration Options:
- No options to configure
- Options name:
- math_spectra
- USES:
- cmake eigen:3,build,run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0 02 Jan 2025 04:51:07
    |
Yuri Victorovich (yuri)  |
math/spectra: update 1.0.1 → 1.1.0
Reported by: portscout |
1.0.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.1 07 Apr 2022 13:19:53
    |
Yuri Victorovich (yuri)  |
math/spectra: Update 1.0.0 -> 1.0.1
Reported by: portscout |
1.0.0_1 10 Nov 2021 18:29:05
    |
Yuri Victorovich (yuri)  |
math/spectra: Install cmake files. |
1.0.0 04 Jul 2021 19:26:48
    |
Yuri Victorovich (yuri)  |
math/spectra: Update 0.9.0 -> 1.0.0
Reported by: portscout |
0.9.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.0 19 May 2020 07:53:24
  |
yuri  |
math/spectra: Update 0.8.1 -> 0.9.0
Reported by: porgtscout |
0.8.1 19 Oct 2019 11:08:29
  |
tobik  |
math/spectra: Spell TEST_DEPENDS correctly |
0.8.1 08 Jun 2019 06:19:34
  |
yuri  |
math/spectra: Update 0.8.0 -> 0.8.1
Reported by: portscout |
0.8.0 04 Apr 2019 23:04:59
  |
yuri  |
math/spectra: Update 0.7.0 -> 0.8.0
Reported by: portscout |
0.7.0 16 Jan 2019 04:56:45
  |
yuri  |
math/spectra: 0.6.2 -> 0.7.0
Reported by: portscout |
0.6.2_1 26 Dec 2018 09:06:35
  |
tcberner  |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 |
0.6.2 23 May 2018 06:44:02
  |
yuri  |
math/spectra: Update 0.6.1 -> 0.6.2
Also add do-test target.
Reported by: portscout |
0.6.1 23 Apr 2018 07:33:53
  |
yuri  |
New port: math/spectra: C++ library for large scale eigenvalue problems |