commit e3081952f61367de1237e166ddf8165f4d299de9
Merge: a9128e5 6fafaa0
Author: Mike Sarahan <msarahan@gmail.com>
Date:   Thu Apr 18 19:41:37 2019 -0500

    merge conda-forge recipe

commit 6fafaa069755fcdbcdd760833f72e77b4f327619
Merge: 1ee1a92 3978acd
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Feb 5 14:34:07 2019 +0100

    Merge pull request #32 from minrk/mpich-compilers
    
    add mpich-mpicc,cxx,fort outputs

commit 3978acdd2ba32aeca75a153ed408f128c5936a8a
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Feb 5 12:48:43 2019 +0100

    ensure CONDA_BUILD_SYSROOT is a 'used variable'
    
    so that it affects the build environment

commit 7193ec1471c64a726aa3d55c336035cb91080b8f
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Feb 5 12:24:42 2019 +0100

    Revert "ensure CONDA_BUILD_SYSROOT env is set on azure"
    
    This reverts commit 905b16b2e6e34dbf979ded0a26a10b761f065a15.

commit 905b16b2e6e34dbf979ded0a26a10b761f065a15
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Feb 4 16:45:21 2019 +0100

    ensure CONDA_BUILD_SYSROOT env is set on azure
    
    setting CONDA_BUILD_SYSROOT in conda_build_config.yaml only affects build env, not test env apparently

commit 94adec88ff5db446c62716a6823d2135c25759ea
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Feb 4 15:38:25 2019 +0100

    back to using test.files
    
    maybe removing build.sh gets test.files working again

commit 95d79c26c65ec6236ab215824d9bbfe4b19422d8
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Feb 4 14:45:48 2019 +0100

    not happy when we use the reserved build.sh name

commit d140ba5b312f6970ea99a3ccc23513e08e950f25
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Feb 4 10:18:30 2019 +0100

    MNT: Re-rendered with conda-build 3.17.7, conda-smithy 3.2.12, and conda-forge-pinning 2019.01.29

commit 9f6d459abfb5ef7dd773f7f6d43c57dd98b6bc96
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Jan 24 14:29:21 2019 +0100

    MNT: Re-rendered with conda-build 3.17.5, conda-smithy 3.2.9, and conda-forge-pinning 2019.01.21

commit 3b4f5d03f7d83cafba688ef9ae7117394b37c57a
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Jan 24 14:28:56 2019 +0100

    top-level package.name must not match any outputs
    
    otherwise weird things happen wrt requirements, etc.

commit 8406e9acd57bb2d1e1c7fe425bad67a91eef2762
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Jan 24 12:05:20 2019 +0100

    add mpich-mpicc,cxx,fort outputs
    
    these depend on conda compilers as an easy way to install the mpi compiler and its requirements
    
    mpich package is unchanged, and actually ships with the mpi compiler wrappers. They just may not work without the compiler packages
    
    (they do work fine on mac, but not linux)

commit 2321a3c5e505a3d69aaf557cc7840930b4f16608
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Jan 24 09:59:44 2019 +0100

    MNT: Re-rendered with conda-build 3.17.5, conda-smithy 3.2.9, and conda-forge-pinning 2019.01.21

commit 1ee1a927c03fd9653313c1cdd79bea87ef5ef16a
Merge: 916fcb7 7ce84fb
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Nov 29 15:34:06 2018 +0100

    Merge pull request #30 from minrk/no-embed-libs
    
    avoid embedding full cflags/ldflags in compilers

commit 7ce84fbb00b3a7cc554eca89b0c06542fffd8d24
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Nov 29 14:00:20 2018 +0100

    avoid embedding full cflags/ldflags in compilers
    
    these can get annoying and some are hard to opt-out of
    
    instead, rely on passing cflags/ldflags at build time

commit 916fcb706afa992e39d8a1ca5c4c1ba2b79befa0
Merge: 8c64641 6f8ead0
Author: Filipe <ocefpaf@gmail.com>
Date:   Mon Nov 19 09:26:15 2018 -0200

    Merge pull request #28 from minrk/no-as-needed
    
    rebuild without --as-needed

commit 6f8ead065f42bbd5c22e18e66b8fecde19e079b5
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Nov 19 10:17:20 2018 +0100

    rebuild without --as-needed
    
    as-needed is recorded for downstream builds and causes failure to resolve things like libquadmath when linking fortran mpi.
    
    The lack of as-needed was never a problem here before, so removing it shouldn't cause one now.

commit 8c646412f0763fd4ffb6ce8155195147e6d89a3d
Merge: 8af6487 0f7948c
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Oct 4 13:31:32 2018 +0200

    Merge pull request #26 from minrk/basename
    
    use basename for compilers

commit 0f7948c2fac8c7213e7045f2ecbc73e81496a3dc
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Oct 4 10:54:25 2018 +0200

    use basename for compilers
    
    avoids downstream packages needing to put compilers in host env

commit 8af648793cd36804a673e8bc874c2e88638a117f
Merge: af616c2 5059d29
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Oct 3 19:03:31 2018 +0200

    Merge pull request #24 from regro-cf-autotick-bot/rebuild
    
    Rebuild for Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2

commit 5059d29d375582903cb80e5dd690062f4fbbf74f
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Oct 3 15:42:15 2018 +0200

    get some flags from the anaconda recipe

commit 8ea489f057b87e0a4a8f2fe653af719a16418e1d
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Oct 3 15:42:00 2018 +0200

    put compilers in host env
    
    mpi compiler wrappers include abspath reference
    
    This appears to only affect FC, which has an absolute path. CC, CXX are base names, and don't have this issue.

commit 3cc65e5a33595b989ee5f02cbe5ddd903a71be49
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Oct 3 12:02:17 2018 +0200

    unset F90 env
    
    configure balks if it sees $F90 is defined
    with a fatal deprecation message pointing to $FC instead

commit 15477fa9d861ca5f0797519402709baa592dde19
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Wed Aug 22 03:35:31 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.08.21

commit 2230afeff03bab0ea848e6e5851c842d2ad179d7
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Tue Aug 21 19:20:19 2018 +0000

    bump build number

commit af616c2f42bd8b251023c7afcf5cea1b04f65934
Author: Travis CI User <travis@example.org>
Date:   Sat Aug 4 17:20:41 2018 +0000

    [ci skip] [skip ci] Update anaconda token

commit 8a955fc7dc73e0812e448c665479c6667b68f34e
Merge: f558f94 d8e9afc
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Jul 4 21:46:40 2018 +0200

    Merge pull request #23 from minrk/rebuild-libgfortran
    
    trigger rebuild to get libgfortran

commit d8e9afcffa0beeb3bf84f41dacd7e1ca6dc0c0d5
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Jul 4 13:14:40 2018 +0200

    bump build number
    
    get fixes from toolchain 2.1.6 linking libgfortran instead of libgfortran-ng

commit f558f94d5c191776a034bcacdb422d0c5a197be1
Merge: 2df8c98 0101537
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Jun 28 10:18:57 2018 +0200

    Merge pull request #22 from minrk/run_exports_again
    
    fix run_exports

commit 0101537d2732e3be2fd0b77e123e0a05f6918c71
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Jun 27 20:47:02 2018 +0200

    fix run_exports
    
    use pin_subpackage, not pin_compatible
    
    pin_compatible only exports ‘mpich’

commit 2df8c98217c1a52ba351a7ccf5f944d3df739a0d
Merge: 6742eaa b93c319
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Jun 27 20:44:46 2018 +0200

    Merge pull request #21 from regro-cf-autotick-bot/compiler_migration2
    
    Migrate to Jinja2 compiler syntax

commit b93c31933a6bf4c500529453c0459b5c9d75bb28
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Jun 26 13:53:29 2018 +0200

    bump build number

commit 9cde1338d06a6db05712c77eba53fc37836f3f3a
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Jun 26 11:41:04 2018 +0200

    empty host requirements is an empty list
    
    conda-build doesn't inject build run_exports into host if host deps is null instead of an empty list.

commit 751d9d999936333f6543ed5b696d4c01d037b2ad
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Jun 26 10:41:08 2018 +0200

    put fortran compiler in host requirements
    
    link args are wrong if it's only in the build env

commit 23610dd3674c09c838800d077df08b7ff8c9d211
Author: Travis CI User <travis@example.org>
Date:   Tue Jun 26 01:15:48 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.6 and pinning 2018.06.19

commit 87dd223828acc7e935abd391222e7d35c59810c1
Author: Travis CI User <travis@example.org>
Date:   Tue Jun 26 01:15:42 2018 +0000

    migrated to Jinja2 compiler syntax build

commit 6742eaa656000a3280636a864d9ab945fe960150
Merge: e436437 51c156c
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu May 31 12:36:48 2018 +0200

    Merge pull request #20 from minrk/run_exports
    
    run_exports

commit 51c156c7a7f7539edfe05c5279ee299e219760f7
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu May 31 11:58:42 2018 +0200

    min_pin=x.x
    
    building against 3.2.5 will have runtime requirements of >=3.2.0,<3.3.0

commit 288d8b2ed3255156646e97b1f5c7221d1afd86ae
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu May 31 11:16:09 2018 +0200

    MNT: Re-rendered with conda-smithy 3.1.5 and pinning 2018.05.22

commit eeab488949cb2fe4601993f4daa8dc3cc2f7e1eb
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu May 31 11:11:10 2018 +0200

    add run_exports
    
    so that packages build against mpi have appropriate mpi runtime dependency

commit e436437fa21b6956391f0f07996d7f4372063276
Merge: a4e71af c033e35
Author: Min RK <benjaminrk@gmail.com>
Date:   Sat Mar 3 11:33:53 2018 +0100

    Merge pull request #19 from minrk/3.2.1
    
    3.2.1

commit c033e35bcc83b4fb21380bfd8b9b544aa68db921
Author: Min RK <benjaminrk@gmail.com>
Date:   Fri Mar 2 10:35:16 2018 +0100

    3.2.1
    
    fixes O_NONBLOCK issue

commit a4e71afc922caac167ef62144a7b76ddd465b6dc
Merge: 9fb30ce 2ecc494
Author: Min RK <benjaminrk@gmail.com>
Date:   Fri Mar 2 10:32:53 2018 +0100

    Merge pull request #11 from minrk/features
    
    mpi metapackage

commit 2ecc49415460879631e400de4eb735361598f4f3
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Dec 11 18:05:56 2017 +0100

    depend on metapackage build string
    
    metapackage will not track features

commit c334a25f2e5713f5c7f4b1127a509f04f36cf760
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Dec 11 15:52:56 2017 +0100

    metapackage tracks features
    
    providers ‘have’ features
    
    following latest proposal in upstream discussion

commit 4aef709a3fb15eebe3d601cea2172ded2b583935
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Feb 22 11:25:52 2017 +0100

    call the feature mpich

commit 6fdbcfa20150a25d84ef54f9b57bdf06b31ea6dc
Author: Min RK <benjaminrk@gmail.com>
Date:   Fri Feb 17 14:23:19 2017 +0100

    track mpi_mpich feature

commit 9fb30ce3a2718f238eaf1f28054252ddddc2916f
Merge: 62c67ee 81ddcb7
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Dec 11 15:05:26 2017 +0100

    Merge pull request #18 from astrofrog/change-maintainer
    
    Change maintainer from @astrofrog to @astrofrog-conda-forge

commit 62c67eef5627001504ff9026897476a23c394ade
Merge: 4969f8c 6da9ae0
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Dec 11 15:04:52 2017 +0100

    Merge pull request #17 from minrk/try-fix-linux
    
    try another strategy for running tests on linux

commit 81ddcb7252b37cdca54fcb2d56edd032e08db583
Author: astrofrog <thomas.robitaille@gmail.com>
Date:   Mon Dec 11 14:04:20 2017 +0000

    Change maintainer from @astrofrog to @astrofrog-conda-forge

commit a9128e58f0328999575769edf592ed83c7bef5b5
Merge: 4969f8c e175649
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Wed Nov 22 18:49:13 2017 +0000

    Merge pull request #1 from rainwoodman/cb3
    
    WIP: Add CB3 support

commit e1756493481354ae757478349de04952052a1b94
Author: Jiani niu <jianiniu@Jianis-Air.lan>
Date:   Tue Nov 21 21:24:56 2017 -0800

    document the magic flags.

commit bc0a2010dd9ba00d589ba1da7c745f556fba85ff
Author: Jiani niu <jianiniu@Jianis-Air.lan>
Date:   Tue Nov 21 20:41:36 2017 -0800

    require compilers for testing.

commit 82321d053c8f08831e950c99ec1d499780e3d499
Author: Jiani niu <jianiniu@Jianis-Air.lan>
Date:   Tue Nov 21 20:27:32 2017 -0800

    try to fix darwin build.

commit 64f1c03d13302d4befd53403f7a659b0618742cc
Author: Jiani niu <jianiniu@Jianis-Air.lan>
Date:   Tue Nov 21 20:27:20 2017 -0800

    update .travis.yml

commit 8e2d75abbbb1f6d39f28b9e64804957fd90d536e
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Fri Nov 17 01:51:27 2017 -0800

    enable-fc and enable-f77

commit 478c590e5fe2c9131480a3da8d3f8959b11a904a
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 22:04:50 2017 -0800

    set fortran integer size.

commit 6f2c5ec86e560df9c9dd1a47af398513670b061a
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 21:13:27 2017 -0800

    use conda install.

commit 0aaabad5a20f5d6c45aba6d1ca9c2f39b82b9c0a
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 18:17:59 2017 -0800

    disable conda-forge stuff.

commit 48b52d04c43332f852ef489c1a3cb9363e0edb78
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 17:08:57 2017 -0800

    update travis to use cb3.

commit db7ab1d0432a8b24010e052e7f8034c5a163e386
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 11:47:22 2017 -0800

    add maintainer [ci skip]

commit 8476571b616651127a1e828da4317041ec946c1f
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 11:36:55 2017 -0800

    use CPU_COUNT
    
    and trigger a travis rebuild.

commit 672448fdb50544da38b0653fd87cb3afe5565833
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 11:30:36 2017 -0800

    Add script for checking ABI on linux.

commit 194d512c3b0271b26ee5de22071b7e1947aa31fb
Author: Yu Feng <rainwoodman@gmail.com>
Date:   Tue Nov 14 11:30:19 2017 -0800

    Update to use conda-build-3.

commit 6da9ae0f8276d7ea9eaf0358b0afb8f4c34678ba
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Oct 12 18:14:38 2017 +0200

    pipe stdin as well

commit 992b34521f3af46bfe6ac267c06a7bb212238cff
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Oct 12 14:43:00 2017 +0200

    try another strategy for running tests on linux
    
    piping output through cat may prevent O_NONBLOCK issues on stdout

commit 4969f8c98b99b5819423ad77406dcace51e33487
Merge: 2bec969 141f917
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Oct 9 13:00:51 2017 +0200

    Merge pull request #16 from minrk/fix-inspect
    
    restore conda inspect tests

commit 141f917ad4a9fc06a0c23b36dfa2e78ec466a20d
Author: Min RK <benjaminrk@gmail.com>
Date:   Mon Oct 9 11:26:51 2017 +0200

    linux still can't handle O_NONBLOCK due to Docker pipes

commit e8c2b935e765c5eca9e94e5e6f40a7219e05f756
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Sep 27 13:59:31 2017 +0200

    restore conda inspect tests
    
    fix O_NONBLOCK issue with no-nonblock.py post-process script

commit 2bec9695eb8c6c1073c574dad4eb93f733df2933
Merge: ed66ff9 01b50c7
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Sep 26 15:18:33 2017 +0200

    Merge pull request #15 from dalcinl/dalcinl/build-bump
    
    Bump build number

commit 01b50c72d3fb5f3c873a80f7a8dbf4eb637f0493
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Mon Sep 25 22:57:30 2017 +0300

    MNT: Re-rendered with conda-smithy 2.4.2

commit 4bf95df7ad0f6d72d7326588b02995a8ccd95ca1
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Mon Sep 25 22:53:29 2017 +0300

    test: Disable `conda inspect` failing on Travis CI

commit f4d33f45d352679af4faf8cc13331e9f19d6f5b9
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Mon Sep 25 16:02:19 2017 +0300

    Bump build number

commit ed66ff9137885d339d98f9b7acfce21be856c45b
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Sat Aug 26 20:01:01 2017 +0000

    [ci skip] [skip ci] Update anaconda token

commit 01b991d9c0a4a90da994257bade3ef88e8bbd605
Merge: 64ef74a 74ee499
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Apr 9 01:48:53 2017 -0400

    Merge pull request #12 from conda-forge-admin/feedstock_rerender_master
    
    MNT: Re-render the feedstock [ci skip]

commit 74ee499f02235654a80e5373568657d6fe516e44
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Thu Apr 6 01:48:38 2017 +0000

    MNT: Updated the feedstock for conda-smithy version 2.2.2.

commit 64ef74ad1a14951a5bf2bd6a31077223b7f78584
Merge: 5192a54 851674e
Author: Min RK <benjaminrk@gmail.com>
Date:   Thu Feb 9 10:11:09 2017 +0100

    Merge pull request #10 from minrk/skip-mpiexec-circle
    
    skip mpiexec tests on Linux

commit 851674e35977290dc1caf04307ef678ca8e19446
Author: Min RK <benjaminrk@gmail.com>
Date:   Wed Feb 8 11:30:47 2017 +0100

    skip mpiexec tests on Linux
    
    due to bug in conda-smithy,
    which prevents upload after build

commit 5192a54b5e73530df65d6602b04ab4de26ff6257
Merge: 90ec7e2 91ec830
Author: Filipe <ocefpaf@gmail.com>
Date:   Tue Feb 7 10:55:58 2017 -0300

    Merge pull request #8 from dalcinl/dalcinl
    
    Re-render and various fixes

commit 91ec8308d756de29ede97e1a13c61ff3218dcb74
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Fri Feb 3 21:18:42 2017 +0300

    Increase build number

commit c98e5e0e024386481660bb9f5f6a986c2c054bc6
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Fri Feb 3 19:34:03 2017 +0300

    Update build and tests

commit 90d4b7fb9a5274b35324f0ed2dd2e389acb50c42
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Mon Feb 6 12:43:33 2017 +0300

    MNT: Re-rendered with conda-smithy 2.0.1

commit 56b14e189c4337d2b174bbb28c480dfd14dc449a
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Fri Feb 3 21:51:07 2017 +0300

    Update license entry and use license file from sources

commit daea0d2d99f151725b7471c6ed8cfe7243d6e633
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Fri Feb 3 19:35:50 2017 +0300

    Remove perl requeriment

commit 903df943f0bda1da5cc7630a613a61f9e76e099f
Author: Lisandro Dalcin <dalcinl@gmail.com>
Date:   Fri Feb 3 18:22:22 2017 +0300

    Add recipe maintainers

commit 90ec7e25a74ca624dfd65833a797093fa2221b6a
Merge: 5d0d10f 9b4c087
Author: Thomas Robitaille <thomas.robitaille@gmail.com>
Date:   Tue Sep 27 22:09:46 2016 +0100

    Merge pull request #3 from astrofrog/sip-workaround
    
    Don't use DYLD_FALLBACK_LIBRARY_PATH

commit 9b4c087013542c066d35c18831619d2b86c57092
Author: Thomas Robitaille <thomas.robitaille@gmail.com>
Date:   Tue Sep 27 15:19:20 2016 +0100

    Increase build number

commit 67631cd0bcf8d18d579e2f9ff2d6c2cae6441c77
Author: Thomas Robitaille <thomas.robitaille@gmail.com>
Date:   Tue Sep 27 11:48:37 2016 +0100

    Don't use DYLD_FALLBACK_LIBRARY_PATH, because it doesn't work with recent versions of MacOS X due to the System Integrity Protection

commit 5d0d10fb1e7571187e9117e9f3804543e54768da
Merge: cdc8970 dfa8d18
Author: Filipe <ocefpaf@gmail.com>
Date:   Sat Sep 3 16:07:11 2016 -0300

    Merge pull request #2 from ocefpaf/inspect
    
    Inspect

commit dfa8d18b90a68a9d07df0c28fcc17df20c0a0aa1
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Sat Sep 3 15:49:30 2016 -0300

    Avoid libstdc++

commit 3d653877b3f9c9e8bdccc501a7ad3d8ddb804055
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Sat Sep 3 15:18:12 2016 -0300

    Same on OS X

commit fd17442743c93fa6a6015f7e2a457773d4f3013d
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Sat Sep 3 14:49:59 2016 -0300

    Move tests

commit 5796a4bf8bece1845aee5ce55a167fad715a8d46
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Sat Sep 3 14:39:17 2016 -0300

    Bypass control-freak run_conda_forge_build_setup

commit e93b495132abb812769089b83c8ee294a4f4c4bb
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Sat Sep 3 11:04:22 2016 -0300

    Test conda-inspect again

commit 4d44ba51bc6285e9ef83e675addc035d33320e15
Author: ocefpaf <ocefpaf@gmail.com>
Date:   Sat Sep 3 11:04:02 2016 -0300

    rerender

commit cdc8970d915aa43752396d40d496001bddaf31e9
Merge: c01de10 514ce06
Author: Filipe <ocefpaf@gmail.com>
Date:   Sat Sep 3 10:57:33 2016 -0300

    Merge pull request #1 from astrofrog/enable-fortran-osx
    
    Try enabling Fortran on MacOS X

commit 514ce06145305b0a4ad4cbc153f682b2c078cda2
Author: Thomas Robitaille <thomas.robitaille@gmail.com>
Date:   Sat Sep 3 14:30:04 2016 +0100

    Add @astrofrog as maintainer

commit 054e09f905b3c78ca213c7d7e2f7355279e70a53
Author: Thomas Robitaille <thomas.robitaille@gmail.com>
Date:   Sat Sep 3 14:03:44 2016 +0100

    Various fixes to recipe

commit 5ce10f751707c5eae8b578701ab52cf6eaa8ec1c
Author: Thomas Robitaille <thomas.robitaille@gmail.com>
Date:   Sat Sep 3 11:29:29 2016 +0100

    Remove Linux workaround that deleted library files

commit dc1a9ea04656863bf47c5cfd7958d789c6aac28c
Author: Thomas Robitaille <thomas.robitaille@gmail.com>
Date:   Sat Sep 3 00:11:06 2016 +0100

    Enable Fortran bindings on MacOS X

commit c01de100839b6547bbcf9cf5c60ef77a4844f219
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Tue Jul 12 13:46:48 2016 +0000

    Re-render the feedstock after CI registration.

commit 987262ee69caf5ba41ec930e69c66bca3c2edaf9
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Tue Jul 12 13:44:06 2016 +0000

    Initial commit of the mpich feedstock.