commit 4c83ff19d30b10d5188f67cc9b45f0adddb0db52 Author: Ray Donnelly Date: Fri Aug 31 00:51:49 2018 +0100 Various fixes and removal of some hacks commit ba94da6c251c793297b459a955870ad5d47b6886 Author: Travis CI User Date: Sat Aug 4 17:30:31 2018 +0000 [ci skip] [skip ci] Update anaconda token commit c95a62db572ed83061fee22637164a04796c3605 Merge: 74d2cf3 79fd452 Author: Filipe Date: Sun Jan 28 12:45:11 2018 -0200 Merge pull request #4 from lecorguille/patch-1 sed-feefstock: bump build number commit 79fd452bf090a1e6a3ac0ab994cdc01b709d90ee Author: Gildas Le Corguillé Date: Tue Oct 3 09:39:54 2017 +0200 Update meta.yaml commit 74d2cf342fac7d41ff02ac15e85c466046882ce9 Author: Travis-CI on github.com/conda-forge/staged-recipes Date: Sat Aug 26 20:04:03 2017 +0000 [ci skip] [skip ci] Update anaconda token commit ccfd0b7a641a0476ca1c0c4785fcfd3bce9eefe7 Author: Gildas Le Corguillé Date: Thu Jul 6 09:48:09 2017 +0200 sed-feefstock: bump build number I get this with this conda-forge package ``` $ sed dyld: Library not loaded: @rpath/libintl.8.dylib Referenced from: /Users/lecorguille/miniconda3/envs/sed_dist/bin/sed Reason: image not found $ otool -L /Users/lecorguille/miniconda3/envs/sed_dist/bin/sed /Users/lecorguille/miniconda3/envs/sed_dist/bin/sed: @rpath/libintl.8.dylib (compatibility version 10.0.0, current version 10.4.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1153.18.0) dyld: Library not loaded: @rpath/libintl.8.dylib Referenced from: /Users/lecorguille/miniconda3/envs/sed_dist/bin/sed Reason: image not found ``` When I build it on my OSX, it work! ``` $ otool -L /Users/lecorguille/miniconda3/envs/sed_local2/bin/sed /Users/lecorguille/miniconda3/envs/sed_local2/bin/sed: @rpath/libintl.9.dylib (compatibility version 11.0.0, current version 11.4.0) @rpath/libiconv.2.dylib (compatibility version 8.0.0, current version 8.1.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.60.2) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1349.8.0) ``` The upgrade of gettext should fix this issue `0.19.7` -> `0.19.8` !? Related: https://github.com/galaxyproject/galaxy/pull/4235#discussion_r125673134 commit ab13a1a3c9e96b6c5c5527ff8110bafdfdd1a393 Merge: 9f88805 7423603 Author: jakirkham Date: Thu May 11 21:03:19 2017 -0400 Merge pull request #3 from nsoranzo/master Update sed to version 4.4 commit 74236034edd2c1d85fd7b1b6830bc8369354bce1 Author: Nicola Soranzo Date: Thu Apr 27 19:20:42 2017 +0100 gettext is a build requirement only on OSX Under Linux, it uses the gettext function from libc. commit e240a8e10d8add50469ed76c391e85da0fc73424 Author: Nicola Soranzo Date: Thu Apr 27 17:59:36 2017 +0100 Remove unnecessary selector commit 82ee0771b02976a6ad54d8a12a4e141a9249e842 Author: Nicola Soranzo Date: Mon Apr 24 19:09:28 2017 +0100 Skip broken test under Linux commit 6e3bd7650d57430816f1f13fceb7799ca4d07b22 Author: Nicola Soranzo Date: Mon Apr 24 16:43:23 2017 +0100 Add gettext requirement for NLS support commit b4646a121a8da31e86941a9ba274d54aef22598b Author: Nicola Soranzo Date: Mon Apr 24 15:33:38 2017 +0100 Update sed to version 4.4 commit 21617001148ce9b6b1d1cd3c328cda6603d09133 Author: Nicola Soranzo Date: Mon Apr 24 15:49:05 2017 +0100 MNT: Re-rendered with conda-smithy 2.3.0 commit 9f888050fe4f000970fe527601de5d697b51ef77 Merge: c9178ac d100a2c Author: jakirkham Date: Thu Oct 6 19:01:22 2016 -0400 Merge pull request #1 from conda-forge-admin/feedstock_rerender_master MNT: Re-render the feedstock [ci skip] commit d100a2c99f444c7971e1272e03d3966533935b27 Author: conda-forge-admin Date: Thu Oct 6 12:28:41 2016 +0000 MNT: Updated the feedstock for conda-smithy version 1.3.2. commit c9178acf2fa28a37538a6ff30ebb7ec3322ddcf6 Author: Travis-CI on github.com/conda-forge/staged-recipes Date: Tue Jul 19 02:55:26 2016 +0000 Re-render the feedstock after CI registration. commit f8cce0eac4fe8c31c7d73cdfb5c8903da64c85e1 Author: Travis-CI on github.com/conda-forge/staged-recipes Date: Tue Jul 19 02:53:28 2016 +0000 Initial commit of the sed feedstock.