Port details |
- dbcsr Distributed Block Compressed Sparse Row matrix library
- 2.8.0 math =2 2.7.0_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-10-31 21:49:50
- Last Update: 2024-12-12 11:09:09
- Commit Hash: 79ee80b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://www.cp2k.org/dbcsr
- Description:
- libDBCSR (or DBCSR for short) is a sparse matrix library designed to efficiently
perform sparse matrix matrix multiplication, among other operations. It is MPI
and OpenMP parallel, and can exploit accelerators. It is developed as part of
CP2K , where it provides core functionality for linear scaling electronic
structure theory. A general overview of the library has been published.
A discussion of recent developments, in particular GPU work, has appeared as a
chapter in 'Electronic Structure Calculations on Graphics Processing Units',
John Wiley and Sons, ISBN 9781118661789, and is available as a preprint. The use
of one-sided MPI and a 2.5D algorithm to reduce communication is shown to be
effective for sparse matrix matrix multiplication in this manuscript. libDBCSR
is made available for integration in other projects, see the github webpage.
- ¦ ¦ ¦ ¦
- 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/dbcsr/ && make install clean
- To add the package, run one of these commands:
- pkg install math/dbcsr
- pkg install dbcsr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dbcsr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733992695
SHA256 (cp2k-dbcsr-v2.8.0_GH0.tar.gz) = 470470338fb840776fbe6991e718699d879936d2f7a3f60af4df0aaaa99ca258
SIZE (cp2k-dbcsr-v2.8.0_GH0.tar.gz) = 2621804
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:
-
- fypp : devel/py-fypp@py311
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- python3.11 : lang/python311
- gcc13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- gcc13 : lang/gcc13
- Library dependencies:
-
- libopenblas.so : math/openblas
- libmpich.so : net/mpich
- This port is required by:
- for Libraries
-
- science/cp2k
Configuration Options:
- ===> The following configuration options are available for dbcsr-2.8.0:
C_API=on: Build the C API library
MPIX=on: Enable MPI
OPENMP=on: Parallel processing support via OpenMP
===> Use 'make config' to modify these settings
- Options name:
- math_dbcsr
- USES:
- blaslapack:openblas cmake:noninja,testing compiler:c++14-lang fortran python:build mpi:mpich pkgconfig
- 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 |
2.8.0 12 Dec 2024 11:09:09 |
Yuri Victorovich (yuri) |
math/dbcsr: update 2.7.0 → 2.8.0
Reported by: portscout |
2.7.0_1 11 Sep 2024 04:09:33 |
Yuri Victorovich (yuri) |
*/*: Cosmetic changes |
2.7.0_1 11 Sep 2024 02:45:58 |
Yuri Victorovich (yuri) |
math/dbcsr: Correct plist; Use GCC to support OpenMP in dbcsr and cp2k; Correct
options definition |
2.7.0 26 Aug 2024 00:52:22 |
Yuri Victorovich (yuri) |
math/dbcsr: Change dependency to mpich to match science/cp2k |
2.7.0 31 Jul 2024 08:04:08 |
Yuri Victorovich (yuri) |
math/dbcsr: update 2.6.0 → 2.7.0
Reported by: portscout |
2.6.0_3 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
2.6.0_2 18 Feb 2024 09:29:31 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after OpenMPI upgrade |
2.6.0_1 18 Feb 2024 09:22:35 |
Thierry Thomas (thierry) |
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set
automatically. |
2.6.0_1 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
2.6.0 11 Jul 2023 07:18:13 |
Yuri Victorovich (yuri) |
math/dbcsr: Update 2.5.0 → 2.6.0
Reported by: portscout |
2.5.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.5.0 28 Dec 2022 19:09:03 |
Yuri Victorovich (yuri) |
math/dbcsr: Update 2.4.1 -> 2.5.0
Reported by: portscout |
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) |
2.4.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 ) |
2.4.1 02 Sep 2022 15:31:20 |
Yuri Victorovich (yuri) |
math/dbcsr: Update 2.3.0 -> 2.4.1
Reported by: portscout |
2.3.0 25 Jul 2022 02:02:21 |
Yuri Victorovich (yuri) |
math/dbcsr: Broken on systems where OpenMP isn't enabled
Reported by: fallout |
2.3.0 07 Jul 2022 06:06:04 |
Yuri Victorovich (yuri) |
math/dbcsr: Update 2.2.0 -> 2.3.0
Reported by: portscout |
2.2.0 19 Jan 2022 18:10:02 |
Yuri Victorovich (yuri) |
math/dbcsr: Update 2.1.0 -> 2.2.0
Reported by: portscout |
2.1.0 24 May 2021 07:26:50 |
Yuri Victorovich (yuri) |
math/dbcsr: Update 2.0.1 -> 2.1.0
Reported by: portscout |
2.0.1_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.1_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.1_4 15 Nov 2020 21:49:37 |
yuri |
math/dbcsr: Fixm build with gcc-10
1. Patch cmake scripts to respect the cmake variable CMAKE_Fortran_FLAGS set by
the user
2. In case of gcc10+ add -fallow-argument-mismatch to this variable, and also
add ${FFLAGS}
3. Otherwise just add ${FFLAGS}
PR: 246700 |
2.0.1_4 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
2.0.1_3 19 Apr 2020 09:49:02 |
danilo |
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is
deprecated and will be removed)
- Fix science/gromacs plist when MPI option is enabled
- Bump PORTREVISION for all the consumers of net/openmpi |
2.0.1_2 08 Mar 2020 21:56:37 |
jbeich |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
2.0.1_1 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
2.0.1 04 Jan 2020 05:43:23 |
yuri |
math/dbcsr: Update 1.1.0 -> 2.0.1
Reported by: portscout |
1.1.0_4 21 Sep 2019 18:59:57 |
jbeich |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ |
1.1.0_3 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 |
1.1.0_2 18 Jul 2019 19:34:26 |
pkubaj |
math/dbcsr: fix build on GCC architectures
This port uses C++14, add USES=compiler:c++14-lang:
target_compile_features The compiler feature "cxx_std_14" is not known to
CXX compiler
Approved by: mentors (implicit approval) |
1.1.0_2 08 May 2019 16:05:53 |
jbeich |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767 |
1.1.0_1 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 |
1.1.0 09 Apr 2019 05:54:30 |
yuri |
math/dbcsr: Update 1.0.0-rc.0-40 -> 1.1.0
* Add the 'test' target.
Reported by: portscout |
1.0.0.r.0.40_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.0.0.r.0.40_1 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 |
1.0.0.r.0.40 31 Oct 2018 21:49:25 |
yuri |
New port: math/dbcsr: Distributed Block Compressed Sparse Row matrix library |