commit e4a9e8a7e6b670ab0c07c25d1acea6db57e80895
Merge: c324569 0a12813
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Dec 30 02:57:05 2018 -0500

    Merge pull request #53 from jakirkham-feedstocks/set_envs_cmd_line_tools
    
    Set environment variables for common build tools

commit 0a1281325528fba64b6f5deb792aec52416466da
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Dec 28 20:02:13 2018 -0500

    Bump to 2.4.0
    
    Make a new release with the minor version number bumped as we include
    environment variables pointing to other common toolchain tools to smooth
    over differences between the legacy and new toolchains thus aiding the
    migration.

commit 4ac04dcbd3922512794def272cb85ebfde16b380
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Dec 28 20:00:56 2018 -0500

    Set/unset common binutils environment variables
    
    Includes some common environment variables specifying where to find
    these command line tools for the legacy toolchain. Should aid in
    migration to the new toolchain, which both provides these tools and sets
    environment variables pointing to them.

commit c06a20290f4fa0035eee5cef14e418bc9297c2c5
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Dec 28 19:58:50 2018 -0500

    Set/unset some common CLI environment variables
    
    Make sure some other common compilation tools have environment variables
    set for them as well for easy use. Should aid in migrating to the new
    toolchain, which provides and sets all of these.

commit c324569bd103b0778691e578f654286743147aa4
Merge: ca83bda e8042f5
Author: jakirkham <jakirkham@gmail.com>
Date:   Mon Dec 24 21:25:14 2018 -0500

    Merge pull request #52 from conda-forge-linter/conda_forge_admin_51
    
    MNT: rerender

commit e8042f561506f5e8d9fd967da31058fba6f49296
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Mon Dec 24 22:19:17 2018 +0000

    MNT: Re-rendered with conda-smithy 3.2.2 and pinning 2018.12.18

commit ca83bdace0009769bea574a9fdbde44183ecb825
Merge: ed694f2 5ec351f
Author: Mike Sarahan <msarahan@gmail.com>
Date:   Wed Oct 31 09:13:42 2018 -0500

    Merge pull request #47 from jakirkham-feedstocks/set_macOS_envvar_SDKROOT_for_cmake
    
    Set SDKROOT environment variable on macOS for CMake

commit 5ec351f5ca0bf842e01e3e37f3c3d39a08c748b7
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat Oct 13 16:04:56 2018 -0400

    Bump version to 2.3.0
    
    As we have added some new environment variables that we set on macOS,
    bump the minor version number to indicate that we have provided
    additional functionality over what was here previously.

commit 5f3dcd5cebecf390f8fe2dcf57baacf4079015fa
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat Oct 13 16:04:14 2018 -0400

    Unset `CMAKE_OSX_SYSROOT` and `SDKROOT`
    
    Make sure that `CMAKE_OSX_SYSROOT` and `SDKROOT` are unset after
    deactivating the compiler so these don't linger in the users
    environment.

commit e0c168de8d2b654280da77f1fe6c6c7531c3083e
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat Oct 13 16:03:52 2018 -0400

    Set `SDKROOT` for CMake on macOS
    
    Make sure the `SDKROOT` environment variable is set for CMake on macOS
    to point to the correct location macOS SDK. This effectively the same as
    adding the `-isysroot` flag to the compiler flags. However if CMake
    strips the existing `-isysroot` flag that we add from the compiler flags
    for some reason, this ensures CMake still finds the macOS SDK we wish to
    use and adds the appropriate `-isysroot` flag as well. CMake will pick
    this up from the `SDKROOT` environment variable if it is not otherwise
    specified in the flags. More details in the docs link below.
    
    Also we pass along `CMAKE_OSX_SYSROOT` as an environment variable as
    well so that users can easily specify the flag if they would like to be
    a bit more careful. Though it shouldn't be needed.
    
    ref: https://cmake.org/cmake/help/v3.12/variable/CMAKE_OSX_SYSROOT.html

commit ed694f21cc69c90634a4039bbff3f931821f4e5a
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri Oct 12 21:19:56 2018 -0400

    Release 2.2.2
    
    Bump the version to include `-isysroot` framework fix.

commit 6c16e18db3ee1799cbedc479660191c1fe3971ee
Merge: fb41038 00d6999
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri Oct 12 17:07:03 2018 -0400

    Merge pull request #46 from minrk/sysroot
    
    add -isysroot CONDA_BUILD_SYSROOT to cflags/cxxflags

commit 00d6999e6d26bfa4a0e55b8f246af428626a7385
Author: Min RK <benjaminrk@gmail.com>
Date:   Fri Oct 12 11:23:26 2018 +0200

    bump version 2.2.1

commit fb41038bc122ad1c348ab8ff52f23fc4b4b7acf1
Merge: f20c47e 16d5f6f
Author: jakirkham <jakirkham@gmail.com>
Date:   Thu Oct 11 16:25:18 2018 -0400

    Merge pull request #43 from jbweston/bugfix/arch
    
    do not set CFLAG '-march' if ARCH env var is not set

commit 212f8efbe0ebdc73d5d750dddd32eb8a0152e804
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Oct 9 13:42:30 2018 +0200

    add CONDA_BUILD_SYSROOT to cflags/cxxflags
    
    The conda compilers ship patches to handle CONDA_BUILD_SYSROOT directly,
    but toolchain compilers don't.
    
    This is needed for toolchain builds to be compatible with older macOS,
    not just MACOSX_DEPLOYMENT_TARGET.
    
    Apparently some build tools (cmake and friends) can strip sysroot from CFLAGS,
    so recipes may still need to take care to ensure this is applied.

commit 16d5f6f9f3242c69833b2e644e821fb83453037e
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Sep 18 15:45:55 2018 -0400

    Bump version to 2.2.1
    
    Patch release needed to fix accidentally adding `-m` flag without an
    architecture specified.

commit 18092b93ec700e4e8c080edf778eca92586c9ba2
Merge: c26a349 f20c47e
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Sep 18 15:44:43 2018 -0400

    Merge 'conda-forge/master' into 'jbweston/bugfix/arch'

commit f20c47ecd8d253fa62f4f48857ac6ff2a46c63db
Merge: 1386a66 f140abb
Author: Anthony Scopatz <scopatz@gmail.com>
Date:   Mon Sep 17 14:27:18 2018 -0400

    Merge pull request #44 from jakirkham-feedstocks/set_fc
    
    Set FC

commit f140abb573ee7b4004fdb83932d60fbc79ea0550
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Sep 17 11:41:38 2018 -0400

    Set and unset `F77`, `F90`, and `F95`
    
    Per reviewer feedback make sure to set `F77`, `F90`, and `F95` with the
    value of `FC` during activation and unset all of them during
    deactivation.

commit 5e76a8117514666d11a89fef86bb8c6d110047cb
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Mon Sep 17 14:33:50 2018 +0000

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

commit c314723c9763be544f72458ca9ce43038b12f83f
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Sep 17 10:16:08 2018 -0400

    Bump version to 2.2.0
    
    As we now set/unset `FC`, bump the minor version to indicate this new
    feature.

commit a1311a9d45f1874bcd55a06062a00a24ba850abd
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Sep 17 10:15:55 2018 -0400

    Unset `FC` during deactivation
    
    Make sure that `FC` is unset once the `toolchain` deactivates itself.

commit 5191cfc3279ccee6b80dafa330da063d4e86532b
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Sep 17 10:15:53 2018 -0400

    Set `FC` during activation
    
    Make sure that `FC` is set to `gfortran`. This environment variable is
    provided to match what the new Anaconda compilers will do and aid the
    migration path to them.

commit c26a3491ff05095be1c8801d330b809c8e27436f
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Tue Aug 28 16:20:13 2018 +0000

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

commit 40b7351c3793600968bb858677b8c77cbfa6bec2
Author: Joseph Weston <joseph@weston.cloud>
Date:   Tue Aug 28 18:18:55 2018 +0200

    bump patch version

commit f23c5cd2d0e4d10e03bbabc86b13c18e4dab936b
Author: Joseph Weston <joseph@weston.cloud>
Date:   Sun Aug 26 06:10:28 2018 +0200

    do not set CFLAG '-march' if ARCH env var is not set
    
    ARCH is not set on all platforms, and if it is not set we would
    previously get the invalid CFLAG '-m'.
    
    Closes #41.

commit 1386a664b33655c11f9e832cc0f1657202e6a52a
Author: Travis CI User <travis@example.org>
Date:   Sat Aug 4 17:12:28 2018 +0000

    [ci skip] [skip ci] Update anaconda token

commit 5990333a4c232af67a680a5c60197e77f690ebdb
Merge: bf0bfa1 cee4296
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Tue Jul 3 18:47:53 2018 -0600

    Merge pull request #39 from minrk/fortran-export
    
    toolchain_fort requires libgfortran

commit cee42969a890ca27ee60be22627d69b9d50f90e9
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Jul 3 22:55:56 2018 +0200

    bumpversion

commit 015d8c057a666c058d8acb89a2f37d0290b46731
Author: Min RK <benjaminrk@gmail.com>
Date:   Tue Jul 3 21:35:26 2018 +0200

    toolchain_fort requires libgfortran
    
    it’s not actually compatible with libgfortran-ng
    
    builds linking libgfortran-ng are failing with:
    
        Internal Error: get_unit(): Bad internal unit KIND

commit bf0bfa1f06f6592eb3e6ef8989339a005cfd93ef
Merge: a78037d f8a5bab
Author: Anthony Scopatz <scopatz@gmail.com>
Date:   Tue Jun 5 07:28:47 2018 -0400

    Merge pull request #37 from jakirkham-feedstocks/use_fpic
    
    Use -fPIC

commit f8a5bab832be683163da58c89c7d9f2851bfb031
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Wed May 30 05:55:08 2018 +0000

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

commit 915be81242ee9d3bef76050c74d9327e2651b152
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue May 29 22:52:09 2018 -0700

    Bump to 2.1.5
    
    As we now add `-fPIC` to all C/C++ compiler flags, bump the version
    number to get a new package with this behavior.

commit 7799b4a411c492473918e7d996aabab4db17e8d9
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue May 29 22:51:37 2018 -0700

    Include fPIC
    
    Make sure `-fPIC` is always passed in the C and C++ compiler flags.

commit a78037d1c0f9817f488ae5e1e9f8cd9329e2f688
Merge: f774dee 0520518
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Sat May 26 02:54:56 2018 -0600

    Merge pull request #36 from isuruf/mingw
    
    Add toolchain mingw compilers

commit 05205180f7a770594e60f0086a5fd4f495780371
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Thu May 24 23:12:26 2018 -0600

    Fix run_exports

commit dbe794883e3e8864e87663f9f0c55e69f6b23354
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Mon May 21 18:51:07 2018 -0600

    Update meta.yaml

commit 8e59fc454eda7996a78de041ae3fc139fcec6784
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Sat May 19 13:53:33 2018 -0600

    Use m2w64

commit 54de0f81eba7d832da4d356e3826c9642b8092c2
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Sat May 19 13:46:12 2018 -0600

    Add toolchain mingw compilers

commit f774deed8082f4aec26993eb5af365fbf0f9608c
Merge: c7f12bb 5b68ac9
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Mon May 7 19:07:20 2018 -0500

    Merge pull request #35 from dougalsutherland/fortran-osx
    
    libgfortran-ng version on mac

commit 5b68ac9540aab8a56d6497acae16fd66df2fc827
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Mon May 7 18:20:40 2018 -0500

    Update meta.yaml

commit 5fbbc8c796e8d8cc6fc0973686f19daaef1557c2
Author: Dougal J. Sutherland <dougal@gmail.com>
Date:   Mon May 7 21:11:41 2018 +0100

    libgfortran-ng version on mac

commit c7f12bbfe2cd22a6ae77ea8a1b8f3d446129d84d
Merge: 57df6a5 39ab06c
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Fri Apr 27 22:39:13 2018 -0500

    Merge pull request #34 from isuruf/compiler
    
    Add toolchain cb3 compilers

commit 39ab06c8ca5b75c53d60b3e949f0ee7442f1b664
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Fri Apr 27 11:50:21 2018 -0500

    Remove libcxx run_exports for osx

commit e3e37457ebdc5d93e4edcc7e283744e2bc47a985
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Fri Apr 27 09:07:20 2018 -0500

    add empty win test for linter

commit 176b95aa2335f2d092e13b40586960c51989d84f
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Fri Apr 27 09:04:34 2018 -0500

    simplify; add activation/deactivation tests

commit 14f82d6e32321bfc42f0e80c07b554232ea68237
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Fri Apr 27 08:07:38 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.2 and pinning 2018.04.26

commit 2c1920825d76e451976bc52badbc5970c362d678
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Fri Apr 27 02:37:23 2018 -0500

    Add toolchain cb3 compilers

commit 57df6a53a7eca4bc6a7b70473e481961a478be93
Merge: a311efa 00ff9ae
Author: jakirkham <jakirkham@gmail.com>
Date:   Wed Nov 8 10:38:17 2017 -0500

    Merge pull request #33 from jakirkham-feedstocks/fix_win_scripts_locs
    
    Fix Windows [de]activate scripts' locations

commit 00ff9ae716fa412b77a271e6fcbadbad3d7dfa95
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Nov 7 15:09:40 2017 -0500

    Bump version to 2.1.2
    
    Make a new patch release now that the Windows activate/deactivate
    scripts are no longer incorrectly installed in `%LIBRARY_PREFIX%`, but
    are correctly installed in `%PREFIX%`.

commit 511faedba4a14d2c1369eeaff988828413450441
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Nov 7 15:07:28 2017 -0500

    Fix file tests on Windows
    
    Given the change in install location of the Windows activate/deactivate
    scripts from `%LIBRARY_PREFIX%` to `%PREFIX%`, the file tests also need
    to be updated to make sure they landed in the right place. This fixes
    the Windows files tests to check for the activate/deactivate scripts in
    `%PREFIX%` where they should be.

commit bf7ae2e0874a472d07e43cde356ce8f48ecdd314
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Nov 7 15:07:13 2017 -0500

    Fix activate/deactivate Windows install location
    
    Was installing the activate/deactivate scripts into `%LIBRARY_PREFIX%`
    on Windows. However these scripts should be installed in `%PREFIX%`.
    Hence this updates the install location on Windows of the
    activate/deactivate scripts.

commit a311efaaa9c624d1e2b8456178cbc964a8762c7a
Merge: f876896 1983641
Author: jakirkham <jakirkham@gmail.com>
Date:   Tue Nov 7 11:05:36 2017 -0500

    Merge pull request #32 from jakirkham-feedstocks/use_pkg_name_var
    
    Use PKG_NAME to copy activate/deactivate scripts

commit 198364151d63949984c7edd8b29cd0c5706ab78d
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Nov 7 02:53:44 2017 -0500

    Use backslash in Windows path
    
    Was using a forward slash to specify the path to the activate/deactivate
    script. However this should have been a backslash. This changes that
    path to use a backslash.

commit afb7f11fa9d0cc964bf3b4a06089c70b46a1b3ce
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Nov 7 02:19:11 2017 -0500

    Use PKG_NAME to copy activate/deactivate scripts
    
    Should make it easier to copy and paste this code elsewhere without
    accidentally clobbering the `toolchain`'s activate/deactivate scripts.

commit f87689631ac261cb705b9ade2553edf439a56d9f
Merge: 1b2aeb8 f6661f3
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Sep 17 15:53:12 2017 -0400

    Merge pull request #17 from dschreij/add_extra_LDFlags
    
    Add LDFLAGS params to enable testbuilds.

commit f6661f3766f27bb36157ca2efaafc4f77ba9573a
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Thu Sep 14 10:46:45 2017 -0500

    Update activate.sh

commit 07b362fcf6dd281eaa975a7b3791ac318a06be82
Merge: 3b1fbe5 1b2aeb8
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Thu Sep 14 10:41:59 2017 -0500

    Merge branch 'master' into add_extra_LDFlags

commit 1b2aeb86b2d99b7eec3c169381430fe74bfe43fd
Merge: 651a73c 5ea91d7
Author: Anthony Scopatz <scopatz@gmail.com>
Date:   Thu Sep 14 11:34:45 2017 -0400

    Merge pull request #11 from isuruf/patch-1
    
    CFLAGS and LDFLAGS to find headers and libraries

commit 651a73cc836d73d71dbb475a39f25c89b27cca52
Merge: e934557 a997b20
Author: jakirkham <jakirkham@gmail.com>
Date:   Wed Sep 13 23:14:50 2017 -0400

    Merge pull request #26 from jakirkham-feedstocks/re-render__master__2.4.0
    
    MNT: Re-rendered with conda-smithy 2.4.0 [ci skip]

commit a997b208684765e49276a1323b5aaa89dd75072a
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Wed Sep 13 10:16:18 2017 -0400

    MNT: Re-rendered with conda-smithy 2.4.0

commit e934557d39d4107e902326f0543cd25f4b44f675
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Sat Aug 26 19:40:28 2017 +0000

    [ci skip] [skip ci] Update anaconda token

commit f3fd331682e879f728e203e138b2409a40f322c0
Merge: 9f00e33 97472aa
Author: Isuru Fernando <isuru.11@cse.mrt.ac.lk>
Date:   Wed Jun 21 22:47:04 2017 +0530

    Merge pull request #25 from isuruf/revert23
    
    Revert "Merge pull request #23 from isuruf/v3"

commit 97472aaff0387349355643c18105eec3e01bdd6a
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Fri Jun 16 01:27:37 2017 +0530

    Revert "Merge pull request #23 from isuruf/v3"
    
    This reverts commit 9f00e3357b4473a4152a5c7ae09c1332e157afed, reversing
    changes made to 75350cb02ad0dc7037934bd70bb10109d9983fd8.

commit 9f00e3357b4473a4152a5c7ae09c1332e157afed
Merge: 75350cb fbfc0eb
Author: Anthony Scopatz <scopatz@gmail.com>
Date:   Thu Jun 15 11:14:08 2017 -0700

    Merge pull request #23 from isuruf/v3
    
    Use a compiler wrapper

commit fbfc0eb1464b1c48cc1e792ab812cb4c73501d57
Author: Isuru Fernando <isuruf@gmail.com>
Date:   Tue Jun 13 09:42:00 2017 +0530

    Use a compiler wrapper
    
    This uses the compiler wrappers implemented in spack package manager
    and creates a new toolchain package. Link here. Macports has a similar
    idea in their tracker, https://trac.macports.org/ticket/44413
    
    There is a bash script cc installed in $PREFIX/bin/conda_forge/ that
    looks at the arguments passed to it and process them before sending
    it to the real cc compiler. There are symlinks to gcc, clang, g++,
    gfortran etc.
    
    This script looks at what mode the compiler/linker is invoked in and
    sets the mode. 'mode' is set to one of:
    
        vcheck  version check
        cpp     preprocess
        cc      compile
        as      assemble
        ld      link
        ccld    compile & link
    
    CONDA_FORGE_CFLAGS is sent to the compiler if cc and ccld.
    CONDA_FORGE_CPPFLAGS which includes -I${PREFIX}/include is sent in
     cc, ccld, as, cpp.
    CONDA_FORGE_LDFLAGS which includes -L${PREFIX}/lib is sent in ld, ccld.
    rpath is sent in ccld and ld modes with -Wl,-rpath and -rpath.
    This avoids issues we've seen in toolchain package.
    
      numpy.distutils packages like scipy.
         Setting LDFLAGS env variable overwrites the LDFLAGS variable in
         numpy.distutils instead of appending. In toolchain-v3 we are not
         setting LDFLAGS at all, but sending them directly to the compiler
         and linker.
    
      rpy2
         rpy2's build system checks CFLAGS and preprocess them and chokes
         when -headerpad_max_install_names is set. toolchain-v3 does not
         have this problem.
    
    This package also supports setting CFLAGS and CXXFLAGS which are sent
    to the compiler through the build system.

commit 75350cb02ad0dc7037934bd70bb10109d9983fd8
Merge: 838ddba 0596322
Author: Anthony Scopatz <scopatz@gmail.com>
Date:   Sun Apr 30 13:56:07 2017 -0400

    Merge pull request #21 from isuruf/patch-2
    
    Added myself

commit 0596322b9283c800a742abcdfde54171d66daa68
Author: Isuru Fernando <isuru.11@cse.mrt.ac.lk>
Date:   Sun Apr 30 12:01:34 2017 +0530

    Added myself

commit 5ea91d76ea3261761f0c6f90885f28ac0a0fa6d2
Author: Isuru Fernando <isuru.11@cse.mrt.ac.lk>
Date:   Wed Jan 18 10:05:01 2017 +0530

    Use CPPFLAGS instead of CXXFLAGS and CFLAGS

commit 84e95d47e67de8096c52e07f2d428cf5af9fbc18
Author: Isuru Fernando <isuru.11@cse.mrt.ac.lk>
Date:   Sat Jul 2 23:54:34 2016 +0530

    Bump version

commit 836891983f581b8225f4ffb154f33ec0649358d2
Author: Isuru Fernando <isuru.11@cse.mrt.ac.lk>
Date:   Sat Jul 2 23:38:46 2016 +0530

    CFLAGS and LDFLAGS to find headers and libraries

commit 838ddba60686602672ba09c864a0d76e9ca0a4ed
Merge: 148db56 b71d295
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri Jan 27 14:15:09 2017 -0500

    Merge pull request #18 from scopatz/self
    
    added myself

commit 148db566f6ea1b9ac2fde59d5481f690fce40d68
Merge: 56cfad4 3ac201f
Author: Patrick Snape <patrick.snape08@imperial.ac.uk>
Date:   Fri Jan 27 19:29:38 2017 +0100

    Merge pull request #19 from jakirkham/re-render__master__2.0.0
    
    MNT: Re-rendered with conda-smithy 2.0.0 [ci skip]

commit 3ac201f23d522bc4fe76fc351dd60a9c5d6a26ee
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Tue Jan 17 14:01:42 2017 -0500

    MNT: Re-rendered with conda-smithy 2.0.0

commit b71d295ce42be311691fa856edea006e5abf09fd
Author: Anthony Scopatz <scopatz@gmail.com>
Date:   Tue Jan 17 13:15:39 2017 -0500

    added myself

commit 3b1fbe56636626788736a8e6594aed54bb4f2fce
Author: Daniel Schreij <dschreij@users.noreply.github.com>
Date:   Fri Dec 30 09:32:10 2016 -0400

    Bump to 2.0.1

commit 6772ebf59edd016b84349dd3068ba73d63e2ef69
Author: Daniel Schreij <dschreij@users.noreply.github.com>
Date:   Fri Dec 30 09:31:34 2016 -0400

    Add extra LDFLAGS for Linux too

commit b324afbb2e9db86ca43fad187379580beb404cc9
Author: Daniel Schreij <dschreij@users.noreply.github.com>
Date:   Tue Dec 27 17:09:13 2016 -0400

    Add LDFLAGS params to enable testbuilds.
    
    Some libraries (such as libvorbis or various sdl2 modules) try to compile and run small test programs at build time to see if a dependency is correctly installed. They often fail on TravisCI, even when the dependency library is there, and adding this parameter fixes this (thanks to @jakirkham).
    
    See https://github.com/conda-forge/staged-recipes/pull/2128 for an example

commit 56cfad4a610bfd5ee34fa440cd389fd6e99958b3
Merge: 9ed1c8d 78cf7ad
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Oct 16 03:55:45 2016 -0400

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

commit 78cf7ad57c645636a7d9d373935666d019725e58
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Sat Oct 15 22:20:52 2016 +0000

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

commit 9ed1c8d6b58e4186684ed1e72a167fcabf3a1383
Merge: d809ecc 7a470c5
Author: Phil Elson <pelson.pub@gmail.com>
Date:   Mon Jun 27 18:51:43 2016 +0100

    Merge pull request #9 from jakirkham/use_mac_10_9
    
    WIP: Use 10.9 as the minimum Mac OS

commit 7a470c5ec71ad250bbfe6565016e793f3cc8f339
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Mon Jun 20 20:48:29 2016 -0400

    recipe: Switch Mac minimum deployment version to 10.9.

commit d809eccf443ce338a3baf47e371523cd000af7aa
Merge: 66ce009 8794a28
Author: jakirkham <jakirkham@gmail.com>
Date:   Sun Jun 19 23:14:46 2016 -0400

    Merge pull request #8 from jakirkham/drop_ldflags_stdlib
    
    Drop `-stdlib=libc++` from `LDFLAGS`

commit 8794a2899308f1011480e78ba45a2c9da51bd0be
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat Jun 11 00:05:08 2016 -0400

    Drop `-stdlib` from `LDFLAGS` as it causes issues with `gfortran`.

commit 66ce00916b26aecda2d7ddb9bef381c31881208d
Merge: fd86083 88e0cce
Author: Phil Elson <pelson.pub@gmail.com>
Date:   Tue May 31 13:42:56 2016 +0100

    Merge pull request #5 from jakirkham/cmake_target
    
    Set the CMake deployment target OS on Mac

commit 88e0ccee50a6001860e8d4fe11bf7878569c12af
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Fri May 27 00:29:54 2016 -0400

    recipe: Set the CMake deployment target OS on Mac.

commit fd860832afb6db3c24474c0141f185102eef9736
Merge: 2f8c599 e962c78
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri May 27 12:53:03 2016 -0400

    Merge pull request #4 from jakirkham/add_max_headerpad_mac
    
    Maximize header paths on Mac

commit e962c78a97e6d423ef528ce5a6bd81ac28fee515
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat May 21 17:12:01 2016 -0400

    recipe: Maximize header paths on Mac.

commit 2f8c59928456e93d33d68487708cb53a84acb46f
Merge: 0ff8e05 400a97f
Author: jakirkham <jakirkham@gmail.com>
Date:   Fri May 27 00:25:57 2016 -0400

    Merge pull request #3 from jakirkham/add_cflags
    
    Add `CFLAGS` on *NIXes

commit 400a97f371f42b3354107085c31656da327ef4dd
Author: John Kirkham <kirkhamj@janelia.hhmi.org>
Date:   Sat May 21 17:10:39 2016 -0400

    recipe: Add support for `CFLAGS` and fold them into `CXXFLAGS`.

commit 0ff8e0536e9151f15073206da7cdf180a27feb34
Merge: a6b160d 33645e8
Author: Phil Elson <pelson.pub@gmail.com>
Date:   Thu May 19 20:45:36 2016 +0100

    Merge pull request #2 from jakirkham/add_msarahan_patricksnape
    
    Add @msarahan and @patricksnape

commit 33645e8aadc2ebdce2745686adfdb402bb7394c0
Author: jakirkham <jakirkham@gmail.com>
Date:   Wed May 18 13:55:14 2016 -0400

    recipe: Add @msarahan and @patricksnape as maintainers.

commit a6b160da4bf26084d5e5ce0b75ae85c01ad8fa40
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Wed May 18 04:43:28 2016 +0000

    Re-render the feedstock after CI registration.

commit cda0e93aeec7902d77288a94eda6494f7b27395f
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Wed May 18 04:42:40 2016 +0000

    Initial commit of the toolchain feedstock.
