mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
minisat: add reason for arch restriction
This commit is contained in:
parent
4813450c6b
commit
2ee24b487a
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
||||||
pkgname=minisat
|
pkgname=minisat
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=2
|
revision=2
|
||||||
|
# _FPU_EXTENDED is x87-glibc only
|
||||||
|
archs="i686 x86_64"
|
||||||
build_wrksrc=simp
|
build_wrksrc=simp
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
archs="i686 x86_64"
|
short_desc="Minimalistic and high-performance SAT solver"
|
||||||
short_desc="A minimalistic and high-performance SAT solver"
|
|
||||||
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://minisat.se/MiniSat.html"
|
homepage="http://minisat.se/MiniSat.html"
|
||||||
|
|
Loading…
Add table
Reference in a new issue