# -*- 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           muniversal 1.0
PortGroup           github 1.0

github.setup        VcDevel Vc 1.4.1
github.tarball_from releases
categories          math devel
license             BSD
maintainers         {gmail.com:rjvbertin @RJVB} openmaintainer
description         Portable, zero-overhead SIMD library for C++
long_description    Vc is a free software library to ease explicit vectorization of \
                    C++ code. It has an intuitive API and provides portability \
                    between different compilers and compiler versions as well as \
                    portability between different vector instruction sets. Thus an \
                    application written with Vc can be compiled for \n\
                    AVX and AVX2 \n\
                    SSE2 up to SSE4.2 \n\
                    SSE4a, XOP, FMA4, and FMA \n\
                    Scalar (fallback which works everywhere)
platforms           darwin
checksums           rmd160  8943e4602e857885a3e11f902273ce3e53e3de99 \
                    sha256  68e609a735326dc3625e98bd85258e1329fb2a26ce17f32c432723b750a4119f \
                    size    638797

compiler.cxx_standard   2011