> On Sep 4, 2015, at 10:52 PM, ebori...@macports.org wrote: > > Revision > 139987 > Author > ebori...@macports.org > Date > 2015-09-04 20:52:49 -0700 (Fri, 04 Sep 2015) > Log Message > > libomp: Update to latest; move installs into (include|lib)/libomp to > facilitate clang modifications for -fopenmp. Add +top_level variant for users > who want them in include/ and lib/ directly.
> Modified: trunk/dports/lang/libomp/Portfile (139986 => 139987) > + if [variant_isset top_level] { > + system -W ${instdest}/include \ > + "ln -s libomp/omp.h" > + foreach p {libiomp5.dylib libomp.dylib libgomp.dylib} { > + system -W ${instdest}/lib/ \ > + "ln -s libomp/${p}" > + } > + } Please use the MacPorts "ln" Tcl command, rather than running the "ln" executable via "system". _______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev