# -*- 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
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers {aronnax @lpsinger}
description C++ language implementation of HEALPix
Software for pixelization, hierarchical indexing, synthesis, analysis, and \
visualization of data on the sphere. This is the ${description}.
homepage http://healpix.sourceforge.net
master_sites sourceforge:project/healpix/Healpix_${branch}/
distname healpix_cxx-${version}
checksums rmd160 7e7f3e0870b714f2db2aedd9327e919cc1530a6f \
sha256 6538ee160423e8a0c0f92cf2b2001e1a2afd9567d026a86ff6e2287c1580cb4c \
depends_build port:pkgconfig
variant openmp description "enable OpenMP parallel acceleration" {
# Pick a compiler that supports openmp
compiler.whitelist macports-clang-6.0 macports-clang-5.0 macports-clang-3.7 macports-gcc-7 macports-gcc-6 macports-gcc-5 macports-gcc-4.8 macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.4 macports-gcc-4.3
compiler.fallback macports-clang-6.0