On 01/22/2016 03:27 AM, Bryan Jurish wrote: > to package the shared code as a separate library and check for it manually Luis,
If your Fortran library is going to be open source, you can create an Alien::$MYLIB module for downloading and setting up that module using Alien::Base which allows for Fortran compiling and cross-platform setups. Then your PDL library can call your Alien library as a dependency and you can eliminate issues with CPANTesters. For examples look at the various Alien::* modules on MetaCPAN that use Alien::Base. --Vikas ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ pdl-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdl-general
