Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: 783eec33c0c7
Choose a base ref
...
head repository: PDLPorters/pdl
compare: e65651fcbeb5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 18, 2015

  1. Do not install modules using PDL::Slatec if Slatec is disabled

    If Slatec support is disabled or detected as not available,
    PDL::Slatec modules will not be installed. Regardless the fact, other
    modules using PDL::Slatec get installed, despite of being unusable.
    
    This patch ommits such modules from installation if Slatec has been
    explicitly disabled.
    
    This does not cover the case when disabled by autodetection. This is
    because Slatec's Makefile.PL which does the detection is run after
    Makefile.PLs of affected reverse dependencies.
    
    Signed-off-by: Petr Písař <ppisar@redhat.com>
    ppisar authored and mohawk2 committed Feb 18, 2015
    Copy the full SHA
    1ca5d22 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    30a6cd4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bc1cf2d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Copy the full SHA
    e65651f View commit details
    Browse the repository at this point in the history