Port details |
- charm Message-passing parallel language and runtime system
- 6.8.2_5 net =2 6.8.2_5Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-09-08 23:26:18
- Last Update: 2023-08-05 18:01:10
- Commit Hash: 9ec84cb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: CHARMPP_CONVERSE_LICENSE
- WWW:
- https://www.ks.uiuc.edu/Research/namd/
- Description:
- Charm++ is a message-passing parallel language and runtime system.
It is implemented as a set of libraries for C++, is efficient,
and is portable to a wide variety of parallel machines.
Source code is provided, and non-commercial use is free.
Charm++ is developed in the University of Illinois, and is
used primarily by the NAMD, the molecular simulation system.
- ¦ ¦ ¦ ¦
- 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/net/charm/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install net/charm
- pkg install charm-uiuc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1536533882
SHA256 (charm-uiuc/charm-6.8.2.tar.gz) = 08e6001b0e9cd00ebde179f76098767149bf7e454f29028fb9a8bfb55778698e
SIZE (charm-uiuc/charm-6.8.2.tar.gz) = 24420478
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- gfortran12 : lang/gcc12
- gmake>=4.3 : devel/gmake
- as : devel/binutils
- Runtime dependencies:
-
- gfortran12 : lang/gcc12
- Fetch dependencies:
-
- git : devel/git
- This port is required by:
- for Libraries
-
- science/namd
Configuration Options:
- ===> The following configuration options are available for charm-uiuc-6.8.2_5:
====> Multiprocessing: you have to select exactly one of them
MULTICORE=on: Single-node multicore version
ETHERNET=off: Ethernet version
MPI=off: MPI (Message Passing Interface) support
===> Use 'make config' to modify these settings
- Options name:
- net_charm
- USES:
- fortran gmake localbase:ldflags 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 |
6.8.2_5 05 Aug 2023 18:01:10 |
Muhammad Moinur Rahman (bofh) |
net/charm: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
6.8.2_5 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) |
6.8.2_4 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 ) |
6.8.2_4 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
6.8.2_4 15 Jun 2021 08:41:35 |
Piotr Kubaj (pkubaj) |
net/charm: uncomment LICENSE |
6.8.2_4 15 Jun 2021 08:41:34 |
Piotr Kubaj (pkubaj) |
net/charm: enable on powerpc |
6.8.2_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.8.2_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.8.2_4 16 Mar 2021 00:58:23 |
pkubaj |
net/charm: enable on powerpc64le |
6.8.2_4 10 Oct 2020 23:42:15 |
pkubaj |
net/charm: unbreak on powerpc64
Builds fine, not tested on powerpc64le. |
6.8.2_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
6.8.2_3 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
6.8.2_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
6.8.2_1 22 Sep 2018 16:36:38 |
yuri |
Change 20 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x
Ports:
math/scalapack science/nwchem science/quantum-espresso science/qmcpack
science/madness
science/qbox science/openmx science/jdftx science/fleur science/libgridxc
science/mdynamix science/lm science/dftbplus science/py-gpaw devel/ga
math/elpa net/charm science/gromacs math/pari math/arpack-ng-mpich |
6.8.2 10 Sep 2018 07:03:46 |
yuri |
net/charm: Remove RESTRICTED, change LICENSE_PERMS to none
Reported by: mat |
6.8.2 10 Sep 2018 02:04:19 |
yuri |
net/charm: Upgrade 6.7.1 -> 6.8.2
Switched to using MASTER_SITES since source tarballs are available in open
access.
Reported by: adridg (tarballs URL) |
6.7.1 09 Sep 2018 17:03:56 |
yuri |
net/charm: Add IGNORE clause instead of the custom do-fetch clause for the
licensing warning
Also add RESTRICTED, and rermove GIT_URL.
Reported by: mat |
6.7.1 09 Sep 2018 06:41:11 |
yuri |
net/charm: Downgrade 6.8.2 -> 6.7.1
Direct fetch from the git server might be a license violation.
Will try to get an agreement from UIUC that the previous fetch can be returned.
Not adding PORTEPOCH, because it was nothing wrong technically with 6.8.2.
Suggested by: linimon, adamw |
6.8.2 09 Sep 2018 00:56:55 |
yuri |
net/charm: Change LICENSE_PERMS: no redistribution is allowed.
Reported by: adamw |
6.8.2 08 Sep 2018 23:26:04 |
yuri |
New port: net/charm: Message-passing parallel language and runtime system |