Skip to content

Commit

Permalink
Update: smoove 0.2.3; fix recipe, remove from blacklist (#13515)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb authored Feb 6, 2019
1 parent 7985452 commit a429cc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ recipes/semeta
recipes/rdock
# WARNING (talloc,lib/libpytalloc-util.so.2.1.9): did not find - or even know where to look for: /lib64/libm.so.6
recipes/talloc
# Warning: Unrecognized source format. Source file will be copied to the SRC_DIR
recipes/smoove
# Skipped: vnl from /opt/recipe defines build/skip for this configuration ({'c_compiler': 'toolchain_c'}).
recipes/vnl
# old libc++ missing
Expand Down
4 changes: 2 additions & 2 deletions recipes/smoove/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
chmod a+x smoove-*
chmod a+x smoove*
mkdir -p $PREFIX/bin
cp smoove-* $PREFIX/bin/smoove
cp smoove* $PREFIX/bin/smoove
4 changes: 2 additions & 2 deletions recipes/smoove/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.2.1" %}
{% set sha256 = "6fbdc3b2d33c20630f84ff7e5fe3e1d46ec14337d737d502c22c9a531c270319" %}
{% set version = "0.2.3" %}
{% set sha256 = "7c7b94c4aaeadd2dce66c3dbb03ae221b10a58960a6182432d30a393618655eb" %}

package:
name: smoove
Expand Down

0 comments on commit a429cc7

Please sign in to comment.