Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Update minisat to use version from https://github.com/niklasso/minisat/
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Feb 18, 2014
1 parent 104cce0 commit 18d77c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 2 additions & 6 deletions minisat/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
export MROOT=$SRC_DIR
# We can also use core
cd simp
make rs
mkdir -p $PREFIX/bin
cp minisat_static $PREFIX/bin/minisat
make config prefix=$PREFIX
make install
10 changes: 7 additions & 3 deletions minisat/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ package:
version: 2.2.0

source:
fn: minisat-2.2.0.tar.gz
url: http://minisat.se/downloads/minisat-2.2.0.tar.gz
sha1: dfc25898bf40e00cf04252a42176e0c0600fbc90
git_url: https://github.com/niklasso/minisat.git # [not osx]
# Combines https://github.com/niklasso/minisat/pull/10 and https://github.com/niklasso/minisat/pull/4
git_url: https://github.com/asmeurer/minisat.git # [osx]
git_branch: osx # [osx]

build:
number: 1

test:
files:
Expand Down

0 comments on commit 18d77c4

Please sign in to comment.