Port details |
- cadical Simple CDCL satisfiability solver
- 2.0.0 math =2 1.9.5_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-12-04 05:50:57
- Last Update: 2024-10-03 09:17:07
- Commit Hash: ac49279
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: MIT
- WWW:
- http://fmv.jku.at/cadical/
- Description:
- The goal of CaDiCaL is to provide a clean and efficient state-of-the-art CDCL
solver, which is also easy to understand and change.
- ¦ ¦ ¦ ¦
- 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/cadical/ && make install clean
- To add the package, run one of these commands:
- pkg install math/cadical
- pkg install cadical
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cadical
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727899500
SHA256 (arminbiere-cadical-rel-2.0.0_GH0.tar.gz) = 9afe5f6439442d854e56fc1fac3244ce241dbb490735939def8fd03584f89331
SIZE (arminbiere-cadical-rel-2.0.0_GH0.tar.gz) = 709136
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
- This port is required by:
- for Build
-
- math/cadiback
- math/lean4
- for Libraries
-
- math/bitwuzla
- math/boolector
- math/cadiback
- math/cvc5
- for Run
-
- math/lean4
Configuration Options:
- No options to configure
- Options name:
- math_cadical
- USES:
- compiler:c++0x gmake tar:xz
- 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.0.0 03 Oct 2024 09:17:07 |
Yuri Victorovich (yuri) |
math/cadical: update 1.9.5 → 2.0.0 |
1.9.5_1 06 Jun 2024 08:48:57 |
Yuri Victorovich (yuri) |
math/cadical: Add shared library |
1.9.5 06 Mar 2024 20:18:05 |
Yuri Victorovich (yuri) |
math/cadical: update 1.6.0 → 1.9.5
Reported by: portscout |
1.6.0 25 Jun 2023 18:29:33 |
Yuri Victorovich (yuri) |
math/cadical: Update 1.5.3 → 1.6.0 |
1.5.3 04 Jan 2023 10:51:58 |
Yuri Victorovich (yuri) |
math/cadical: Update 1.0.3 -> 1.5.3 |
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.3_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.3_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.3_1 17 Aug 2020 23:55:03 |
pkubaj |
math/cadical: fix build on GCC architectures
Use | instead of , in the sed command to workaround for -Wl,rpath in CXXFLAGS.
MFH: 2020Q3 (fix build blanket) |
1.0.3_1 29 May 2020 22:20:27 |
linimon |
Mark as BROKEN on powerpc64-12. It seems to build everywhere else.
Approved by: portmgr (tier-2 blanket) |
1.0.3_1 05 Dec 2019 00:57:35 |
linimon |
Attempt to fix failure on GCC-based systems:
configure: error: compiler does not support C99/C++0x even with '-std=c++0x'
This is necessary but not sufficient.
Approved by: portmgr (tier-2 blanket) |
1.0.3_1 04 Dec 2019 07:17:16 |
yuri |
math/cadical: Add -fPIC due to the user requirement |
1.0.3 04 Dec 2019 05:50:51 |
yuri |
New port: math/cadical: Simple CDCL satisfiability solver |