Port details |
- ergo Quantum chemistry program for large-scale atomic calculations
- 3.8.2_2 science
=2 3.8.2_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-05-14 01:05:40
- Last Update: 2025-01-24 12:18:28
- Commit Hash: 6cce1f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- http://www.ergoscf.org/
- Description:
- Ergo is a quantum chemistry program for large-scale self-consistent
field calculations.
Key features of the Ergo program:
* Performs electronic structure calculations using Hartree-Fock and
Kohn-Sham density functional theory.
* Written in C++.
* Uses Gaussian basis sets.
* Both core and valence electrons are included in the calculations.
* Both restricted and unrestricted models are implemented for energy
calculations.
* Implements a broad range of both pure and hybrid Kohn-Sham density
functionals.
* Employs modern linear scaling techniques like fast multipole
methods, hierarchic sparse matrix algebra, density matrix
purification, and efficient integral screening.
* Linear scaling is achieved not only in terms of CPU usage but also
memory utilization.
* The time consuming parts of the code are currently parallelized
using the shared-memory paradigm.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/science/ergo/ && make install clean
- To add the package, run one of these commands:
- pkg install science/ergo
- pkg install ergo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ergo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689826854
SHA256 (ergo-3.8.2.tar.gz) = 534355444119f0723443465c6f0bd9b1803be8f58c87b6ea8031b5b9a51cd357
SIZE (ergo-3.8.2.tar.gz) = 3472124
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:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- bash : shells/bash
- Library dependencies:
-
- libblas.so : math/blas
- liblapack.so : math/lapack
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ergo-3.8.2_2:
SSE=off: Use SSE optimized routines
===> Use 'make config' to modify these settings
- Options name:
- science_ergo
- USES:
- compiler:c++11-lang gmake localbase shebangfix
- 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 |
3.8.2_2 24 Jan 2025 12:18:28
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS |
3.8.2_1 01 Jan 2024 11:49:51
    |
Thierry Thomas (thierry)  |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
3.8.2 20 Jul 2023 05:42:41
    |
Yuri Victorovich (yuri)  |
science/ergo: Update 3.8.1 → 3.8.2
Reported by: portscout |
3.8.1 15 Jul 2023 04:14:49
    |
Yuri Victorovich (yuri)  |
science/ergo: Update 3.8 → 3.8.1 |
3.8_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) |
3.8 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 ) |
3.8 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
3.8 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.8 15 May 2020 04:25:56
  |
linimon  |
Some days it does not pay to get out of bed. |
3.8 15 May 2020 01:36:19
  |
linimon  |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
random_matrices.cc:81: error: call of overloaded 'pow(int, int)' is ambiguous
Approved by: portmgr (tier-2 blanket) |
3.8 14 May 2020 01:05:34
  |
yuri  |
New port: science/ergo: Quantum chemistry program for large-scale atomic
calculations |