Skip to content

Commit

Permalink
Update comet-ms to 2018013 (#12555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Kuchenbecker authored Dec 13, 2018
1 parent b997166 commit 06a32f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions recipes/comet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set -x
platform="$(uname)"
if [ "$platform" = "Darwin" ]; then
unzip comet_source_"$PKG_VERSION".zip
sed -i bak -e 's/ -static//' Makefile
sed -i '' -e 's/ -static//' -e 's/ -o / -headerpad_max_install_names&/' Makefile
make
elif [ "$platform" = "Linux" ]; then
mv comet.2018012.linux.exe comet.exe
mv comet."$PKG_VERSION".linux.exe comet.exe
fi
chmod 755 comet.exe
mkdir -p "$PREFIX"/bin
Expand Down
6 changes: 3 additions & 3 deletions recipes/comet/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "comet-ms" %}
{% set version = "2018012" %}
{% set sha256_src_bin_bundle = "5ca42762884b74a62b21e6013e302cd291663361788a3a23ab195254976dbb99" %}
{% set version = "2018013" %}
{% set sha256_src_bin_bundle = "5ee024b254055decf10fc1da42be8370c9913eecf6e1f171726afde5edca3c5a" %}

package:
name: {{ name }}
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256_src_bin_bundle }}

build:
number: 1
number: 0

requirements:
build:
Expand Down

0 comments on commit 06a32f6

Please sign in to comment.