
Untitled
By: a guest on
Aug 8th, 2011 | syntax:
None | size: 1.50 KB | views:
98 | expires: Never
# -*- 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
# $Id$
PortSystem 1.0
name raxml
version 7.2.8-ALPHA
description Estimation of phylogenetic trees.
long_description RAxML is a program for sequential and parallel estimation of\
phylogenetic trees written by Alexandros Stamatakis. By default the Pthreads\
implementation will be installed, use -pthreads +mpi for the MPI variant.
license GPL-2
maintainers gmail.com:mattoates
categories science
homepage http://wwwkramer.in.tum.de/exelixis
platforms darwin
master_sites ${homepage}/software/
distfiles RAxML-${version}.tar.bz2
checksums md5 de658ee18049e178744b4759adb286da \
sha1 06088d8db5e66193604b6837cb1aec226895aa58 \
rmd160 b997fea74442e70cda0ba3211e82eb4f1d88b675
use_bzip2 yes
use_configure no
set HPCm ""
set HPCb ""
set SSEm ""
set SSEb ""
variant mpi conflicts pthreads description {MPI implementation} {
depends_lib port:openmpi
set HPCm ".MPI"
set HPCb "-MPI"
}
variant pthreads conflicts mpi description {Pthreads implementation} {
set HPCm ".PTHREADS"
set HPCb "-PTHREADS"
}
variant sse3 description {Use the SSE3 extended instruction set from Intel since 2004} {
supported_archs i386
set SSEm ".SSE3"
set SSEb "-SSE3"
}
default_variants +pthreads +sse3
build.pre_args -f Makefile${SSEm}${HPCm}.gcc
destroot {
file copy ${worksrcpath}/raxmlHPC${HPCb}${SSEb} ${destroot}${prefix}/raxml
}