mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1005 B
Tcl
26 lines
1005 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
github.setup stp minisat 2.2.1 releases/
|
|
github.tarball_from archive
|
|
revision 0
|
|
categories math science
|
|
maintainers nomaintainer
|
|
homepage http://minisat.se/
|
|
license MIT
|
|
|
|
description Minimalistic SAT solver
|
|
long_description MiniSat is a minimalistic, open-source SAT solver, developed to \
|
|
help researchers and developers alike to get started on SAT.
|
|
|
|
checksums rmd160 1e9583e808832fdb144d72bf25b67878a42fbf70 \
|
|
sha256 432985833596653fcd698ab439588471cc0f2437617d0df2bb191a0252ba423d \
|
|
size 50485
|
|
|
|
depends_lib-append port:zlib
|
|
|
|
configure.args-append -DSTATIC_BINARIES=OFF
|