Skip to content

Commit

Permalink
Update admixtools to 5.1 (#11443)
Browse files Browse the repository at this point in the history
* Update admixtools to 5.1

* Let makefile choose which bins to install
  • Loading branch information
epruesse authored and karel-brinda committed Oct 31, 2018
1 parent 3eee010 commit 9bbec72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions recipes/admixtools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ make clobber

make CFLAGS="-Wno-unused-comparison -Wno-return-type -I$PREFIX/include" LDFLAGS="-L$PREFIX/lib" all

# Install
mkdir -p $PREFIX/bin
cp {qp3Pop,qpDstat,qpF4ratio,qpAdm,qpWave,dowtjack,expfit.sh,qpBound,qpGraph,qpreroot} $PREFIX/bin/
cp {qpff3base,qpDpart,qp4diff,qpF4ratio,qpgbug,grabpars,rolloff,rolloffp,convertf,mergeit} $PREFIX/bin/
make install TOP=$PREFIX/bin
6 changes: 3 additions & 3 deletions recipes/admixtools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: admixtools
version: '5.0'
version: '5.1'

source:
url: https://github.com/DReichLab/AdmixTools/archive/v5.0.tar.gz
sha256: 9f00637eac84c1ca152b65313d803616ee62c4156c7c737a33f5b31aeeac1367
url: https://github.com/DReichLab/AdmixTools/archive/v5.1.tar.gz
sha256: 42b584cc785abfdfa9f39a341bdf81f800639737feaf3d07702de4a2e373557e

build:
number: 0
Expand Down

0 comments on commit 9bbec72

Please sign in to comment.