Skip to content

Commit

Permalink
Edited the build.sh and mata.yaml files (#52085)
Browse files Browse the repository at this point in the history
* edited meta.yaml

* edited the build.sh and meta.yaml files

* edited the build.sh file
  • Loading branch information
reytakop authored Nov 15, 2024
1 parent 5c572ed commit a5a4ae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion recipes/sfold/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ cp -r STarMir ${SFOLD_DIR}

# modify the sfoldenv file
cp sfoldenv ${SFOLD_DIR}/sfoldenv
sed -i "s|SFOLDDIR=.*|SFOLDDIR=${SFOLD_DIR}|g" ${SFOLD_DIR}/sfoldenv
sed -i "s|SFOLDDIR=.*|SFOLDDIR=${SFOLD_DIR}|g" ${SFOLD_DIR}/sfoldenv
sed -i "s:/usr/bin/perl:/usr/bin/env perl:" STarMir/*.pl
sed -i "s:/usr/bin/perl:/usr/bin/env perl:" STarMir/starmir-param/*.pl
sed -i "s:/usr/bin/perl:/usr/bin/env perl:" bin/*.pl
2 changes: 1 addition & 1 deletion recipes/sfold/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
sha256: c25e4d8cf055e13c523ef59f68c8847b66584e36359ce4fb9dc675a97f1a2939

build:
number: 1
number: 2
skip: True # [osx]
run_exports:
- {{ pin_subpackage('sfold', max_pin='x') }}
Expand Down

0 comments on commit a5a4ae3

Please sign in to comment.