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

Edited the build.sh and mata.yaml files #52085

Merged
merged 7 commits into from
Nov 15, 2024
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
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
reytakop marked this conversation as resolved.
Show resolved Hide resolved
skip: True # [osx]
run_exports:
- {{ pin_subpackage('sfold', max_pin='x') }}
Expand Down
Loading