Skip to content

Commit

Permalink
Update JARVIS3 recipe (#51797)
Browse files Browse the repository at this point in the history
* Add JARVIS3 recipe.

* Added run_exports

* Update build.sh

* reset build number

* edit tests

* Update build.sh

---------

Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent ba3cde9 commit daa14f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions recipes/jarvis3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ mv JARVIS3.sh ${PREFIX}/bin
mv JARVIS3 ${PREFIX}/bin

cd ${PREFIX}/bin
sed -i.bak 's/ \.\// /g; s/\"\.\//"/g' JARVIS3.sh > aux.sh
rm JARVIS3.sh
mv aux.sh JARVIS3.sh
sed -i.bak 's/ \.\// /g; s/\"\.\//"/g' JARVIS3.sh
chmod +x JARVIS3.sh
JARVIS3.sh --install
2 changes: 1 addition & 1 deletion recipes/jarvis3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
build:
# Passes some invalid flags for clang
skip: True # [osx]
number: 0
number: 1
run_exports:
- {{ pin_subpackage("jarvis3", max_pin="x") }}

Expand Down

0 comments on commit daa14f0

Please sign in to comment.