Port details |
- clad Automatic differentiation for C/C++
- 1.7_1 math =2 1.5Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-07-19 09:27:06
- Last Update: 2024-08-19 19:11:44
- Commit Hash: aea62f1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3
- WWW:
- https://github.com/vgvassilev/clad
- Description:
- Clad enables automatic differentiation (AD) for C++. It is based on LLVM
compiler infrastructure and is a plugin for Clang compiler. Clad is based on
source code transformation. Given C++ source code of a mathematical function, it
can automatically generate C++ code for computing derivatives of the function.
It supports both forward-mode and reverse-mode AD.Clad has extensive coverage of
modern C++ features and a robust fallback and recovery system in place.
- ¦ ¦ ¦ ¦
- 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/clad/ && make install clean
- To add the package, run one of these commands:
- pkg install math/clad
- pkg install clad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clad
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723266580
SHA256 (vgvassilev-clad-v1.7_GH0.tar.gz) = dc2e738c30864fb82b0154519f18ce2567f413ee845fc5e0154bb89e24519ba3
SIZE (vgvassilev-clad-v1.7_GH0.tar.gz) = 1171227
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
- llvm-config16 : devel/llvm16
- Test dependencies:
-
- kokkos>0 : devel/kokkos
- Runtime dependencies:
-
- llvm-config16 : devel/llvm16
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_clad
- USES:
- cmake:testing llvm:16,build,run localbase
- 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.7_1 19 Aug 2024 19:11:44 |
Yuri Victorovich (yuri) |
devel/kokkos: update 4.3.01 → 4.4.00 |
1.7 10 Aug 2024 13:58:24 |
Yuri Victorovich (yuri) |
math/clad: update 1.6 → 1.7
Reported by: portscout |
1.6 20 Jul 2024 08:36:51 |
Yuri Victorovich (yuri) |
math/clad: update 1.5 → 1.6
Reported by: portscout |
1.5 22 May 2024 07:39:56 |
Yuri Victorovich (yuri) |
math/clad: update 1.4 → 1.5
Reported by: portscout |
1.4_1 21 Apr 2024 18:28:27 |
Yuri Victorovich (yuri) |
devel/kokkos: update 4.1.00 → 4.3.00
Reported by: portscout |
1.4 06 Mar 2024 08:35:29 |
Yuri Victorovich (yuri) |
math/clad: update 1.3 → 1.4
Reported by: portscout |
1.3 12 Feb 2024 07:57:08 |
Yuri Victorovich (yuri) |
math/clad: Add missing patch |
1.3 12 Feb 2024 07:56:28 |
Yuri Victorovich (yuri) |
math/clad: update 1.2 → 1.3
Reported by: portscout |
1.2 19 Jul 2023 18:26:04 |
Yuri Victorovich (yuri) |
math/clad: Add test target |
1.2 19 Jul 2023 09:24:16 |
Yuri Victorovich (yuri) |
math/clad: New port: Automatic differentiation for C/C++ |