diff --git a/recipes/comet/build.sh b/recipes/comet/build.sh index 484438e23f510..f6260a0182f42 100644 --- a/recipes/comet/build.sh +++ b/recipes/comet/build.sh @@ -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 diff --git a/recipes/comet/meta.yaml b/recipes/comet/meta.yaml index 2310934c42ff5..c50d544458d29 100644 --- a/recipes/comet/meta.yaml +++ b/recipes/comet/meta.yaml @@ -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 }} @@ -11,7 +11,7 @@ source: sha256: {{ sha256_src_bin_bundle }} build: - number: 1 + number: 0 requirements: build: