Revision: 139005 https://trac.macports.org/changeset/139005 Author: eborisch@macports.org Date: 2015-07-27 21:37:24 -0700 (Mon, 27 Jul 2015) Log Message: ----------- libomp: Upstream updates. Add test configuration and livecheck. Modified Paths: -------------- trunk/dports/lang/libomp/Portfile Modified: trunk/dports/lang/libomp/Portfile =================================================================== --- trunk/dports/lang/libomp/Portfile 2015-07-27 22:02:36 UTC (rev 139004) +++ trunk/dports/lang/libomp/Portfile 2015-07-28 04:37:24 UTC (rev 139005) @@ -8,7 +8,7 @@ name libomp version 0.0 -revision 242604 +revision 243276 maintainers eborisch openmaintainer homepage http://openmp.llvm.org description The OpenMP subproject of LLVM @@ -44,6 +44,9 @@ # Comparison logic fails for 10.10 > 10.7 reinplace "/mac_os_new/s/:=.*/:= 1/" src/makefile.mk } + # Patch tool for build with CMAKE_INSTALL_PREFIX + reinplace "/bulk.*compatibility/s/s\+/s+.*/" \ + tools/check-depends.pl } post-destroot { @@ -58,3 +61,12 @@ via: -I${prefix}/include -L${prefix}/lib -fopenmp=libomp " + +test.run yes +test.target libomp-micro-tests + +livecheck.url \ + http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/?view=log + +livecheck.version ${revision} +livecheck.regex revision=(\[0-9\]+)
participants (1)
-
eborisch@macports.org