mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
984 B
Tcl
29 lines
984 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup citiususc veryfasttree 4.0.4 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
categories science
|
|
license GPL-3
|
|
|
|
maintainers {usc.es:cesaralfredo.pineiro @cesarpomar} openmaintainer
|
|
description Efficient phylogenetic tree inference for massive taxonomic datasets
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 090eb1d717580d1a8e912b6c33d3295082cbdcc6 \
|
|
sha256 27c779164f4fa0c75897a6e95b35f820a2a10e7c244b8923c575e0ea46f15f6b \
|
|
size 902837
|
|
|
|
configure.args-append -DUSE_NATIVE=OFF
|
|
configure.cxxflags-append -fopenmp
|
|
compiler.openmp_version 2.5
|
|
|
|
variant native description "Optimize for your CPU" {
|
|
configure.args-delete -DUSE_NATIVE=OFF
|
|
}
|