Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comet-ms to 2018013 #12555

Merged
merged 1 commit into from
Dec 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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