Alien-LLVM
view release on metacpan or search on metacpan
? ( '-DLLVM_CCACHE_BUILD=ON' )
: ()
),
'%{.install.extract}/llvm'],
'%{make}',
'%{make} install',
];
plugin 'Gather::IsolateDynamic';
after gather => sub {
my ($build) = @_;
$build->runtime_prop->{'style'} = 'source';
};
}
share {
do_source;
# TODO
# - Add support for binary releases on Windows and macOS. Need to check which
# projects are enabled in those builds. In the case of Windows, the
# CPack-built NSIS installer file can be extracted using 7-zip (via Alien::7zip).
}
( run in 0.843 second using v1.01-cache-2.11-cpan-49f99fa48dc )