Revision: 148997 https://trac.macports.org/changeset/148997 Author: mmoll@macports.org Date: 2016-05-24 12:04:48 -0700 (Tue, 24 May 2016) Log Message: ----------- math/qhull: blacklist llvm-gcc-4.2 (see #51486). clean up commented-out cruft. Modified Paths: -------------- trunk/dports/math/qhull/Portfile Removed Paths: ------------- trunk/dports/math/qhull/files/ Modified: trunk/dports/math/qhull/Portfile =================================================================== --- trunk/dports/math/qhull/Portfile 2016-05-24 18:49:57 UTC (rev 148996) +++ trunk/dports/math/qhull/Portfile 2016-05-24 19:04:48 UTC (rev 148997) @@ -9,7 +9,6 @@ set vyear 2015 set vext 2 version ${vyear}.${vext} -#dist_subdir ${name}/${version}_1 categories math platforms darwin maintainers mmoll @@ -34,21 +33,20 @@ checksums rmd160 1176d0477771294eb096cf6ed2d26cb8186b8613 \ sha256 78b010925c3b577adc3d58278787d7df08f7c8fb02c3490e375eab91bb58a436 -# first patch for g++-4.0 / Leopard, see #31053 -# second patch for clang-3.5 and above, see https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150764 and #47472 -#patchfiles patch-nested-const-iterator.diff patch-use-stl-iterator.diff worksrcdir ${name}-${version} variant perf { configure.optflags -O3 -pipe -march=native } +# see https://trac.macports.org/ticket/51486 +compiler.blacklist llvm-gcc-4.2 + configure.args-append -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1 post-destroot { ln -s ${prefix}/include/libqhull ${destroot}${prefix}/include/qhull ln -s ${prefix}/include/libqhull/libqhull.h ${destroot}${prefix}/include/libqhull/qhull.h -# ln -s ${prefix}/include/libqhull/qhull.h-deprecated ${destroot}${prefix}/include/libqhull/qhull.h ln -s ${prefix}/lib/libqhullstatic.a ${destroot}${prefix}/lib/libqhull.a } livecheck.type regex
participants (1)
-
mmoll@macports.org